31 #ifndef MATRIZPTRELEM_H 32 #define MATRIZPTRELEM_H 34 #include "PtrArrayBase.h" std::set< const Element * > getConnectedElements(const Node *) const
Return the elements connected to the node being passed as parameter.
Definition: ElemPtrArray.cc:176
bool removeElement(Element *)
Remove the given element from the array (set the corresponding pointer to null).
Definition: ElemPtrArray.cc:86
Element * getNearestElement(const Pos3d &p)
Returns the node closest to the point being passed as parameter.
Definition: ElemPtrArray.cc:122
boost::python::list getConnectedElementsPy(const Node *)
Return the elements connected to the node being passed as parameter.
Definition: ElemPtrArray.cc:204
Matrix of pointers to elements.
Definition: ElemPtrArray.h:52
Base class for the finite elements.
Definition: Element.h:112
boost::python::list getPyElementList(void) const
Returns a Python list containing the elements of this array.
Definition: ElemPtrArray.cc:157
ElemPtrArray(const size_t &f=0, const size_t &c=0)
Constructor.
Definition: ElemPtrArray.h:56
Posición en tres dimensiones.
Definition: Pos3d.h:44
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Element * findElement(const int &)
Returns (if it exists) a pointer to the element identified by the tag being passed as parameter...
Definition: ElemPtrArray.cc:37
Base class for matrices of pointers to nodes, elements and points.
Definition: PtrArrayBase.h:50
Mesh node.
Definition: Node.h:111