Helper class for linearforms l(v), where v is a 1-form. More...
#include <formula.hh>


Public Member Functions | |
| LinearFormHelper (const concepts::ElementFormulaContainer< F > frm) | |
| virtual | ~LinearFormHelper () |
Protected Member Functions | |
| void | computeIntermediate_ (const Element< Real > &elm) |
| Compute the intermediate data for element matrix computation. | |
Protected Attributes | |
| const concepts::ElementFormulaContainer < F > | frm_ |
| ElementFormula. | |
| concepts::Array< F > | intermediateValue_ |
| Intermediate value (on each quadrature point) | |
Helper class for linearforms l(v), where v is a 1-form.
is the element mapping from reference element
.
is for a example the derivative of a shape function, and
the derivative of the local corresponding local shape function.
Computes intermediate data for element matrix computation.
Definition at line 154 of file formula.hh.
| hp1D::LinearFormHelper< 1, F >::LinearFormHelper | ( | const concepts::ElementFormulaContainer< F > | frm | ) |
| virtual hp1D::LinearFormHelper< 1, F >::~LinearFormHelper | ( | ) | [virtual] |
| void hp1D::LinearFormHelper< 1, F >::computeIntermediate_ | ( | const Element< Real > & | elm | ) | [protected] |
Compute the intermediate data for element matrix computation.
This method is important for the derivated linear forms.
const concepts::ElementFormulaContainer<F> hp1D::LinearFormHelper< 1, F >::frm_ [protected] |
ElementFormula.
Definition at line 173 of file formula.hh.
concepts::Array<F> hp1D::LinearFormHelper< 1, F >::intermediateValue_ [protected] |