deal.II version GIT relicensing-2169-gec1b43f35b 2024-11-22 07:10:00+00:00
|
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<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 |
|
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 733 of file template_constraints.h.
|
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.
|
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.
|
inlineconstexpr |
Definition at line 943 of file template_constraints.h.
|
inlineconstexpr |
Definition at line 946 of file template_constraints.h.
|
inlineconstexpr |
Definition at line 962 of file template_constraints.h.