]> https://gitweb.dealii.org/ - dealii.git/commitdiff
instantiate p::d::GridRefinement and p::d::SolutionTransfer for dim==1 5977/head
authorDenis Davydov <davydden@gmail.com>
Wed, 28 Feb 2018 16:15:50 +0000 (17:15 +0100)
committerDenis Davydov <davydden@gmail.com>
Wed, 28 Feb 2018 17:47:17 +0000 (18:47 +0100)
source/distributed/grid_refinement.inst.in
source/distributed/solution_transfer.inst.in

index 5ea8d49c1338cc02cda27ebd535e57759562fdc7..a79874e8cb6e8eccd51ec90e7d33e43417b934c0 100644 (file)
@@ -18,7 +18,6 @@
 
 for (S : REAL_SCALARS; deal_II_dimension : DIMENSIONS)
 {
-#if deal_II_dimension != 1
     namespace parallel
     \{
     namespace distributed
@@ -44,7 +43,6 @@ for (S : REAL_SCALARS; deal_II_dimension : DIMENSIONS)
     \}
     \}
     \}
-#endif
 
 
 #if deal_II_dimension == 3
index 9ca522653644d828e1802295b1c34b4f0d8f9f4c..634454b9a243f7272f2aa15f7ede98aa9a19e06f 100644 (file)
@@ -21,7 +21,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
     \{
     namespace distributed
     \{
-#if deal_II_dimension > 1
 #if deal_II_dimension <= deal_II_space_dimension
     template class SolutionTransfer<deal_II_dimension,::dealii::Vector<double>, DoFHandler<deal_II_dimension,deal_II_space_dimension> >;
     template class SolutionTransfer<deal_II_dimension,::dealii::LinearAlgebra::distributed::Vector<double>, DoFHandler<deal_II_dimension,deal_II_space_dimension> >;
@@ -42,7 +41,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
     template class SolutionTransfer<deal_II_dimension, TrilinosWrappers::MPI::BlockVector, DoFHandler<deal_II_dimension,deal_II_space_dimension> >;
 #endif
 
-#endif
 #endif
     \}
     \}

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.