ASPECT
|
The NullspaceRemoval struct. More...
Public Types | |
enum | Kind { none = 0, net_translation_x = 0x1, net_translation_y = 0x2, net_translation_z = 0x4, net_translation = 0x1+0x2+0x4, linear_momentum_x = 0x8, linear_momentum_y = 0x10, linear_momentum_z = 0x20, linear_momentum = linear_momentum_x+linear_momentum_y+linear_momentum_z, net_rotation = 0x40, angular_momentum = 0x80, net_surface_rotation = 0x100, any_translation = net_translation+linear_momentum, any_rotation = net_rotation+angular_momentum+net_surface_rotation } |
The NullspaceRemoval struct.
Definition at line 135 of file parameters.h.
enum aspect::Parameters::NullspaceRemoval::Kind |
Definition at line 137 of file parameters.h.