In file hcurlhofe.hpp:

template<class T_ORTHOPOL> class HCurlHighOrderTet


Documentation


Inheritance:


Public Methods

[more]virtual void CalcShape(const IntegrationPoint & ip, FlatMatrixFixWidth<3> shape) const
compute shape
[more]virtual void CalcCurlShape(const IntegrationPoint & ip, FlatMatrixFixWidth<3> shape) const
compute Curl of shape


Inherited from HCurlHighOrderFiniteElement:


Inherited from HCurlFiniteElementD:

Public Methods

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<3> shape) const
compute shape

ovirtual void CalcCurlShape(const IntegrationPoint & ip, FlatMatrixFixWidth<3> shape) const
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++.