In file l2hofe.hpp:

class L2HighOrderFiniteElement

High order finite elements for L_2

Documentation

High order finite elements for L_2

Inheritance:


Inherited from NodalFiniteElement:

Public Methods

ovirtual const IntegrationRule& NodalIntegrationRule() const
oconst FlatVector<> GetShape(const IntegrationPoint & ip, LocalHeap & lh) const
oconst FlatMatrix<> GetDShape(const IntegrationPoint & ip, LocalHeap & lh) const
ovirtual void CalcShape(const IntegrationPoint & ip, FlatVector<> shape) const
ovirtual void CalcDShape(const IntegrationPoint & ip, FlatMatrix<> dshape) const
oconst FlatMatrix<> GetDDShape(const IntegrationPoint & ip, LocalHeap & lh) const
ovirtual void CalcDDShape(const IntegrationPoint & ip, FlatMatrix<> ddshape) const

Protected Methods

ovoid CalcIPData(ELEMENT_TYPE et, IPDataArray & ipdata)

Protected Members

class IPData
stored information in integration points


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


Direct child classes:
L2HighOrderTrig
L2HighOrderTet
L2HighOrderTet
L2HighOrderSegm
L2HighOrderQuad
L2HighOrderQuad
L2HighOrderPyramid
L2HighOrderPrism
L2HighOrderPrism
L2HighOrderHex
L2HighOrderHex

Alphabetic index HTML hierarchy of classes or Java



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