In file finiteelement.hpp:

class CompoundFiniteElement

A compound of several elements.

Documentation

A compound of several elements. Useful for mixed finite elements such as Stokes problem: Compbine 3 velocity and 1 pressure element

Inheritance:


Public Methods

[more] CompoundFiniteElement(ARRAY<const FiniteElement*> & afea)
[more]const FiniteElement& operator[] (int i) const
select i-th component
[more]virtual void GetInternalDofs(ARRAY<int> & idofs) const

Private Fields

[more]ArrayMem<const FiniteElement*,10> fea


Inherited from FiniteElement:

Public Methods

oint SpatialDim() const
oint GetNDof() const
oint Order() const
oELEMENT_TYPE ElementType() const

Protected Fields

oint dimspace
oELEMENT_TYPE eltype
oint ndof
oint order

oArrayMem<const FiniteElement*,10> fea

o CompoundFiniteElement(ARRAY<const FiniteElement*> & afea)

oconst FiniteElement& operator[] (int i) const
select i-th component

ovirtual void GetInternalDofs(ARRAY<int> & idofs) const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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