#include <formula.hh>
Public Member Functions | |
BilinearFormHelper (const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >()) | |
Protected Member Functions | |
void | computeIntermediate_ (const Element< Real > &elm) const |
Compute the intermediate data for element matrix computation. | |
Protected Attributes | |
concepts::Array< F > | intermediateValueHess_ |
calculated second tangential derivatives of the parametrisation | |
concepts::Array< F > | intermediateValueJac_ |
calculated inverse Jacobian determinant on the integration points | |
concepts::Array< F > | intermediateValueFrm_ |
calculated values of the elementFormula on the integration poitnts | |
const concepts::ElementFormulaContainer< F > | frm_ |
ElementFormula. | |
Helper class for bilinearforms a(u,v), where u and v are 2-forms. Computes intermediate data for element matrix computation.
Definition at line 233 of file formula.hh.
|
protected |
ElementFormula.
Definition at line 254 of file formula.hh.
|
mutableprotected |
calculated values of the elementFormula on the integration poitnts
Definition at line 248 of file formula.hh.
|
mutableprotected |
calculated second tangential derivatives of the parametrisation
Definition at line 242 of file formula.hh.
|
mutableprotected |
calculated inverse Jacobian determinant on the integration points
Definition at line 245 of file formula.hh.