![]() |
deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+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>=1spacedim<=3dim<=spacedim. These are the kinds of requirements that are imposed, for example, on class Triangulation. Definition at line 712 of file template_constraints.h.