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

Concept definition

template<typename EvaluatorType>
(::tfel::math::TensorConcept<evaluator_result<EvaluatorType>>)&&
(::tfel::math::space_dimension<evaluator_result<EvaluatorType>> ==
3u) &&
(std::same_as<
std::decay_t<::tfel::math::base_type<
::tfel::math::numeric_type<evaluator_result<EvaluatorType>>>>,
real>)
a concept that must satisfy an evaluator
Definition EvaluatorConcept.hxx:163
mgis_real real
alias to the numeric type used
Definition Config.hxx:124