![]() |
ASPECT
|
Private Attributes | |
std::vector< std::string > | property_names |
Additional Inherited Members | |
![]() | |
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 void | declare_parameters (ParameterHandler &prm) |
A class derived from DataPostprocessor that generates visualization output for all additional material outputs that are derived from the 'NamedAdditionalMaterialOutputs' base class if the are filled in the evaluate function of the material model used in the computation.
The member functions are all implementations of those declared in the base class. See there for their meaning.
Definition at line 48 of file named_additional_outputs.h.
aspect::Postprocess::VisualizationPostprocessors::NamedAdditionalOutputs< dim >::NamedAdditionalOutputs | ( | ) |
|
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.
The default implementation of this function does nothing, but plugins that derive from this class (via the Interface
classes of their respective plugin systems) may overload it if they want something to happen upon startup of the Simulator object to which the plugin contributes.
Reimplemented from aspect::Plugins::InterfaceBase.
|
override |
|
override |
|
override |
|
override |
|
private |
Definition at line 73 of file named_additional_outputs.h.