![]() |
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 in this class does nothing, so that derived classes that do not need any parameters do not need to implement it.
Reimplemented from aspect::Postprocess::VisualizationPostprocessors::Interface< dim >.
|
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.