30 #ifndef MATRIZPTRNOD_H 31 #define MATRIZPTRNOD_H 33 #include "MatrizPtrBase.h" 34 #include "xc_basic/src/matrices/m_int.h" 41 class SFreedom_Constraint;
MatrizPtrNod(const size_t &f=0, const size_t &c=0)
Constructor.
Definition: MatrizPtrNod.h:52
Node * getNearestNode(const Pos3d &p)
Returns the node closest to the point being passed as parameter.
Definition: MatrizPtrNod.cc:88
m_int getTags(void) const
Returns a matriz con los identificadores of the nodes.
Definition: MatrizPtrNod.cc:133
Mesh node.
Definition: Node.h:99
Node * buscaNodo(const int &tag)
Returns (if it exists) a pointer to the node cuyo tag is being passed as parameter.
Definition: MatrizPtrNod.cc:41
Base class for matrices of pointers to nodes, elements and points.
Definition: MatrizPtrBase.h:49
Matriz de pointers to nodes.
Definition: MatrizPtrNod.h:46
Single freedom constraint.
Definition: SFreedom_Constraint.h:79
================================================================================
Definition: ContinuaReprComponent.h:34
void fix(const SFreedom_Constraint &) const
Impone desplazamiento nulo en los nodos de this set.
Definition: MatrizPtrNod.cc:122