In file h1hofe.hpp: High order hexahedral finite element
Documentation
High order hexahedral finite element
Inheritance:
Public Methods
-
virtual void CalcShape(const IntegrationPoint & ip, FlatVector<> shape) const
- compute shape
-
virtual void CalcDShape(const IntegrationPoint & ip, FlatMatrix<> dshape) const
- compute gradient of shape
Public Methods
-
virtual const IntegrationRule& NodalIntegrationRule() const
-
const FlatVector<> GetShape(const IntegrationPoint & ip, LocalHeap & lh) const
-
const FlatMatrix<> GetDShape(const IntegrationPoint & ip, LocalHeap & lh) const
-
const FlatMatrix<> GetDDShape(const IntegrationPoint & ip, LocalHeap & lh) const
-
virtual void CalcDDShape(const IntegrationPoint & ip, FlatMatrix<> ddshape) const
Protected Methods
-
void CalcIPData(ELEMENT_TYPE et, ARRAY<IPData> & ipdata)
Protected Members
-
class IPData
- stored information in integration points
Public Methods
-
int SpatialDim() const
-
int GetNDof() const
-
int Order() const
-
ELEMENT_TYPE ElementType() const
-
virtual void GetInternalDofs(ARRAY<int> & idofs) const
Protected Fields
-
int dimspace
-
ELEMENT_TYPE eltype
-
int ndof
-
int order
virtual void CalcShape(const IntegrationPoint & ip, FlatVector<> shape) const
- compute shape
virtual 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++.