arrayElementFormula.hh
void compute(const Hexahedron &elm, const concepts::ElementFormulaContainer< F > frm)
Evaluates the formula frm on all quadrature points of element elm.
ArrayElementFormula(const Hexahedron &elm, const concepts::ElementFormulaContainer< F > frm)
Constructor with calling of compute.
Definition: arrayElementFormula.hh:45
Array of formula values on quadrature points.
Definition: arrayElementFormula.hh:23