]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove set_zero instantiations
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 5 Sep 2019 22:23:21 +0000 (18:23 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 5 Sep 2019 22:41:35 +0000 (18:41 -0400)
source/lac/affine_constraints.inst.in

index bb0d4f5b42dd260a5849fa08fdf18323348c9b96..27006ee16442303edf6889a321f2db2605b6f78d 100644 (file)
@@ -288,12 +288,6 @@ for (S : REAL_AND_COMPLEX_SCALARS; T : DEAL_II_VEC_TEMPLATES)
     template void
     AffineConstraints<S>::distribute<LinearAlgebra::distributed::T<S>>(
       LinearAlgebra::distributed::T<S> &) const;
-
-    template void AffineConstraints<S>::set_zero<T<S>>(T<S> &) const;
-
-    template void
-    AffineConstraints<S>::set_zero<LinearAlgebra::distributed::T<S>>(
-      LinearAlgebra::distributed::T<S> &) const;
   }
 
 for (S : COMPLEX_SCALARS; T : DEAL_II_VEC_TEMPLATES)
@@ -304,13 +298,6 @@ for (S : COMPLEX_SCALARS; T : DEAL_II_VEC_TEMPLATES)
     template void AffineConstraints<S::value_type>::distribute<
       LinearAlgebra::distributed::T<S>>(LinearAlgebra::distributed::T<S> &)
       const;
-
-    template void AffineConstraints<S::value_type>::set_zero<T<S>>(T<S> &)
-      const;
-
-    template void AffineConstraints<S::value_type>::set_zero<
-      LinearAlgebra::distributed::T<S>>(LinearAlgebra::distributed::T<S> &)
-      const;
   }
 
 for (S : REAL_AND_COMPLEX_SCALARS)
@@ -329,8 +316,6 @@ for (S : COMPLEX_SCALARS)
 for (V : EXTERNAL_PARALLEL_VECTORS)
   {
     template void AffineConstraints<V::value_type>::distribute<V>(V &) const;
-
-    template void AffineConstraints<V::value_type>::set_zero<V>(V &) const;
   }
 
 

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.