|
OOFEM 3.0
|
#include <feinterpol.h>
Public Member Functions | |
| FEIElementGeometryWrapper (const Element *elem) | |
| virtual | ~FEIElementGeometryWrapper () |
| int | giveNumberOfVertices () const override |
| const FloatArray | giveVertexCoordinates (int i) const override |
| const Element_Geometry_Type | giveGeometryType () const override |
| const FEInterpolation * | getGeometryInterpolation () const override |
| Public Member Functions inherited from oofem::FEICellGeometry | |
| FEICellGeometry () | |
| virtual | ~FEICellGeometry () |
Protected Attributes | |
| const Element * | elem |
Wrapper around element definition to provide FEICellGeometry interface.
Definition at line 107 of file feinterpol.h.
|
inline |
Definition at line 112 of file feinterpol.h.
References elem, and oofem::FEICellGeometry::FEICellGeometry().
|
inlinevirtual |
Definition at line 114 of file feinterpol.h.
|
inlineoverridevirtual |
Reimplemented from oofem::FEICellGeometry.
Definition at line 123 of file feinterpol.h.
References elem.
|
inlineoverridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
Implements oofem::FEICellGeometry.
Definition at line 116 of file feinterpol.h.
References elem.
Referenced by oofem::LTRSpaceBoundary::computeGlobalCoordinates(), and oofem::PrescribedDispSlipBCNeumannRC::computeRebarDyad().
|
protected |
Definition at line 110 of file feinterpol.h.
Referenced by FEIElementGeometryWrapper(), getGeometryInterpolation(), giveGeometryType(), giveNumberOfVertices(), and giveVertexCoordinates().