#include <formula.hh>
Public Member Functions | |
BilinearFormVtxHelper (const concepts::ElementFormulaContainer< F > frm) | |
Constructor. | |
const concepts::ElementFormula< F > * | formula () const |
Getter for formula. | |
const concepts::Array< Real > | getInvJacobeanDet (const hp1D::Element< Real > &elm) const |
const concepts::Array< Real > | getInvJacobeanDetSq (const hp1D::Element< Real > &elm) const |
const concepts::Array< Real > | getTangentialSecondDerivative (const hp1D::Element< Real > &elm) const |
const concepts::Array< F > | getFrmVal (const hp1D::Element< Real > &elm) const |
Protected Attributes | |
const concepts::ElementFormulaContainer< F > | frm_ |
ElementFormula. | |
Helper class for bilinearforms a(u,v), where a is a i-j Form that just works on the Vertices, like JUMP or MEAN and products of it on the end of the elements.
Definition at line 264 of file formula.hh.
|
inline |
Constructor.
Definition at line 267 of file formula.hh.
|
inline |
Getter for formula.
Definition at line 272 of file formula.hh.
const concepts::Array< F > hp1D::BilinearFormVtxHelper< F >::getFrmVal | ( | const hp1D::Element< Real > & | elm | ) | const |
Returns the values of frm on {0,1}
const concepts::Array< Real > hp1D::BilinearFormVtxHelper< F >::getInvJacobeanDet | ( | const hp1D::Element< Real > & | elm | ) | const |
Returns the inverse of the jacobean determinant (i.J.d.)
const concepts::Array< Real > hp1D::BilinearFormVtxHelper< F >::getInvJacobeanDetSq | ( | const hp1D::Element< Real > & | elm | ) | const |
Returns the inverse of the jacobean determinant squared (i.J.d.s.)
const concepts::Array< Real > hp1D::BilinearFormVtxHelper< F >::getTangentialSecondDerivative | ( | const hp1D::Element< Real > & | elm | ) | const |
Returns the second tangential derivative (s.t.d.) of the inverse Parametrisation on {0,1}
|
protected |
ElementFormula.
Definition at line 308 of file formula.hh.