#include <bilinearFormHelper.hh>
Public Member Functions | |
BilinearFormHelper_2_1 (const concepts::ElementFormulaContainer< F > frm1, const concepts::ElementFormulaContainer< F > frm2) | |
BilinearFormHelper_2_1 (const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm) | |
Protected Member Functions | |
void | computeIntermediate_ (const BaseQuad< Real > &elm) const |
Compute the intermediate data for element matrix computation. | |
Protected Attributes | |
ArrayElementFormula< concepts::Point< F, 2 > > | intermediateVector_ |
concepts::ElementFormulaContainer< concepts::Point< F, 2 > > | frm_ |
ElementFormula. | |
Helper class for bilinearforms , where is a 2-form and a 1-form.
J is the Jacobian matrix.
Computes intermediate data for element matrix computation.
Definition at line 229 of file bilinearFormHelper.hh.
|
protected |
ElementFormula.
Definition at line 248 of file bilinearFormHelper.hh.
|
mutableprotected |
Intermediate vector (on each quadrature point)
Definition at line 245 of file bilinearFormHelper.hh.