ASPECT
include
aspect
particle
property
Classes
|
Namespaces
|
Macros
|
Enumerations
interface.h File Reference
Include dependency graph for interface.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes
struct
aspect::Particle::Property::ParticleUpdateInputs< dim >
class
aspect::Particle::Property::ParticlePropertyInformation
class
aspect::Particle::Property::Interface< dim >
class
aspect::Particle::Property::IntegratorProperties< dim >
class
aspect::Particle::Property::Manager< dim >
Namespaces
aspect
aspect::Particle
aspect::Particle::Property
Macros
#define
ASPECT_REGISTER_PARTICLE_PROPERTY
(classname, name, description)
Enumerations
enum
aspect::Particle::Property::UpdateTimeFlags
{
aspect::Particle::Property::update_never
,
aspect::Particle::Property::update_output_step
,
aspect::Particle::Property::update_time_step
}
enum
aspect::Particle::Property::InitializationModeForLateParticles
{
aspect::Particle::Property::initialize
,
aspect::Particle::Property::interpolate
,
aspect::Particle::Property::interpolate_respect_boundary
,
aspect::Particle::Property::initialize_to_zero
}