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