|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Wrapper around element definition to provide FEICellGeometry interface. More...
Inheritance diagram for oofem::UnstructuredGridField::Cell::FEICellGeometryWrapper:
Collaboration diagram for oofem::UnstructuredGridField::Cell::FEICellGeometryWrapper:Public Member Functions | |
| FEICellGeometryWrapper (const Cell *c) | |
| virtual | ~FEICellGeometryWrapper () |
| int | giveNumberOfVertices () const |
| const FloatArray * | giveVertexCoordinates (int i) const |
Public Member Functions inherited from oofem::FEICellGeometry | |
| FEICellGeometry () | |
| virtual | ~FEICellGeometry () |
Protected Attributes | |
| const Cell * | cell |
Wrapper around element definition to provide FEICellGeometry interface.
Definition at line 106 of file unstructuredgridfield.h.
|
inline |
Definition at line 111 of file unstructuredgridfield.h.
|
inlinevirtual |
Definition at line 114 of file unstructuredgridfield.h.
|
inlinevirtual |
Implements oofem::FEICellGeometry.
Definition at line 115 of file unstructuredgridfield.h.
References oofem::UnstructuredGridField::Cell::giveNumberOfVertices().
|
inlinevirtual |
Implements oofem::FEICellGeometry.
Definition at line 118 of file unstructuredgridfield.h.
References oofem::UnstructuredGridField::Cell::getVertex().
|
protected |
Definition at line 109 of file unstructuredgridfield.h.