]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added instantiations for MappingManifold
authorLuca Heltai <luca.heltai@sissa.it>
Wed, 2 Mar 2016 13:58:31 +0000 (14:58 +0100)
committerLuca Heltai <luca.heltai@sissa.it>
Wed, 6 Apr 2016 11:00:14 +0000 (13:00 +0200)
source/fe/CMakeLists.txt
source/fe/mapping_manifold.inst.in [new file with mode: 0644]

index daf002449bdfff17dfcf28f6f0f6152125895564..7d464fde9b44723513fdb000b56285cb1caed85b 100644 (file)
@@ -102,6 +102,7 @@ SET(_inst
   mapping_q1.inst.in
   mapping_q_eulerian.inst.in
   mapping_q.inst.in
+  mapping_manifold.inst.in
   )
 
 FILE(GLOB _header
diff --git a/source/fe/mapping_manifold.inst.in b/source/fe/mapping_manifold.inst.in
new file mode 100644 (file)
index 0000000..c4f314d
--- /dev/null
@@ -0,0 +1,23 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2015 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.
+//
+// ---------------------------------------------------------------------
+
+
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS)
+  {
+#if deal_II_dimension <= deal_II_space_dimension       
+    template class MappingManifold<deal_II_dimension, deal_II_space_dimension>;
+#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.