ASPECT
|
Enumerations | |
enum | Kind { constant, ascii_data, function } |
Functions | |
BoundaryLayerAgeModel::Kind | parse (const std::string ¶meter_name, const ParameterHandler &prm) |
A namespace for selecting how to determine the age of a boundary layer. Current options are:
'constant': A constant age independent of position. 'ascii_data': Age is specified in an ascii data file. 'function': Age is specified as a function in the input file.
Enumerator | |
---|---|
constant | |
ascii_data | |
function |
Definition at line 47 of file adiabatic.h.
BoundaryLayerAgeModel::Kind aspect::InitialTemperature::BoundaryLayerAgeModel::parse | ( | const std::string & | parameter_name, |
const ParameterHandler & | prm | ||
) |
Read the lithosphere age model from the parameter file, using the parameter name given in parameter_name
, and return the enum that corresponds to this operation.