]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove tensor.cc 9283/head
authorDaniel Arndt <arndtd@ornl.gov>
Fri, 10 Jan 2020 18:25:48 +0000 (13:25 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Sat, 11 Jan 2020 03:46:46 +0000 (22:46 -0500)
source/base/CMakeLists.txt
source/base/tensor.cc [deleted file]
source/base/tensor.inst.in [deleted file]

index fbf5754950a32423f8a92a7d52771fbbb8ef321e..2bc37ce8b4d8723476c5f2ad20d7fe69d7e1a0b1 100644 (file)
@@ -85,7 +85,6 @@ SET(_unity_include_src
   tensor_product_polynomials_bubbles.cc
   tensor_product_polynomials_const.cc
   thread_management.cc
-  tensor.cc
   timer.cc
   time_stepping.cc
   utilities.cc
@@ -128,7 +127,6 @@ SET(_inst
   partitioner.cuda.inst.in
   polynomials_rannacher_turek.inst.in
   symmetric_tensor.inst.in
-  tensor.inst.in
   tensor_function.inst.in
   tensor_function_parser.inst.in
   time_stepping.inst.in
diff --git a/source/base/tensor.cc b/source/base/tensor.cc
deleted file mode 100644 (file)
index 7ed0137..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2016 - 2019 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.md at
-// the top level directory of deal.II.
-//
-// ---------------------------------------------------------------------
-
-#include <deal.II/base/config.h>
-
-// Required for instantiation of template functions
-#include <deal.II/base/tensor.h>
-
-#include <deal.II/differentiation/ad/adolc_product_types.h>
-#include <deal.II/differentiation/ad/sacado_number_types.h>
-#include <deal.II/differentiation/ad/sacado_product_types.h>
-
-DEAL_II_NAMESPACE_OPEN
-
-#include "tensor.inst"
-
-DEAL_II_NAMESPACE_CLOSE
diff --git a/source/base/tensor.inst.in b/source/base/tensor.inst.in
deleted file mode 100644 (file)
index 02c1f9d..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2016 - 2018 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.md at
-// the top level directory of deal.II.
-//
-// ---------------------------------------------------------------------
-
-
-for (rank : RANKS; deal_II_dimension : DIMENSIONS; number : REAL_SCALARS)
-  {
-    template class Tensor<rank, deal_II_dimension, number>;
-  }
-
-
-for (deal_II_dimension : DIMENSIONS; number : REAL_SCALARS)
-  {
-    template class Tensor<0, deal_II_dimension, number>;
-  }
-
-
-for (rank : RANKS; deal_II_dimension : DIMENSIONS; number : COMPLEX_SCALARS)
-  {
-    template class Tensor<rank, deal_II_dimension, number>;
-  }
-
-
-for (deal_II_dimension : DIMENSIONS; number : COMPLEX_SCALARS)
-  {
-    template class Tensor<0, deal_II_dimension, number>;
-  }
-
-
-for (rank : RANKS; deal_II_dimension : DIMENSIONS;
-     number : DIFFERENTIABLE_ADOLC_REAL_SCALARS)
-  {
-    template class Tensor<rank, deal_II_dimension, number>;
-  }
-
-
-for (deal_II_dimension : DIMENSIONS; number : DIFFERENTIABLE_ADOLC_REAL_SCALARS)
-  {
-    template class Tensor<0, deal_II_dimension, number>;
-  }
-
-for (rank : RANKS; deal_II_dimension : DIMENSIONS;
-     number : DIFFERENTIABLE_TRILINOS_SACADO_REAL_SCALARS)
-  {
-    template class Tensor<rank, deal_II_dimension, number>;
-  }
-
-for (deal_II_dimension : DIMENSIONS;
-     number : DIFFERENTIABLE_TRILINOS_SACADO_REAL_SCALARS)
-  {
-    template class Tensor<0, 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.