Concept for checking if a type is a valid material parameter tuple.
More...
#include <ikarus/finiteelements/physicshelper.hh>
template<typename MP>
std::is_same_v<MP, YoungsModulusAndPoissonsRatio> or std::is_same_v<MP, YoungsModulusAndBulkModulus> or
std::is_same_v<MP, YoungsModulusAndLamesFirstParameter> or std::is_same_v<MP, BulkModulusAndLamesFirstParameter> or
std::is_same_v<MP, LamesFirstParameterAndShearModulus> or std::is_same_v<MP, YoungsModulusAndShearModulus>
Concept for checking if a type is a valid material parameter tuple.
Definition: physicshelper.hh:65