|
IFEM
90A354
|
A helper class used by ASMbase::isFixed(). More...
Public Member Functions | |
| fixed (int node, int dof) | |
| Constructor initializing the node and local DOF index. | |
| bool | operator() (const ASMbase::BC &bc) |
| Returns true if the DOF has the same fixed status as bc. | |
Private Attributes | |
| int | myNode |
| The internal node number to compare with. | |
| int | myDofs |
| The local DOFs to compare with. | |
A helper class used by ASMbase::isFixed().
The class is just an unary function that checks whether a DOF object matches the fixed status of a given BC object.