#include <linearFormHelper.hh>
Public Member Functions | |
LinearFormHelper_t (const concepts::ElementFormulaContainer< F > frm) | |
Protected Member Functions | |
void | computeIntermediate_ (const BaseQuad< concepts::Real > &elm) const |
Protected Attributes | |
concepts::Array< F > | intermediateValue_ |
concepts::ElementFormulaContainer< F > | frm_ |
ElementFormula. | |
Helper class for a linearforms l(v).
Precomputes intermediate data for element matrix computation, this is
which is stored for each quadrature point.
Definition at line 201 of file linearFormHelper.hh.
|
inlinevirtual |
Definition at line 205 of file linearFormHelper.hh.
|
protected |
Compute the intermediate data for element matrix computation
This method is important for the derivated linear forms.
|
protected |
ElementFormula.
Definition at line 220 of file linearFormHelper.hh.
|
mutableprotected |