In file h1hofe.hpp:

template<class T_ORTHOPOL = IntegratedLegendreMonomialExt> class H1HighOrderPrism

High order prismatic finite element

Documentation

High order prismatic finite element

Inheritance:


Public Methods

[more]virtual void CalcShape(const IntegrationPoint & ip, FlatVector<> shape) const
compute shape
[more]virtual void CalcDShape(const IntegrationPoint & ip, FlatMatrix<> dshape) const
compute gradient of shape


Inherited from H1HighOrderFiniteElement:


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
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

ovirtual void CalcShape(const IntegrationPoint & ip, FlatVector<> shape) const
compute shape

ovirtual void CalcDShape(const IntegrationPoint & ip, FlatMatrix<> dshape) const
compute gradient 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++.