MGIS
Loading...
Searching...
No Matches
mgis::function::TensorValueConcept Concept Reference

Concept definition

template<typename T>
concept mgis::function::TensorValueConcept = ((::tfel::math::MutableScalarConcept<T>)&&(
std::same_as<::tfel::math::base_type<T>, real>))
Definition TensorConcept.hxx:39
mgis_real real
alias to the numeric type used
Definition Config.hxx:124