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