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


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