|
OOFEM 3.0
|
Public Member Functions | |
| FEICellGeometryWrapper (const Cell *c) | |
| virtual | ~FEICellGeometryWrapper () |
| int | giveNumberOfVertices () const override |
| const FloatArray | giveVertexCoordinates (int i) const override |
| const Element_Geometry_Type | giveGeometryType () const override |
| Public Member Functions inherited from oofem::FEICellGeometry | |
| FEICellGeometry () | |
| virtual | ~FEICellGeometry () |
| virtual const FEInterpolation * | getGeometryInterpolation () const |
Protected Attributes | |
| const Cell * | cell |
Wrapper around element definition to provide FEICellGeometry interface.
Definition at line 101 of file unstructuredgridfield.h.
|
inline |
Definition at line 106 of file unstructuredgridfield.h.
References oofem::UnstructuredGridField::Cell::Cell(), and oofem::FEICellGeometry::FEICellGeometry().
|
inlinevirtual |
Definition at line 109 of file unstructuredgridfield.h.
|
inlineoverridevirtual |
Implements oofem::FEICellGeometry.
Definition at line 119 of file unstructuredgridfield.h.
References cell.
|
inlineoverridevirtual |
Implements oofem::FEICellGeometry.
Definition at line 111 of file unstructuredgridfield.h.
References oofem::UnstructuredGridField::Cell::giveNumberOfVertices().
|
inlineoverridevirtual |
Implements oofem::FEICellGeometry.
Definition at line 115 of file unstructuredgridfield.h.
References cell.
|
protected |
Definition at line 104 of file unstructuredgridfield.h.
Referenced by giveGeometryType(), and giveVertexCoordinates().