class Quadrilateral : public Element

Data type quadrilateral element

Inheritance:


Public Methods

Quadrilateral( int *ind, int attr = 1 )
Constructs quadrilateral by specifying the indices and the attribute.
Quadrilateral( int ind1, int ind2, int ind3, int ind4, int attr = 1 )
Constructs quadrilateral 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 quadrilateral element
Quadrilateral( int *ind, int attr = 1 )
Constructs quadrilateral by specifying the indices and the attribute.

Quadrilateral( int ind1, int ind2, int ind3, int ind4, int attr = 1 )
Constructs quadrilateral 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