]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rename TET to simplex 10618/head
authorPeter Munch <peterrmuench@gmail.com>
Sat, 27 Jun 2020 10:18:50 +0000 (12:18 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 28 Jun 2020 15:06:32 +0000 (17:06 +0200)
cmake/setup_cached_variables.cmake
include/deal.II/base/config.h.in
tests/simplex/CMakeLists.txt [moved from tests/tet/CMakeLists.txt with 100% similarity]
tests/simplex/dummy.cc [moved from tests/tet/dummy.cc with 77% similarity]
tests/simplex/dummy.with_simplex_support=on.output [new file with mode: 0644]
tests/tet/dummy.with_tet_support=on.output [deleted file]

index b1bb98504346b459c1ff183735f847de025113e6..3c31c6b11ef828ecaeb058a24a62d74485a8d1ea 100644 (file)
@@ -372,11 +372,11 @@ OPTION(DEAL_II_WITH_64BIT_INDICES
   )
 LIST(APPEND DEAL_II_FEATURES 64BIT_INDICES)
 
-OPTION(DEAL_II_WITH_TET_SUPPORT
+OPTION(DEAL_II_WITH_SIMPLEX_SUPPORT
   "If set to ON, triangulations with triangle and tetrahedron cells are supported in addition to quadrilateral- and hexahedra-only triangulations."
   OFF
   )
-LIST(APPEND DEAL_II_FEATURES TET_SUPPORT)
+LIST(APPEND DEAL_II_FEATURES SIMPLEX_SUPPORT)
 
 OPTION(DEAL_II_WITH_COMPLEX_VALUES
   "If set to OFF, the classes that take a number type are not explicitly instantiated for std::complex<float> and std::complex<double>. This effectively disables the support for computing with complex values. If PETSc is built with complex scalar type, this option must be ON."
index db6b33f397a08c4de84a1f94ed905ecba5328d23..21b8be08e9324d3b19f6ce9df5401e132099b8e0 100644 (file)
 #cmakedefine DEAL_II_WITH_P4EST
 #cmakedefine DEAL_II_WITH_PETSC
 #cmakedefine DEAL_II_WITH_SCALAPACK
+#cmakedefine DEAL_II_WITH_SIMPLEX_SUPPORT
 #cmakedefine DEAL_II_WITH_SLEPC
 #cmakedefine DEAL_II_WITH_SUNDIALS
 #cmakedefine DEAL_II_WITH_SYMENGINE
 #cmakedefine DEAL_II_WITH_TASKFLOW
-#cmakedefine DEAL_II_WITH_TET_SUPPORT
 #cmakedefine DEAL_II_WITH_TBB
 #cmakedefine DEAL_II_WITH_TRILINOS
 #cmakedefine DEAL_II_WITH_UMFPACK
similarity index 77%
rename from tests/tet/dummy.cc
rename to tests/simplex/dummy.cc
index 8c0ca11ce3f28e8fa37a6b2d84c667ca036ecbb1..4a56f07a91097e44de023c8828f442d1810c2de1 100644 (file)
@@ -15,7 +15,7 @@
 
 
 
-// Dummy TET test.
+// Dummy simplex test.
 
 #include "../tests.h"
 
@@ -24,9 +24,9 @@ main()
 {
   initlog();
 
-#ifdef DEAL_II_WITH_TET_SUPPORT
-  deallog << "deal.II is configured with TET support." << std::endl;
+#ifdef DEAL_II_WITH_SIMPLEX_SUPPORT
+  deallog << "deal.II is configured with simplex support." << std::endl;
 #else
-  deallog << "deal.II is configured without TET support." << std::endl;
+  deallog << "deal.II is configured without simplex support." << std::endl;
 #endif
 }
diff --git a/tests/simplex/dummy.with_simplex_support=on.output b/tests/simplex/dummy.with_simplex_support=on.output
new file mode 100644 (file)
index 0000000..ae6ce2e
--- /dev/null
@@ -0,0 +1,2 @@
+
+DEAL::deal.II is configured with simplex support.
diff --git a/tests/tet/dummy.with_tet_support=on.output b/tests/tet/dummy.with_tet_support=on.output
deleted file mode 100644 (file)
index b8b2bc8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-
-DEAL::deal.II is configured with TET support.

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.