Loading...
Searching...
No Matches
terra::fv::hex::FVProjectionFunctor Concept Reference

#include <conversion.hpp>

Concept definition

template<typename T, typename ScalarType, typename GridScalarType>
concept terra::fv::hex::FVProjectionFunctor = requires( const T& self, const dense::Vec< GridScalarType, 3 >& x ) {
{ self.operator()( x ) } -> std::same_as< ScalarType >;
}
Definition conversion.hpp:16