ASPECT
|
Go to the source code of this file.
Classes | |
class | aspect::Particle::Interpolator::Interface< dim > |
Namespaces | |
aspect | |
aspect::Particle | |
aspect::Particle::Interpolator | |
Macros | |
#define | ASPECT_REGISTER_PARTICLE_INTERPOLATOR(classname, name, description) |
Functions | |
std::string | aspect::Particle::Interpolator::interpolator_object_names () |
template<int dim> | |
void | aspect::Particle::Interpolator::register_particle_interpolator (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::Interpolator::create_particle_interpolator (ParameterHandler &prm) |
template<int dim> | |
void | aspect::Particle::Interpolator::declare_parameters (ParameterHandler &prm) |
template<int dim> | |
void | aspect::Particle::Interpolator::write_plugin_graph (std::ostream &output_stream) |