IFEM  90A354
Public Member Functions | Private Attributes | List of all members
fixed Class Reference

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.
 

Detailed Description

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.


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