|
ASPECT
|


Go to the source code of this file.
Classes | |
| class | aspect::InitialTopographyModel::Interface< dim > |
Namespaces | |
| aspect | |
| aspect::InitialTopographyModel | |
Macros | |
| #define | ASPECT_REGISTER_INITIAL_TOPOGRAPHY_MODEL(classname, name, description) |
Functions | |
| template<int dim> | |
| void | aspect::InitialTopographyModel::register_initial_topography_model (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::InitialTopographyModel::create_initial_topography_model (ParameterHandler &prm) |
| template<int dim> | |
| void | aspect::InitialTopographyModel::declare_parameters (ParameterHandler &prm) |
| template<int dim> | |
| void | aspect::InitialTopographyModel::write_plugin_graph (std::ostream &output_stream) |