mFES - molecular Finite Element Solver
0.4
|
Public Member Functions | |
HDG_ConvectionIntegrator (Array< CoefficientFunction * > &coeffs) | |
virtual | ~HDG_ConvectionIntegrator () |
virtual bool | BoundaryForm () const |
virtual void | CalcElementMatrix (const FiniteElement &fel, const ElementTransformation &eltrans, FlatMatrix< double > &elmat, LocalHeap &lh) const |
Protected Attributes | |
Array< CoefficientFunction * > | coef_conv |
ngfem::HDG_ConvectionIntegrator< D >::HDG_ConvectionIntegrator | ( | Array< CoefficientFunction * > & | coeffs | ) | [inline] |
virtual ngfem::HDG_ConvectionIntegrator< D >::~HDG_ConvectionIntegrator | ( | ) | [inline, virtual] |
virtual bool ngfem::HDG_ConvectionIntegrator< D >::BoundaryForm | ( | ) | const [inline, virtual] |
virtual void ngfem::HDG_ConvectionIntegrator< D >::CalcElementMatrix | ( | const FiniteElement & | fel, |
const ElementTransformation & | eltrans, | ||
FlatMatrix< double > & | elmat, | ||
LocalHeap & | lh | ||
) | const [inline, virtual] |
Array<CoefficientFunction *> ngfem::HDG_ConvectionIntegrator< D >::coef_conv [protected] |