Reference documentation for deal.II version GIT relicensing-487-ge9eb5ab491 2024-04-25 07:20:02+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\}}\)
Loading...
Searching...
No Matches
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 720 of file template_constraints.h.