Struct for calculating von Mises stress.
More...
#include <ikarus/io/resultevaluators.hh>
The VonMises struct provides a function call operator to calculate von Mises stress.
- 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::VonMises::name |
( |
| ) |
|
|
inlinestatic |
- Returns
- String representing the name
◆ ncomps()
static int Ikarus::ResultEvaluators::VonMises::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: