In file hdivhofe.hpp:

template<class T_ORTHOPOL = TrigExtensionMonomial> class HDivHighOrderQuad


Documentation


Inheritance:


Public Methods

[more]virtual void CalcShape(const IntegrationPoint & ip, FlatMatrixFixWidth<2> shape) const
compute shape
[more]virtual void CalcDivShape(const IntegrationPoint & ip, FlatVector<> shape) const
compute Div of shape
[more]void CalcNumDivShape( const IntegrationPoint & ip, FlatVector<> divshape) const
compute Div numerical diff


Inherited from HDivHighOrderFiniteElement:


Inherited from HDivFiniteElement:

Protected Methods

ovoid CalcIPData(ARRAY<IPData> & ipdata)
ovirtual void CalcShape1(const IntegrationPoint & ip, FlatMatrixFixWidth<DIM> shape) const
ovirtual void CalcShape2(const IntegrationPoint & ip, FlatMatrixFixWidth<DIM> shape) const
ovoid ComputeFaceMoments(int fnr, NodalFiniteElement & testfe, FlatMatrix<> & moments, int order, int shape = 1) const


Inherited from FiniteElement:

Public Methods

oint SpatialDim() const
oint GetNDof() const
oint Order() const
oELEMENT_TYPE ElementType() const
ovirtual void GetInternalDofs(ARRAY<int> & idofs) const

Protected Fields

oint dimspace
oELEMENT_TYPE eltype
oint ndof
oint order

ovirtual void CalcShape(const IntegrationPoint & ip, FlatMatrixFixWidth<2> shape) const
compute shape

ovirtual void CalcDivShape(const IntegrationPoint & ip, FlatVector<> shape) const
compute Div of shape

ovoid CalcNumDivShape( const IntegrationPoint & ip, FlatVector<> divshape) const
compute Div numerical diff


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.