|
IFEM
90A354
|
Struct for boundary condition codes. More...
#include <ASMbase.h>
Public Member Functions | |
| BC (int n) | |
| Constructor initializing a BC instance. | |
| int | fix (int dof) |
| Fixes local dof dof. | |
| int | free (int dof) |
| Removes the fixation in local dof dof. | |
Public Attributes | |
| int | node |
| Global node number of the constrained node. | |
| char | CX |
| Boundary condition code for X-translation. | |
| char | CY |
| Boundary condition code for Y-translation. | |
| char | CZ |
| Boundary condition code for Z-translation. | |
| char | RX |
| Boundary condition code for X-rotation. | |
| char | RY |
| Boundary condition code for Y-rotation. | |
| char | RZ |
| Boundary condition code for Z-rotation. | |
Struct for boundary condition codes.