Go to the source code of this file.
|
| enum class | aspect::Particle::Property::DeformationType {
aspect::Particle::Property::passive
, aspect::Particle::Property::olivine_a_fabric
, aspect::Particle::Property::olivine_b_fabric
, aspect::Particle::Property::olivine_c_fabric
,
aspect::Particle::Property::olivine_d_fabric
, aspect::Particle::Property::olivine_e_fabric
, aspect::Particle::Property::enstatite
, aspect::Particle::Property::clinopyroxene
,
aspect::Particle::Property::olivine_d_0kl
} |
| | The type of deformation used by the CPO code. More...
|
| |
| enum class | aspect::Particle::Property::DeformationTypeSelector {
aspect::Particle::Property::passive
, aspect::Particle::Property::olivine_a_fabric
, aspect::Particle::Property::olivine_b_fabric
, aspect::Particle::Property::olivine_c_fabric
,
aspect::Particle::Property::olivine_d_fabric
, aspect::Particle::Property::olivine_e_fabric
, aspect::Particle::Property::enstatite
, aspect::Particle::Property::olivine_karato_2008
,
aspect::Particle::Property::clinopyroxene
, aspect::Particle::Property::olivine_d_0kl
} |
| | The type of deformation selector used by the CPO code. More...
|
| |
| enum class | aspect::Particle::Property::AdvectionMethod { aspect::Particle::Property::forward_euler
, aspect::Particle::Property::backward_euler
} |
| | The type of Advection method used to advect the CPO properties. More...
|
| |
| enum class | aspect::Particle::Property::CPODerivativeAlgorithm { aspect::Particle::Property::spin_tensor
, aspect::Particle::Property::drex_2004
} |
| | The algorithm used to compute the derivatives of the grain size and rotation matrix used in the advection. More...
|
| |
| enum class | aspect::Particle::Property::CPOInitialGrainsModel { aspect::Particle::Property::uniform_grains_and_random_uniform_rotations
, aspect::Particle::Property::world_builder
} |
| | An enum used to determine how the initial grain sizes and orientations are set for all particles. More...
|
| |