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 that computes a field of horizontal vectors that represent the direction of maximal horizontal compressive stress. For an exact definition, see the documentation of this plugin in the manual.
The member functions are all implementations of those declared in the base class. See there for their meaning.
Definition at line 47 of file maximum_horizontal_compressive_stress.h.
aspect::Postprocess::VisualizationPostprocessors::MaximumHorizontalCompressiveStress< dim >::MaximumHorizontalCompressiveStress | ( | ) |
Constructor.
|
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.)
|
override |
Return which data has to be provided to compute the derived quantities. The flags returned here are the ones passed to the constructor of this class.