]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing file. 2706/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Jun 2016 21:39:21 +0000 (16:39 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Jun 2016 21:39:21 +0000 (16:39 -0500)
source/base/symmetric_tensor.inst.in [new file with mode: 0644]

diff --git a/source/base/symmetric_tensor.inst.in b/source/base/symmetric_tensor.inst.in
new file mode 100644 (file)
index 0000000..defcf42
--- /dev/null
@@ -0,0 +1,33 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2016 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; number : REAL_SCALARS)
+{
+  template
+  class SymmetricTensor<2,deal_II_dimension,number>;
+
+  template
+  class SymmetricTensor<4,deal_II_dimension,number>;
+}
+
+for (deal_II_dimension : DIMENSIONS; number : COMPLEX_SCALARS)
+{
+  template
+  class SymmetricTensor<2,deal_II_dimension,number>;
+
+  template
+  class SymmetricTensor<4,deal_II_dimension,number>;
+}

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.