OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Wrapper around cell with vertex coordinates stored in FloatArray**. More...
#include <feinterpol.h>
Public Member Functions | |
FEIVertexListGeometryWrapper (const std::vector< FloatArray > &coords) | |
virtual | ~FEIVertexListGeometryWrapper () |
int | giveNumberOfVertices () const |
const FloatArray * | giveVertexCoordinates (int i) const |
Public Member Functions inherited from oofem::FEICellGeometry | |
FEICellGeometry () | |
virtual | ~FEICellGeometry () |
Protected Attributes | |
const std::vector< FloatArray > & | coords |
Wrapper around cell with vertex coordinates stored in FloatArray**.
Definition at line 115 of file feinterpol.h.
|
inline |
Definition at line 121 of file feinterpol.h.
|
inlinevirtual |
Definition at line 123 of file feinterpol.h.
|
inlinevirtual |
Implements oofem::FEICellGeometry.
Definition at line 124 of file feinterpol.h.
|
inlinevirtual |
Implements oofem::FEICellGeometry.
Definition at line 125 of file feinterpol.h.
|
protected |
Definition at line 118 of file feinterpol.h.