IgANet
IGAnets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
iganet::detail::HasTemplatedFindKnotIndices Concept Reference

#include </home/runner/work/iganet/iganet/include/splines/functionspace.hpp>

Concept definition

template<typename T>
concept iganet::detail::HasTemplatedFindKnotIndices = requires(T t, typename T::eval_type x) {
{ t.template find_knot_indices<functionspace::interior>(x) };
}
Definition functionspace.hpp:47