Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2684-gc61376a70f 2025-02-22 15:30:00+00:00
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
concepts::is_valid_dim_spacedim Concept Reference

#include <deal.II/base/template_constraints.h>

Concept definition

template<int dim, int spacedim>
(dim >= 1 && spacedim <= 3 && dim <= spacedim)

Detailed Description

A concept that tests that a combination of dim and spacedim template arguments is valid. Specifically, we must have that

Definition at line 721 of file template_constraints.h.