Struct for calculating principal stresses. More...
#include <ikarus/io/resultevaluators.hh>
Public Member Functions | |
| double | operator() (const auto &resultArray, const auto &pos, const auto &fe, const int comp) const |
| Calculate the result quantity (principal stress) More... | |
Static Public Member Functions | |
| static constexpr std::string | name () |
| Get the name of the result type. More... | |
| static constexpr int | ncomps () |
| Get the number of components in the result. More... | |
The PrincipalStress struct provides a function call operator to calculate principal stresses. The components are ordered in a descending manner ($\sigma_1 > \sigma_2$)
| dim | dimension of stress state |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inline |
| resultArray | EigenVector containing the stress state in Voigt notation |
| comp | component of result |