![]() |
deal.II version GIT relicensing-3689-g8ed7910be7 2025-07-08 08:50:00+00:00
|
#include <deal.II/base/template_constraints.h>
A concept that tests that a combination of dim
and spacedim
template arguments is valid. Specifically, we must have that
dim>=1
spacedim<=3
dim<=spacedim
. These are the kinds of requirements that are imposed, for example, on class Triangulation. Definition at line 727 of file template_constraints.h.