From 326fd603dfc63e60d7b163c60b2ee0b5a919527d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Jun 2016 16:39:21 -0500 Subject: [PATCH] Add missing file. --- source/base/symmetric_tensor.inst.in | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 source/base/symmetric_tensor.inst.in diff --git a/source/base/symmetric_tensor.inst.in b/source/base/symmetric_tensor.inst.in new file mode 100644 index 0000000000..defcf42a00 --- /dev/null +++ b/source/base/symmetric_tensor.inst.in @@ -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>; +} -- 2.39.5