ASPECT
|
Private Attributes | |
bool | write_to_file |
double | output_interval |
double | last_output_time |
Functions used in dealing with run-time parameters | |
void | parse_parameters (ParameterHandler &prm) override |
static void | declare_parameters (ParameterHandler &prm) |
Additional Inherited Members | |
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) |
A postprocessor that outputs the surface topography to file.
Definition at line 40 of file topography.h.
|
overridevirtual |
Output topography [m] to file
Implements aspect::Postprocess::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 |
Whether or not to produce text files with topography values
Definition at line 72 of file topography.h.
|
private |
Interval between the generation of text output. This parameter is read from the input file and consequently is not part of the state that needs to be saved and restored.
Definition at line 79 of file topography.h.
|
private |
A time (in seconds) at which the last text output was supposed to be produced. Used to check for the next necessary output time.
Definition at line 85 of file topography.h.