Struct for calculating principal stresses. More...
#include <ikarus/io/resultevaluators.hh>
Public Member Functions | |
double | operator() (const auto &resultArray, const int comp) const |
Calculate the result quantity (principal stress) More... | |
Static Public Member Functions | |
static std::string | name () |
Get the name of the result type (PrincipalStress) More... | |
static 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 |
|
inlinestatic |
|
inlinestatic |
|
inline |
resultArray | EigenMatrix containing the stress state |
comp | component of result |