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