ASPECT
Classes | Namespaces | Macros | Functions
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

class  aspect::Particle::Integrator::Interface< dim >
 

Namespaces

 aspect
 
 aspect::Particle
 
 aspect::Particle::Integrator
 

Macros

#define ASPECT_REGISTER_PARTICLE_INTEGRATOR(classname, name, description)
 

Functions

std::string aspect::Particle::Integrator::integrator_object_names ()
 
template<int dim>
void aspect::Particle::Integrator::register_particle_integrator (const std::string &name, const std::string &description, void(*declare_parameters_function)(ParameterHandler &), std::unique_ptr< Interface< dim >>(*factory_function)())
 
template<int dim>
std::unique_ptr< Interface< dim > > aspect::Particle::Integrator::create_particle_integrator (ParameterHandler &prm)
 
template<int dim>
void aspect::Particle::Integrator::declare_parameters (ParameterHandler &prm)
 
template<int dim>
void aspect::Particle::Integrator::write_plugin_graph (std::ostream &output_stream)