DiFfRG
Loading...
Searching...
No Matches
types.hh
Go to the documentation of this file.
1#pragma once
2
3namespace DiFfRG
4{
5 template <typename T>
6 concept MeshIsRectangular = requires(T x) { T::is_rectangular; } && T::is_rectangular;
7} // namespace DiFfRG
Definition types.hh:6
Definition complex_math.hh:14