30 #ifndef NODEPTRARRAY_H 31 #define NODEPTRARRAY_H 33 #include "PtrArrayBase.h" 34 #include "xc_basic/src/matrices/m_int.h" 41 class SFreedom_Constraint;
NodePtrArray(const size_t &f=0, const size_t &c=0)
Constructor.
Definition: NodePtrArray.h:52
m_int getTags(void) const
Returns an array with the identifiers of the nodes.
Definition: NodePtrArray.cc:133
Two-dimensional array of pointers to nodes.
Definition: NodePtrArray.h:46
Single freedom constraint.
Definition: SFreedom_Constraint.h:84
Node * getNearestNode(const Pos3d &p)
Returns the node closest to the point being passed as parameter.
Definition: NodePtrArray.cc:88
void fix(const SFreedom_Constraint &) const
Impone desplazamiento nulo en the nodes de this set.
Definition: NodePtrArray.cc:122
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class for matrices of pointers to nodes, elements and points.
Definition: PtrArrayBase.h:49
Node * findNode(const int &tag)
Returns (if it exists) a pointer to the node which tag is being passed as parameter.
Definition: NodePtrArray.cc:41
Mesh node.
Definition: Node.h:110