Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/template_constraints.h>
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.