ASPECT
|
Classes | |
class | AdiabaticHeating |
class | AdiabaticHeatingMelt |
class | CompositionalHeating |
class | ConstantHeating |
class | Function |
struct | HeatingModelOutputs |
class | Interface |
class | LatentHeat |
class | LatentHeatMelt |
class | Manager |
class | RadioactiveDecay |
class | ShearHeating |
class | ShearHeatingMelt |
class | ShearHeatingOutputs |
Functions | |
template<int dim> | |
std::string | get_valid_model_names_pattern () |
A namespace in which we define everything that has to do with defining the heating model.
std::string aspect::HeatingModel::get_valid_model_names_pattern | ( | ) |
Return a string that consists of the names of heating models that can be selected. These names are separated by a vertical line '|' so that the string can be an input to the deal.II classes Patterns::Selection or Patterns::MultipleSelection.
Referenced by aspect::HeatingModel::Manager< dim >::get_matching_heating_model().