![]() |
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 | |
bool | use_deviatoric_stress |
A class derived from DataPostprocessor that outputs the principal stress values and directions, i.e., the eigenvalues and eigenvectors of the stress tensor (or optionally of the deviatoric stress tensor).
Definition at line 43 of file principal_stress.h.
aspect::Postprocess::VisualizationPostprocessors::PrincipalStress< dim >::PrincipalStress | ( | ) |
|
override |
|
override |
|
override |
|
override |
|
static |
|
overridevirtual |
Read the parameters this class declares from the parameter file. The default implementation of this function does not read any parameters. Consequently, derived classes do not have to overload this function if they do not take any runtime parameters. On the other hand, most plugins do have run-time parameters, and they may then overload this function.
Reimplemented from aspect::Plugins::InterfaceBase.
|
private |
Whether to use the deviatoric stress tensor instead of the full stress tensor to compute principal directions and values.
Definition at line 76 of file principal_stress.h.