30 return (
coeff_) ? (*coeff_)[elm] : 0; }
34 virtual std::ostream&
info(std::ostream&
os)
const;
53 std::map<const Element<F>*, std::map<int,F>*>*
coeff_;
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.
std::map< int, F > * operator[](const Element< F > *elm)
Operator which returns the coefficients of one element.
Dirichlet(Space< Real > &spc)
Constructor.
virtual ~Dirichlet()
Destructor.
std::map< const Element< F > *, std::map< int, F > * > * coeff_
Linked list of the local coefficients.
Set< F > makeSet(uint n, const F &first,...)