ASPECT
Public Types | List of all members
aspect::Parameters< dim >::NullspaceRemoval Struct Reference

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
}
 

Detailed Description

template<int dim>
struct aspect::Parameters< dim >::NullspaceRemoval

The NullspaceRemoval struct.

Definition at line 103 of file parameters.h.

Member Enumeration Documentation

§ Kind

Enumerator
none 
net_translation_x 
net_translation_y 
net_translation_z 
net_translation 
linear_momentum_x 
linear_momentum_y 
linear_momentum_z 
linear_momentum 
net_rotation 
angular_momentum 
net_surface_rotation 
any_translation 
any_rotation 

Definition at line 105 of file parameters.h.


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