deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+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
Variables
concepts::internal Namespace Reference

Variables

template<typename T >
constexpr bool is_dealii_vector_type = false
 
template<typename T >
constexpr bool is_dealii_petsc_vector_type = false
 
template<typename T >
constexpr bool is_dealii_petsc_matrix_type = false
 
template<class T >
constexpr bool is_distributed_vector_type = false
 
template<typename T >
constexpr bool is_triangulation_or_dof_handler = false
 
template<int dim, int spacedim>
constexpr bool is_triangulation_or_dof_handler< Triangulation< dim, spacedim > > = true
 
template<int dim, int spacedim>
constexpr bool is_triangulation_or_dof_handler< DoFHandler< dim, spacedim > > = true
 

Variable Documentation

◆ is_dealii_vector_type

template<typename T >
constexpr bool concepts::internal::is_dealii_vector_type<::LinearAlgebra::ReadWriteVector< Number > > = false
inlineconstexpr

A template variable that returns whether the template argument is a valid deal.II vector type. Its general definition is false, with specializations dealing with actual vector types for which the predicate is true.

Definition at line 724 of file template_constraints.h.

◆ is_dealii_petsc_vector_type

template<typename T >
constexpr bool concepts::internal::is_dealii_petsc_vector_type = false
inlineconstexpr

A template variable that returns whether the template argument is a valid deal.II vector type that is internally built on PETSc functionality. Its general definition is false, with specializations dealing with actual vector types for which the predicate is true.

Definition at line 803 of file template_constraints.h.

◆ is_dealii_petsc_matrix_type

template<typename T >
constexpr bool concepts::internal::is_dealii_petsc_matrix_type = false
inlineconstexpr

A template variable that returns whether the template argument is a valid deal.II matrix type that is internally built on PETSc functionality. Its general definition is false, with specializations dealing with actual matrix types for which the predicate is true.

Definition at line 837 of file template_constraints.h.

◆ is_distributed_vector_type

template<class T >
constexpr bool concepts::internal::is_distributed_vector_type = false
inlineconstexpr

CHeck whether a type represents an MPI-distributed vector whose element access may require communication.

This trait explicitly enumerates known distributed vector types from deal.II, Trilinos, and PETSc.

Definition at line 949 of file template_constraints.h.

◆ is_triangulation_or_dof_handler

template<typename T >
constexpr bool concepts::internal::is_triangulation_or_dof_handler = false
inlineconstexpr

Definition at line 988 of file template_constraints.h.

◆ is_triangulation_or_dof_handler< Triangulation< dim, spacedim > >

template<int dim, int spacedim>
constexpr bool concepts::internal::is_triangulation_or_dof_handler< Triangulation< dim, spacedim > > = true
inlineconstexpr

Definition at line 991 of file template_constraints.h.

◆ is_triangulation_or_dof_handler< DoFHandler< dim, spacedim > >

template<int dim, int spacedim>
constexpr bool concepts::internal::is_triangulation_or_dof_handler< DoFHandler< dim, spacedim > > = true
inlineconstexpr

Definition at line 1007 of file template_constraints.h.