|
IFEM
90A354
|
Functor used to sort a set of MPC pointers. More...
#include <MPCLess.h>
Public Member Functions | |
| bool | operator() (const MPC *lhs, const MPC *rhs) const |
| Comparison operator used when inserting an MPC pointer into a std::set<MPC*,MPCLess> object. | |
Static Public Attributes | |
| static bool | compareSlaveDofOnly = false |
| Indicates whether only the slave DOF number should affect sorting. More... | |
Functor used to sort a set of MPC pointers.
|
static |
Indicates whether only the slave DOF number should affect sorting.
The default is to also compare the associated coefficients.
Referenced by operator()(), operator<(), and SIMbase::SIMbase().