#include <formula.hh>
Public Member Functions | |
LinearFormHelper (const concepts::ElementFormulaContainer< F > frm) | |
Protected Member Functions | |
void | computeIntermediate_ (const Element< Real > &elm) const |
Protected Attributes | |
concepts::Array< F > | intermediateValue_ |
const concepts::ElementFormulaContainer< F > | frm_ |
ElementFormula. | |
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 155 of file formula.hh.
|
protected |
Compute the intermediate data for element matrix computation
This method is important for the derivated linear forms.
|
protected |
ElementFormula.
Definition at line 174 of file formula.hh.
|
mutableprotected |