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) |
Definition at line 38 of file spherical_velocity_components.h.
aspect::Postprocess::VisualizationPostprocessors::SphericalVelocityComponents< dim >::SphericalVelocityComponents | ( | ) |
|
override |
|
override |
Return the vector of strings describing the names of the computed quantities. Given the purpose of this class, this is a vector with entries all equal to the name of the plugin.
|
override |
This functions returns information about how the individual components of output files that consist of more than one data set are to be interpreted. The returned value is DataComponentInterpretation::component_is_scalar repeated SymmetricTensor::n_independent_components times. (These components should really be part of a symmetric tensor, but deal.II does not allow marking components as such.)
|
overridevirtual |
Return the string representation of the physical units that a derived class has provided to the constructor of this class.
As mentioned in the documentation of the constructor, there are cases where a derived class doesn't know the physical units yet that correspond to what is being output at the time the constructor is called. In that case, the derived class can overload this function and return the correct units when the visualization postprocessor is executed.
Reimplemented from aspect::Postprocess::VisualizationPostprocessors::Interface< dim >.