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 dynamic 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. Consider using the SurfaceDynamicTopography to only output the dynamic topography at the boundary of the domain.
The member functions are all implementations of those declared in the base class. See there for their meaning.
Definition at line 48 of file dynamic_topography.h.
aspect::Postprocess::VisualizationPostprocessors::DynamicTopography< dim >::DynamicTopography | ( | ) |
|
override |
Evaluate the dynamic topography for the current cell.
|
overridevirtual |
Register the other postprocessor that we need: DynamicTopography
Reimplemented from aspect::Postprocess::VisualizationPostprocessors::Interface< dim >.