|
IFEM
90A354
|
Inherit this class to equip your SIM with nodal constraints. More...
#include <SIMNodalConstraint.h>


Public Member Functions | |
| SIMNodalConstraint (const std::vector< unsigned char > &unf) | |
| The constructor forwards to the parent class constructor. | |
| virtual | ~SIMNodalConstraint () |
| Empty destructor. | |
Protected Member Functions | |
| virtual bool | preprocessBeforeAsmInit (int &) |
| Sets up the nodal constraints. | |
| virtual bool | parse (const tinyxml2::XMLElement *elem) |
| Parses a data section from an XML element. | |
Private Member Functions | |
| bool | applyConstraint () |
| Applies the nodal constraints on the defined topology sets. | |
| bool | applyConstraint () |
| Template specialization for 1D. | |
| bool | applyConstraint () |
| Template specialization for 2D. | |
| bool | applyConstraint () |
| Template specialization for 3D. | |
Private Attributes | |
| ConstraintVec | vertConstraints |
| Registered vertex constraints. | |
Inherit this class to equip your SIM with nodal constraints.