In file finiteelement.hpp:

class FE_Quad2aniso

second order x, first order y

Documentation

second order x, first order y

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


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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