#include <formula.hh>
Public Member Functions | |
LinearFormHelper (const concepts::ElementFormulaContainer< F > frm) | |
Protected Member Functions | |
void | computeIntermediate_ (const BaseElement< 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 0-form
is the element mapping from reference element , is the Jacobian.
Computes intermediate data for element matrix computation.
Definition at line 114 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 133 of file formula.hh.
|
mutableprotected |