65 #ifndef SFreedom_ConstraintIter_h 66 #define SFreedom_ConstraintIter_h 71 class SFreedom_Constraint;
83 std::deque<int>
searchAll(
int theNode,
int theDOF)
const;
84 std::deque<int>
searchAll(
int theNode)
const;
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: SFreedom_ConstraintIter.cc:58
Single freedom constraint.
Definition: SFreedom_Constraint.h:85
virtual SFreedom_Constraint * search(int theNode, int theDOF)
Search on the container the constraint with the node and degree of freedom being passed as parameter...
Definition: SFreedom_ConstraintIter.cc:35
Iterator over single freedom constraints.
Definition: SFreedom_ConstraintIter.h:76
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35