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