Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.0
\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_triangulation_or_dof_handler Concept Reference

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

Concept definition

Detailed Description

A concept that is used to check whether the MeshType template type used in many functions in namespace GridTools and VectorTools is in fact a "mesh" in the sense expected by these functions. Specifically, this means that the type is either a Triangulation or a DoFHandler type.

Definition at line 974 of file template_constraints.h.