#include <dirichlet.hh>
Public Member Functions | |
Dirichlet (Space< Real > &spc) | |
Constructor. | |
std::map< int, F > * | operator[] (const Element< F > *elm) |
Operator which returns the coefficients of one element. | |
virtual | ~Dirichlet () |
Destructor. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
virtual std::ostream & | datainfo (std::ostream &os) const |
Writes coefficients for each element in the space to the stream. | |
Protected Attributes | |
std::map< const Element< F > *, std::map< int, F > * > * | coeff_ |
Linked list of the local coefficients. | |
Class for calculating and holding local coefficients per element which represent the dirichlet boundary condition.
Definition at line 24 of file dirichlet.hh.
|
inline |
Constructor.
Definition at line 27 of file dirichlet.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in hp2Dedge::DirichletCoefficients.
|
inline |
Operator which returns the coefficients of one element.
Definition at line 29 of file dirichlet.hh.
|
protected |
Linked list of the local coefficients.
Definition at line 53 of file dirichlet.hh.