class Hexahedron : public Element

Data type hexahedron element

Inheritance:


Public Methods

Hexahedron( int *ind, int attr = 1 )
Constructs hexahedron by specifying the indices and the attribute.
Hexahedron( int ind1, int ind2, int ind3, int ind4, int ind5, int ind6, int ind7, int ind8, int attr = 1 )
Constructs hexahedron by specifying the indices and the attribute.
int GetType() const
Return element's type
virtual void GetVertices( Array<int> &v ) const
Returns the indices of the element's vertices.

Inherited from Element:

Public Classes

enum

Public Methods

virtual void SetVertices(const int *ind)
virtual void MarkEdge(RectangularMatrix &pmat)
virtual void MarkEdge(const STable &v_to_v, const int *length)
virtual int NeedRefinement( STable &v_to_v, int *middle) const
inline void GetAttribute( int &attr ) const
inline int GetAttribute() const
inline void SetAttribute(const int attr)

Documentation

Data type hexahedron element
Hexahedron( int *ind, int attr = 1 )
Constructs hexahedron by specifying the indices and the attribute.

Hexahedron( int ind1, int ind2, int ind3, int ind4, int ind5, int ind6, int ind7, int ind8, int attr = 1 )
Constructs hexahedron by specifying the indices and the attribute.

int GetType() const
Return element's type

virtual void GetVertices( Array<int> &v ) const
Returns the indices of the element's vertices.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de