Concept for checking if a type is a valid material parameter tuple.
More...
#include <ikarus/finiteelements/physicshelper.hh>
template<typename MaterialParameter>
MaterialParameter, YoungsModulusAndBulkModulus> or std::is_same_v<MaterialParameter,
YoungsModulusAndLamesFirstParameter> or std::
is_same_v<MaterialParameter, BulkModulusAndLamesFirstParameter> or std::is_same_v<
MaterialParameter, LamesFirstParameterAndShearModulus> or std::is_same_v<MaterialParameter,
YoungsModulusAndShearModulus>
Concept for checking if a type is a valid material parameter tuple.
Definition: physicshelper.hh:154
- Template Parameters
-
MaterialParameter | Type to check. |