30 #ifndef MATRIZPTRELEM_H 31 #define MATRIZPTRELEM_H 33 #include "PtrArrayBase.h" Element * getNearestElement(const Pos3d &p)
Returns the node closest to the point being passed as parameter.
Definition: ElemPtrArray.cc:86
Matrix of pointers to elements.
Definition: ElemPtrArray.h:49
Base class for the finite elements.
Definition: Element.h:109
ElemPtrArray(const size_t &f=0, const size_t &c=0)
Constructor.
Definition: ElemPtrArray.h:55
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Element * findElement(const int &)
Returns (if it exists) a pointer to the element identified by the tag being passed as parameter...
Definition: ElemPtrArray.cc:39
Base class for matrices of pointers to nodes, elements and points.
Definition: PtrArrayBase.h:49