]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Iterate space_dimension over the dedicated template argument list. 16500/head
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 18 Jan 2024 23:21:56 +0000 (16:21 -0700)
committerMarc Fehling <mafehling.git@gmail.com>
Thu, 18 Jan 2024 23:26:53 +0000 (16:26 -0700)
source/dofs/dof_tools.inst.in
source/dofs/dof_tools_sparsity.inst.in
source/fe/fe_nothing.inst.in
source/grid/grid_in.inst.in
source/matrix_free/fe_point_evaluation.inst.in

index ba105230784c65589c6e33403cbe20167fcabc9c..33138186a6f2c89357f6c1e1c2654fa310fc09be 100644 (file)
@@ -14,7 +14,7 @@
 // ---------------------------------------------------------------------
 
 
-for (deal_II_dimension, deal_II_space_dimension : DIMENSIONS)
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
   {
 #if deal_II_dimension <= deal_II_space_dimension
     namespace DoFTools
@@ -508,4 +508,4 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : DIMENSIONS)
         const DoFHandler<deal_II_dimension - 1, deal_II_space_dimension> &);
     \}
 #endif
-  }
\ No newline at end of file
+  }
index 33366eac9f84d3963e6ef4ed538625e0e2b8f9c8..bebe9fc625276a87cb2244df65b023a6a7e58439 100644 (file)
@@ -257,7 +257,7 @@ for (deal_II_dimension : DIMENSIONS)
   }
 
 
-for (deal_II_dimension, deal_II_space_dimension : DIMENSIONS)
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
   {
 #if deal_II_dimension <= deal_II_space_dimension
     template Table<2, DoFTools::Coupling>
index cf041b8d2d811307a8ebb89010c234061e962be5..e5cd60dbd3b1883b4c454da523e8f6ef55b63808 100644 (file)
@@ -15,7 +15,7 @@
 
 
 
-for (deal_II_dimension, deal_II_space_dimension : DIMENSIONS)
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
   {
 #if deal_II_dimension <= deal_II_space_dimension
     template class FE_Nothing<deal_II_dimension, deal_II_space_dimension>;
index fda474fa095ebce4d61cfcb045f16e6f9511fe2b..cdf09cf1abed7e8667398b3d40b9442138ce0600 100644 (file)
@@ -14,7 +14,7 @@
 // ---------------------------------------------------------------------
 
 
-for (deal_II_dimension, deal_II_space_dimension : DIMENSIONS)
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
   {
 #if deal_II_dimension <= deal_II_space_dimension
     template class GridIn<deal_II_dimension, deal_II_space_dimension>;
index 6a50a3fc68416fe89c6c934af82982fdc2642c4d..8472091e9d309bc5d0460a66edcefdc87c0e21f5 100644 (file)
@@ -15,7 +15,7 @@
 
 
 
-for (deal_II_dimension, deal_II_space_dimension : DIMENSIONS)
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
   {
 #if deal_II_dimension <= deal_II_space_dimension
     template bool internal::FEPointEvaluation::is_fast_path_supported(

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.