levelRieszElement.hh
void operator()(const concepts::Element< Real > &elm, concepts::ElementMatrix< Real > &em) const
const concepts::ElementFormulaContainer< Real > levelFunction_
Definition: levelRieszElement.hh:63
const concepts::ElementFormulaContainer< Real2d > levelFunctionGrad_
Definition: levelRieszElement.hh:64
virtual std::ostream & info(std::ostream &os) const
const concepts::ElementFormulaContainer< Real > observable_
Definition: levelRieszElement.hh:65
This class creates a linearform corresponding to the local contribution of one cell to the integral:
Definition: levelRieszElement.hh:34
LevelRieszElement(const hp2D::Element< Real > &elm, const concepts::ElementFormulaContainer< Real > &levelFunction, const concepts::ElementFormulaContainer< Real2d > &levelFunctionGrad, const concepts::ElementFormulaContainer< Real > &observable)
Constructor.
const hp2D::Element< Real > & elm2D_
Definition: levelRieszElement.hh:62