ASPECT
|
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from aspect::SimulatorAccess< dim > | |
static void | get_composition_values_at_q_point (const std::vector< std::vector< double >> &composition_values, const unsigned int q, std::vector< double > &composition_values_at_q_point) |
Private Attributes | |
double | necessary_time_in_steady_state |
double | allowed_relative_deviation |
std::list< std::pair< double, double > > | time_temperature |
A class that implements a termination criterion based on the steady state of the average temperature.
Definition at line 39 of file steady_temperature.h.
|
overridevirtual |
Evaluate this termination criterion.
Implements aspect::TerminationCriteria::Interface< dim >.
|
static |
Declare the parameters this class takes through input files.
|
overridevirtual |
Read the parameters this class declares from the parameter file.
Reimplemented from aspect::Plugins::InterfaceBase.
|
private |
Definition at line 65 of file steady_temperature.h.
|
private |
Definition at line 66 of file steady_temperature.h.
|
private |
A list of pairs (time, temperature) that we have computed at previous time steps. This is used to determine when we have reached steady state.
Definition at line 73 of file steady_temperature.h.