linearFormHelper.hh
concepts::RCP< concepts::SharedJacobianDet > data() const
Gets the pointer to the shared data.
concepts::Array< F > intermediateValue_
Intermediate value (on each quadrature point)
Definition: linearFormHelper.hh:74
virtual ~LinearFormHelper_0()
Helper class for linearforms l(v), where v is a 0-form.
Definition: linearFormHelper.hh:51
Array of formula values on quadrature points.
Definition: arrayElementFormula.hh:25
LinearFormHelper_1(const concepts::ElementFormulaContainer< F > frm1, const concepts::ElementFormulaContainer< F > frm2)
concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm_
ElementFormula.
Definition: linearFormHelper.hh:139
virtual ~LinearFormHelper_1()
void computeIntermediate_(const BaseQuad< concepts::Real > &elm) const
Compute the intermediate data for element matrix computation.
ArrayElementFormula< concepts::Point< F, 2 > > intermediateVector_
Intermediate vector (on each quadrature point)
Definition: linearFormHelper.hh:136
virtual ~LinearFormHelper_2()
Definition: linearFormHelper.hh:171
LinearFormHelper_1(const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm)
void computeIntermediate_(const BaseQuad< concepts::Real > &elm) const
Compute the intermediate data for element matrix computation.
LinearFormHelper_0(const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >())
A base of a 2D quad FEM element for different basis functions.
Definition: arrayElementFormula.hh:17
concepts::RCP< concepts::SharedJacobianDet > sharedData_
Shared data for vectorial bilinear forms.
Definition: linearFormHelper.hh:79
Helper class for linearforms l(v), where v is a two form.
Definition: linearFormHelper.hh:167
void data(const concepts::RCP< concepts::SharedJacobianDet > d)
Set the pointer to the shared data.
LinearFormHelper_2(const concepts::ElementFormulaContainer< F > frm)
void computeIntermediate_(const BaseQuad< concepts::Real > &elm) const
Compute the intermediate data for element matrix computation.
ArrayElementFormula< F > intermediateValue_
Intermediate vector (on each quadrature point)
Definition: linearFormHelper.hh:183
Helper class for linearforms l(v), where v is a one form.
Definition: linearFormHelper.hh:117