30 #ifndef TRITRIZPTRELEM_H 31 #define TRITRIZPTRELEM_H 33 #include "xc_utils/src/nucleo/EntCmd.h" 34 #include "MatrizPtrElem.h" 35 #include "TritrizPtrBase.h" Element * getNearestElement(const Pos3d &p)
Returns the element closest to the point being passed as parameter.
Definition: TritrizPtrElem.cc:80
"Tritriz" of pointers to elements.
Definition: TritrizPtrElem.h:43
Base calass for the finite elements.
Definition: Element.h:104
Element * findElement(const int &)
Returns (if it exists) a pointer to the element identified by the tag being passed as parameter...
Definition: TritrizPtrElem.cc:51
TritrizPtrElem(const size_t capas=0, const MatrizPtrElem &m=MatrizPtrElem())
Default constructor.
Definition: TritrizPtrElem.cc:39
Matrix of pointers to elements.
Definition: MatrizPtrElem.h:49
================================================================================
Definition: ContinuaReprComponent.h:34
"Tritriz" de pointers to objetos.
Definition: TritrizPtrBase.h:55