levelRiesz.hh
const concepts::ElementFormulaContainer< Real > observable_
Definition: levelRiesz.hh:71
virtual void operator()(const concepts::Element< Real > &elm, concepts::ElementMatrix< Real > &em) const
This method loops over all elements of the 2D space and cells levelRieszElement on each one of them.
virtual std::ostream & info(std::ostream &os) const
This class creates a linearform corresponding to the integral:
Definition: levelRiesz.hh:34
LevelRiesz(const concepts::Space< Real > &space2D, const concepts::ElementFormulaContainer< Real > &levelFunction, const concepts::ElementFormulaContainer< Real2d > &levelFunctionGrad, const concepts::ElementFormulaContainer< Real > &observable)
Constructor The level function $\psi$ and it's gradient are defined on a 2D space.
const concepts::ElementFormulaContainer< Real > levelFunction_
Definition: levelRiesz.hh:69
const concepts::ElementFormulaContainer< Real2d > levelFunctionGrad_
Definition: levelRiesz.hh:70