|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Wrapper around element definition to provide FEICellGeometry interface. More...
#include <feinterpol.h>
Inheritance diagram for oofem::FEIElementGeometryWrapper:
Collaboration diagram for oofem::FEIElementGeometryWrapper:Public Member Functions | |
| FEIElementGeometryWrapper (const Element *elem) | |
| virtual | ~FEIElementGeometryWrapper () |
| int | giveNumberOfVertices () const |
| const FloatArray * | giveVertexCoordinates (int i) const |
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 95 of file feinterpol.h.
|
inline |
Definition at line 100 of file feinterpol.h.
|
inlinevirtual |
Definition at line 103 of file feinterpol.h.
|
virtual |
Implements oofem::FEICellGeometry.
Definition at line 40 of file feinterpol.C.
References elem, and oofem::Element::giveNumberOfNodes().
|
inlinevirtual |
Implements oofem::FEICellGeometry.
Definition at line 105 of file feinterpol.h.
References oofem::Element::giveNode(), and oofem::Node::giveNodeCoordinates().
|
protected |
Definition at line 98 of file feinterpol.h.
Referenced by giveNumberOfVertices().