IFEM  90A354
Public Member Functions | Public Attributes | List of all members
ASMbase::BC Struct Reference

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.
 

Detailed Description

Struct for boundary condition codes.


The documentation for this struct was generated from the following files: