IFEM  90A354
Public Member Functions | Static Public Attributes | List of all members
MPCLess Class Reference

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...
 

Detailed Description

Functor used to sort a set of MPC pointers.

Member Data Documentation

◆ compareSlaveDofOnly

bool MPCLess::compareSlaveDofOnly = false
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().


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