hp2D::BilinearFormHelper_0_0< F > Class Template Reference
Helper class for bilinearforms a(u,v), where u and v are 0-forms. More...
#include <bilinearFormHelper.hh>
Public Member Functions | |
BilinearFormHelper_0_0 (const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >()) | |
concepts::RCP< concepts::SharedJacobianDet > | data () const |
Gets the pointer to the shared data. More... | |
void | data (const concepts::RCP< concepts::SharedJacobianDet > d) |
Set the pointer to the shared data. More... | |
const concepts::ElementFormulaContainer< F > | formula () const |
Protected Member Functions | |
void | computeIntermediate_ (const BaseQuad< concepts::Real > &elm) const |
Compute the intermediate data for element matrix computation. More... | |
Protected Attributes | |
concepts::ElementFormulaContainer< F > | frm_ |
ElementFormula. More... | |
concepts::Array< F > | intermediateValue_ |
Intermediate value (on each quadrature point) More... | |
concepts::RCP< concepts::SharedJacobianDet > | sharedData_ |
Shared data for vectorial bilinear forms. More... | |
Detailed Description
template<class F>
class hp2D::BilinearFormHelper_0_0< F >
Helper class for bilinearforms a(u,v), where u and v are 0-forms.
Computes intermediate data for element matrix computation.
- See also
- LinearFormHelper_0 the internals are all the same.
Definition at line 50 of file bilinearFormHelper.hh.
Constructor & Destructor Documentation
◆ BilinearFormHelper_0_0()
|
inline |
Definition at line 52 of file bilinearFormHelper.hh.
Member Function Documentation
◆ computeIntermediate_()
|
protectedinherited |
Compute the intermediate data for element matrix computation.
This method is important for the derivated linear forms.
◆ data() [1/2]
|
inherited |
Gets the pointer to the shared data.
◆ data() [2/2]
|
inherited |
Set the pointer to the shared data.
◆ formula()
|
inline |
Definition at line 57 of file bilinearFormHelper.hh.
Member Data Documentation
◆ frm_
|
protectedinherited |
ElementFormula.
Definition at line 77 of file linearFormHelper.hh.
◆ intermediateValue_
|
mutableprotectedinherited |
◆ sharedData_
|
protectedinherited |
Shared data for vectorial bilinear forms.
Definition at line 79 of file linearFormHelper.hh.
The documentation for this class was generated from the following file: