Class for calculating and holding local coefficients per element which represent the dirichlet boundary condition. More...
#include <boundaries.hh>


Public Member Functions | |
| DirichletCoefficients (Space &spc) | |
| Constructor, which calculates the local coefficients belonging the essential Dirichlet boundary conditions Remark: the boundary condition is already in the space. | |
| std::map< int, Real > * | operator[] (const Element< Real > *elm) |
| Operator which returns the coefficients of one element. | |
| ~DirichletCoefficients () | |
Protected Member Functions | |
| virtual std::ostream & | datainfo (std::ostream &os) const |
| Writes coefficients for each element in the space to the stream. | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output 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 46 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.
| hp2Dedge::DirichletCoefficients::~DirichletCoefficients | ( | ) |
| virtual std::ostream& concepts::Dirichlet< Real >::datainfo | ( | std::ostream & | os | ) | const [protected, virtual, inherited] |
Writes coefficients for each element in the space to the stream.
| virtual std::ostream& hp2Dedge::DirichletCoefficients::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::Dirichlet< Real >.
| std::map<int,Real >* concepts::Dirichlet< Real >::operator[] | ( | const Element< Real > * | elm | ) | [inline, inherited] |
Operator which returns the coefficients of one element.
Definition at line 27 of file dirichlet.hh.
std::map<const Element<Real >*, std::map<int,Real >*>* concepts::Dirichlet< Real >::coeff_ [protected, inherited] |
Linked list of the local coefficients.
Definition at line 51 of file dirichlet.hh.