Struct for boundary condition codes.
More...
#include <ASMbase.h>
|
|
| 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.
|
| |
|
|
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.
The documentation for this struct was generated from the following files:
- /home/runner/work/IFEM-2/IFEM-2/src/ASM/ASMbase.h
- /home/runner/work/IFEM-2/IFEM-2/src/ASM/ASMbase.C