]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a bug where SolutionTransfer is not instantiated for BlockVector when using hp... 1579/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 10 Sep 2015 22:51:28 +0000 (17:51 -0500)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 10 Sep 2015 22:51:28 +0000 (17:51 -0500)
source/numerics/CMakeLists.txt
source/numerics/solution_transfer_inst4.cc [new file with mode: 0644]

index 351c6c7c274481cd0a45594d40c375ca63986600..086368040c8ab7cb027056b467d8ba6c73a5d3f1 100644 (file)
@@ -34,6 +34,7 @@ SET(_src
   solution_transfer.cc
   solution_transfer_inst2.cc
   solution_transfer_inst3.cc
+  solution_transfer_inst4.cc
   time_dependent.cc
   vector_tools_boundary.cc
   vector_tools_constraints.cc
diff --git a/source/numerics/solution_transfer_inst4.cc b/source/numerics/solution_transfer_inst4.cc
new file mode 100644 (file)
index 0000000..c23b70e
--- /dev/null
@@ -0,0 +1,20 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2013 - 2014 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
+// This file compiles the last quarter of the instantiations from solution_transfer.cc
+// to reduce the compilation unit (and memory consumption)
+
+#define SPLIT_INSTANTIATIONS_INDEX 3
+#include "solution_transfer.cc"

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.