dirichlet.hh
virtual std::ostream & datainfo(std::ostream &os) const
Writes coefficients for each element in the space to the stream.
std::map< const Element< F > *, std::map< int, F > * > * coeff_
Linked list of the local coefficients.
Definition: dirichlet.hh:53
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
std::map< int, F > * operator[](const Element< F > *elm)
Operator which returns the coefficients of one element.
Definition: dirichlet.hh:29
Class for calculating and holding local coefficients per element which represent the dirichlet bounda...
Definition: dirichlet.hh:24