65 #ifndef MFreedom_ConstraintIter_h 66 #define MFreedom_ConstraintIter_h 71 class MFreedom_Constraint;
82 std::deque<int>
searchAll(
int theNode,
int theDOF)
const;
83 std::deque<int>
searchAll(
int theNode)
const;
Iterator over multi-freedom constraints.
Definition: MFreedom_ConstraintIter.h:76
std::deque< int > searchAll(int theNode, int theDOF) const
Search on the container all the constraints with the node and degree of freedom being passed as param...
Definition: MFreedom_ConstraintIter.cc:35
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Multi-freedom constraint.
Definition: MFreedom_Constraint.h:113