#include <boundaries.hh>
Public Member Functions | |
DirichletCoefficients (Space &spc) | |
std::map< int, Real > * | operator[] (const Element< Real > *elm) |
Operator which returns the coefficients of one element. | |
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< Real > *, std::map< int, Real > * > * | 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 48 of file boundaries.hh.
hp2Dedge::DirichletCoefficients::DirichletCoefficients | ( | Space & | spc | ) |
Constructor, which calculates the local coefficients belonging the essential Dirichlet boundary conditions Remark: the boundary condition is already in the space
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Dirichlet< Real >.
|
inlineinherited |
Operator which returns the coefficients of one element.
Definition at line 29 of file dirichlet.hh.
|
protectedinherited |
Linked list of the local coefficients.
Definition at line 53 of file dirichlet.hh.