In file l2hofe.hpp:

class L2HighOrderFiniteElement

High order finite elements for H^1

Documentation

High order finite elements for H^1

Inheritance:


Public Methods

[more] L2HighOrderFiniteElement(int dim, ELEMENT_TYPE aeltype)


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, ARRAY<IPData> & 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

o L2HighOrderFiniteElement(int dim, ELEMENT_TYPE aeltype)


Direct child classes:
L2HighOrderTrig
L2HighOrderTet
L2HighOrderQuad
L2HighOrderPyramid
L2HighOrderPrism
L2HighOrderHex

Alphabetic index HTML hierarchy of classes or Java



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