Struct for calculating principal stresses.
More...
#include <ikarus/io/resultevaluators.hh>
The PrincipalStress struct provides a function call operator to calculate principal stresses.
- Template Parameters
-
ElementType | Type of the finite element |
FERequirements | Type representing the requirements for finite element calculations |
size | Size of the stress vector |
ScalarType | Scalar type for numerical calculations |
◆ name()
static std::string Ikarus::ResultEvaluators::PrincipalStress::name |
( |
| ) |
|
|
inlinestatic |
- Returns
- String representing the name
◆ ncomps()
static int Ikarus::ResultEvaluators::PrincipalStress::ncomps |
( |
| ) |
|
|
inlinestatic |
- Returns
- Number of components
◆ operator()()
template<typename ElementType , typename
FERequirements , int size, typename ScalarType >
requires (size == 2)
The documentation for this struct was generated from the following file: