hp2D::BilinearFormHelper_2_1< F > Class Template Reference
Helper class for bilinearforms , where is a 2-form and a 1-form. More...
#include <bilinearFormHelper.hh>
Public Member Functions | |
BilinearFormHelper_2_1 (const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm) | |
BilinearFormHelper_2_1 (const concepts::ElementFormulaContainer< F > frm1, const concepts::ElementFormulaContainer< F > frm2) | |
virtual | ~BilinearFormHelper_2_1 () |
Protected Member Functions | |
void | computeIntermediate_ (const BaseQuad< Real > &elm) const |
Compute the intermediate data for element matrix computation. More... | |
Protected Attributes | |
concepts::ElementFormulaContainer< concepts::Point< F, 2 > > | frm_ |
ElementFormula. More... | |
ArrayElementFormula< concepts::Point< F, 2 > > | intermediateVector_ |
Intermediate vector (on each quadrature point) More... | |
Detailed Description
template<class F>
class hp2D::BilinearFormHelper_2_1< F >
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.
Constructor & Destructor Documentation
◆ BilinearFormHelper_2_1() [1/2]
template<class F >
hp2D::BilinearFormHelper_2_1< F >::BilinearFormHelper_2_1 | ( | const concepts::ElementFormulaContainer< F > | frm1, |
const concepts::ElementFormulaContainer< F > | frm2 | ||
) |
◆ BilinearFormHelper_2_1() [2/2]
template<class F >
hp2D::BilinearFormHelper_2_1< F >::BilinearFormHelper_2_1 | ( | const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > | frm | ) |
◆ ~BilinearFormHelper_2_1()
template<class F >
|
virtual |
Member Function Documentation
◆ computeIntermediate_()
template<class F >
|
protected |
Compute the intermediate data for element matrix computation.
Member Data Documentation
◆ frm_
template<class F >
|
protected |
ElementFormula.
Definition at line 248 of file bilinearFormHelper.hh.
◆ intermediateVector_
template<class F >
|
mutableprotected |
Intermediate vector (on each quadrature point)
Definition at line 245 of file bilinearFormHelper.hh.
The documentation for this class was generated from the following file: