#include <bilinearFormHelper.hh>
Public Member Functions | |
| BilinearFormHelper_0_0 (const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >()) | |
| const concepts::ElementFormulaContainer< F > | formula () const |
| void | data (const concepts::RCP< concepts::SharedJacobianDet > d) |
| Set the pointer to the shared data. | |
| concepts::RCP< concepts::SharedJacobianDet > | data () const |
| Gets the pointer to the shared data. | |
Protected Member Functions | |
| void | computeIntermediate_ (const BaseQuad< concepts::Real > &elm) const |
Protected Attributes | |
| concepts::Array< F > | intermediateValue_ |
| concepts::ElementFormulaContainer< F > | frm_ |
| ElementFormula. | |
| concepts::RCP< concepts::SharedJacobianDet > | sharedData_ |
| Shared data for vectorial bilinear forms. | |
Helper class for bilinearforms a(u,v), where u and v are 0-forms.
Computes intermediate data for element matrix computation.
Definition at line 50 of file bilinearFormHelper.hh.
|
inline |
Definition at line 52 of file bilinearFormHelper.hh.
|
protectedinherited |
Compute the intermediate data for element matrix computation
This method is important for the derivated linear forms.
|
inline |
Definition at line 57 of file bilinearFormHelper.hh.
|
protectedinherited |
ElementFormula.
Definition at line 77 of file linearFormHelper.hh.
|
mutableprotectedinherited |
|
protectedinherited |
Shared data for vectorial bilinear forms.
Definition at line 79 of file linearFormHelper.hh.