ASPECT
|
Additional Inherited Members | |
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) |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
static void | declare_parameters (ParameterHandler &prm) |
A class derived from DataPostprocessorScalar that computes a variable that represents the geoid topography. This quantity, strictly speaking, only makes sense at the surface of the domain. Thus, the value is set to zero in all the cells inside of the domain.
The member functions are all implementations of those declared in the base class. See there for their meaning.
aspect::Postprocess::VisualizationPostprocessors::Geoid< dim >::Geoid | ( | ) |
|
overridevirtual |
Initialization function. This function is called once at the beginning of the program after parse_parameters is run and after the SimulatorAccess (if applicable) is initialized.
Reimplemented from aspect::Plugins::InterfaceBase.
|
override |
|
overridevirtual |
Let the postprocessor manager know about the other postprocessors this one depends on. Specifically, the Geoid postprocessor.
Reimplemented from aspect::Postprocess::VisualizationPostprocessors::Interface< dim >.