Helper class for bilinearforms a(u,v), where u and v are 2-forms. More...
#include <bilinearFormHelper.hh>


Public Member Functions | |
| BilinearFormHelper_2_2 (const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >()) | |
| virtual | ~BilinearFormHelper_2_2 () |
Protected Member Functions | |
| void | computeIntermediate_ (const BaseQuad< Real > &elm) |
| Compute the intermediate data for element matrix computation. | |
Protected Attributes | |
| concepts::ElementFormulaContainer < F > | frm_ |
| ElementFormula. | |
| concepts::Array< F > | intermediateValue_ |
| Intermediate value. | |
Helper class for bilinearforms a(u,v), where u and v are 2-forms.
J is the Jacobian matrix.
Computes intermediate data for element matrix computation.
Definition at line 249 of file bilinearFormHelper.hh.
| hp2D::BilinearFormHelper_2_2< F >::BilinearFormHelper_2_2 | ( | const concepts::ElementFormulaContainer< F > | frm = concepts::ElementFormulaContainer< F >() | ) |
| virtual hp2D::BilinearFormHelper_2_2< F >::~BilinearFormHelper_2_2 | ( | ) | [virtual] |
| void hp2D::BilinearFormHelper_2_2< F >::computeIntermediate_ | ( | const BaseQuad< Real > & | elm | ) | [protected] |
Compute the intermediate data for element matrix computation.
concepts::ElementFormulaContainer<F> hp2D::BilinearFormHelper_2_2< F >::frm_ [protected] |
ElementFormula.
Definition at line 263 of file bilinearFormHelper.hh.
concepts::Array<F> hp2D::BilinearFormHelper_2_2< F >::intermediateValue_ [protected] |