In file hcurlhofe.hpp:

template<class T_ORTHOPOL> class HCurlHighOrderQuad


Documentation


Inheritance:


Public Fields

[more] compute Curl of shape

Public Methods

[more]virtual void CalcShape(const IntegrationPoint & ip, FlatMatrixFixWidth<2> shape) const
compute shape


Inherited from HCurlHighOrderFiniteElement:


Inherited from HCurlFiniteElementD:

Public Methods

ovirtual void CalcCurlShape(const IntegrationPoint & ip, FlatMatrixFixWidth<DIM_CURL> curlshape) const
oconst FlatMatrixFixWidth<DIM> GetShape(const IntegrationPoint & ip, LocalHeap & lh) const
oconst FlatMatrixFixWidth<DIM_CURL> GetCurlShape(const IntegrationPoint & ip, LocalHeap & lh) const
ovoid CalcIPData(ARRAY<IPData> & ipdata)

Protected Methods

ovirtual void CalcShape1(const IntegrationPoint & ip, FlatMatrixFixWidth<D> shape) const
ovirtual void CalcShape2(const IntegrationPoint & ip, FlatMatrixFixWidth<D> shape) const
ovoid ComputeEdgeMoments(int enr, NodalFiniteElement & testfe, FlatMatrix<> moments, int order, int shape = 1) const
ovoid ComputeFaceMoments(int fnr, HDivFiniteElement<2> & testfe, FlatMatrix<> moments, int order, int shape = 1) const
ovoid ComputeVolMoments(HDivFiniteElement<3> & 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

o compute Curl of shape
compute Curl of shape


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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