]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Patch by Michal Wichrowski: Instantiate some functions for codimension 1.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Jun 2014 14:15:34 +0000 (14:15 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Jun 2014 14:15:34 +0000 (14:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@33044 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/distributed/grid_refinement.inst.in

index 556d53ea75e061cd24ad413f65ff2231f4107412..0b6eb6e1a33e45ffcf8e45c41430c0a97e1120dc 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2010 - 2013 by the deal.II authors
+// Copyright (C) 2010 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -45,4 +45,34 @@ namespace parallel
   \}
 \}
 #endif
+
+
+#if deal_II_dimension == 3
+
+namespace parallel
+\{
+  namespace distributed
+  \{
+    namespace GridRefinement
+    \{
+      template
+      void
+      refine_and_coarsen_fixed_number<deal_II_dimension-1,dealii::Vector<S>,deal_II_dimension>
+      (parallel::distributed::Triangulation<deal_II_dimension-1,deal_II_dimension> &,
+       const dealii::Vector<S> &,
+       const double,
+       const double);
+
+      template
+      void
+      refine_and_coarsen_fixed_fraction<deal_II_dimension-1,dealii::Vector<S>,deal_II_dimension>
+      (parallel::distributed::Triangulation<deal_II_dimension-1,deal_II_dimension> &,
+       const dealii::Vector<S> &,
+       const double,
+       const double);
+    \}
+  \}
+\}
+
+#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.