|
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 | |
| bool | excess_entropy_only |
A postprocessor that computes some statistics about the dynamic core.
Definition at line 40 of file core_statistics.h.
|
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.
|
overridevirtual |
Evaluate statistics.
Implements aspect::Postprocess::Interface< dim >.
|
private |
Controls whether output the total excess entropy or the individual entropy terms (i.e. entropy for specific heat, radioactive heating, gravitational contribution, and adiabatic contribution).
This variable is read from the parameter file through a parameter called 'Excess entropy only'.
Definition at line 70 of file core_statistics.h.