XC Open source finite element analysis program
Public Member Functions | List of all members

Iterator over single freedom constraints. More...

#include <SFreedom_ConstraintIter.h>

Inheritance diagram for XC::SFreedom_ConstraintIter:
XC::SingleDomTIter< SFreedom_ConstraintIter > XC::SingleDomAllSFreedom_Iter XC::SingleDomSFreedom_Iter

Public Member Functions

virtual SFreedom_Constraintoperator() (void)=0
 
virtual SFreedom_Constraintsearch (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.
 

Detailed Description

Iterator over single freedom constraints.


The documentation for this class was generated from the following files: