31 #ifndef DQPTRSCONSTRAINT_H 32 #define DQPTRSCONSTRAINT_H 52 std::set<int>
getTags(
void)
const;
Constraint * buscaConstrainto(const int &tag)
Returns (if it exists) a pointer to the element identified by the tag being passed as parameter...
Definition: DqPtrsConstraint.cc:54
FiberSet operator*(const FiberSet &, const FiberSet &)
Return the fibers in a that are also in b.
Definition: FiberSet.cc:87
DqPtrsConstraint(CommandEntity *owr=nullptr)
Constructor.
Definition: DqPtrsConstraint.cc:35
FiberSet operator+(const FiberSet &, const FiberSet &)
Return the union of both containers.
Definition: FiberSet.cc:65
void numera(void)
Set indices to the objects to allow its use in VTK.
Definition: DqPtrsConstraint.cc:95
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
FiberSet operator-(const FiberSet &, const FiberSet &)
Return the fibers in a that are not in b.
Definition: FiberSet.cc:73
Constraint pointers deque.
Definition: DqPtrsConstraint.h:45
std::set< int > getTags(void) const
Returns the tags of the elements.
Definition: DqPtrsConstraint.cc:106
Base class for model constraints.
Definition: Constraint.h:49
Pointer to (nodes, elements, points, lines,...) container.
Definition: DqPtrs.h:56