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


Public Member Functions | |
| LinearFormHelper_1 (const concepts::ElementFormulaContainer< F > frm1, const concepts::ElementFormulaContainer< F > frm2) | |
| LinearFormHelper_1 (const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm) | |
| virtual | ~LinearFormHelper_1 () |
Protected Member Functions | |
| void | computeIntermediate_ (const BaseQuad< concepts::Real > &elm) |
| Compute the intermediate data for element matrix computation. | |
Protected Attributes | |
| concepts::ElementFormulaContainer < concepts::Point< F, 2 > > | frm_ |
| ElementFormula. | |
| ArrayElementFormula < concepts::Point< F, 2 > > | intermediateVector_ |
| Intermediate vector (on each quadrature point) | |
Helper class for linearforms l(v), where v is a one form.
is the element mapping from reference element
,
is the Jacobian matrix.
Computes intermediate data for element matrix computation.
Definition at line 99 of file linearFormHelper.hh.
| hp2D::LinearFormHelper_1< F >::LinearFormHelper_1 | ( | const concepts::ElementFormulaContainer< F > | frm1, |
| const concepts::ElementFormulaContainer< F > | frm2 | ||
| ) |
| hp2D::LinearFormHelper_1< F >::LinearFormHelper_1 | ( | const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > | frm | ) |
| virtual hp2D::LinearFormHelper_1< F >::~LinearFormHelper_1 | ( | ) | [virtual] |
| void hp2D::LinearFormHelper_1< F >::computeIntermediate_ | ( | const BaseQuad< concepts::Real > & | elm | ) | [protected] |
Compute the intermediate data for element matrix computation.
This method is important for the derivated linear forms.
concepts::ElementFormulaContainer<concepts::Point<F, 2> > hp2D::LinearFormHelper_1< F >::frm_ [protected] |
ElementFormula.
Definition at line 119 of file linearFormHelper.hh.
ArrayElementFormula<concepts::Point<F,2> > hp2D::LinearFormHelper_1< F >::intermediateVector_ [protected] |