1#ifndef TATOOINE_FLOWMAP_CONCEPT_H
2#define TATOOINE_FLOWMAP_CONCEPT_H
9template <
typename T,
typename Real, std::
size_t NumDimensions>
17 requires(std::decay_t<T> f,
typename std::decay_t<T>::pos_type x,
18 typename std::decay_t<T>::real_type t,
typename std::decay_t<T>::real_type tau) {
19 { f(x, t, tau) } -> std::same_as<typename std::decay_t<T>::pos_type>;
Definition: flowmap_concept.h:15
Definition: concepts.h:162
Definition: concepts.h:156
Definition: concepts.h:153
Definition: flowmap_concept.h:10
Definition: algorithm.h:6