![]() |
ASPECT
|
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
![]() | |
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) |
Private Attributes | |
std::vector< std::string > | property_names |
A class derived from DataPostprocessor that takes an output vector and computes several scalar variables that represent the material model outputs for every point. The list of written variables can be chosen as input parameter. The principal functionality of this class is already implemented in some other visualization plugins, the purpose of this plugin is to efficiently compute all the wanted parameters in one call to the material model.
The member functions are all implementations of those declared in the base class. See there for their meaning.
Definition at line 50 of file material_properties.h.
aspect::Postprocess::VisualizationPostprocessors::MaterialProperties< dim >::MaterialProperties | ( | ) |
|
override |
|
override |
|
override |
|
override |
|
static |
Declare the parameters this class takes through input files.
|
overridevirtual |
Read the parameters this class declares from the parameter file.
Reimplemented from aspect::Plugins::InterfaceBase.
|
private |
Definition at line 86 of file material_properties.h.