In file hcurlfe.hpp:

class FE_NedelecTet3NoGrad

2nd order Nedelec element of class II, without gradient fields

Documentation

2nd order Nedelec element of class II, without gradient fields

Inheritance:


Inherited from HCurlFiniteElementD:

Public Methods

ovirtual void CalcShape(const IntegrationPoint & ip, FlatMatrixFixWidth<DIM> shape) const
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


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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