#include <bilinearFormHelper.hh>
Public Member Functions | |
BilinearFormHelper_0_1_Part (const concepts::ElementFormulaContainer< F > frm) | |
void | data (const concepts::RCP< concepts::SharedJacobianAdj< 2 > > d) |
Set the pointer to the shared data. | |
concepts::RCP< concepts::SharedJacobianAdj< 2 > > | data () const |
Gets the pointer to the shared data. | |
Protected Member Functions | |
void | computeIntermediate_ (const BaseQuad< concepts::Real > &elm, const int i) const |
Protected Attributes | |
ArrayElementFormula< concepts::Point< F, 2 > > | intermediateVector_ |
concepts::ElementFormulaContainer< F > | frm_ |
ElementFormula. | |
concepts::RCP< concepts::SharedJacobianAdj< 2 > > | sharedData_ |
Shared data for vectorial bilinear forms. | |
Helper class for bilinear forms a(u,v) where u is a 0-form and v is a 1-form.
For example, the Advection-BF is a 0-1-BF
Here |\det J|, J^{-\top} and \underline{k} can be precomputed as a single vector intermediateVector_ per quadrature point.
Definition at line 78 of file bilinearFormHelper.hh.
|
protected |
Compute the intermediate data for element matrix computation
i | take only i-th column of Jacobian matrix (for test function) |
This method is important for the derivated bilinear forms.
|
protected |
ElementFormula.
Definition at line 103 of file bilinearFormHelper.hh.
|
mutableprotected |
Intermediate vector (on each quadrature point)
Definition at line 101 of file bilinearFormHelper.hh.
|
protected |
Shared data for vectorial bilinear forms.
Definition at line 106 of file bilinearFormHelper.hh.