Functor used to sort a set of MPC pointers.
Definition: MPCLess.h:25
static bool compareSlaveDofOnly
Indicates whether only the slave DOF number should affect sorting.
Definition: MPCLess.h:32
bool operator()(const MPC *lhs, const MPC *rhs) const
Comparison operator used when inserting an MPC pointer into a std::set<MPC*,MPCLess> object.
Definition: MPC.C:39
A class representing a general multi-point constraint equation.
Definition: MPC.h:52