XC Open source finite element analysis program
|
Iterator over single freedom constraints. More...
#include <SFreedom_ConstraintIter.h>
Public Member Functions | |
virtual SFreedom_Constraint * | operator() (void)=0 |
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. | |
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 parameter. | |
std::deque< int > | searchAll (int theNode) const |
Search on the container all the constraints that affect the node being passed as parameter. | |
Iterator over single freedom constraints.