From a4d0e7fc2cccc558987f17d28c5f310b021680b7 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sun, 11 Dec 2022 19:16:12 +0100 Subject: [PATCH] Rename tests --- ...ex_to_simplex.cc => convert_hypercube_to_simplex_mesh_01.cc} | 0 ...mplex.output => convert_hypercube_to_simplex_mesh_01.output} | 0 ...to_simplex_02.cc => convert_hypercube_to_simplex_mesh_02.cc} | 2 +- ...ex_02.output => convert_hypercube_to_simplex_mesh_02.output} | 0 ...to_simplex_03.cc => convert_hypercube_to_simplex_mesh_03.cc} | 2 +- ...ex_03.output => convert_hypercube_to_simplex_mesh_03.output} | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename tests/simplex/{conv_hex_to_simplex.cc => convert_hypercube_to_simplex_mesh_01.cc} (100%) rename tests/simplex/{conv_hex_to_simplex.output => convert_hypercube_to_simplex_mesh_01.output} (100%) rename tests/simplex/{conv_hex_to_simplex_02.cc => convert_hypercube_to_simplex_mesh_02.cc} (97%) rename tests/simplex/{conv_hex_to_simplex_02.output => convert_hypercube_to_simplex_mesh_02.output} (100%) rename tests/simplex/{conv_hex_to_simplex_03.cc => convert_hypercube_to_simplex_mesh_03.cc} (96%) rename tests/simplex/{conv_hex_to_simplex_03.output => convert_hypercube_to_simplex_mesh_03.output} (100%) diff --git a/tests/simplex/conv_hex_to_simplex.cc b/tests/simplex/convert_hypercube_to_simplex_mesh_01.cc similarity index 100% rename from tests/simplex/conv_hex_to_simplex.cc rename to tests/simplex/convert_hypercube_to_simplex_mesh_01.cc diff --git a/tests/simplex/conv_hex_to_simplex.output b/tests/simplex/convert_hypercube_to_simplex_mesh_01.output similarity index 100% rename from tests/simplex/conv_hex_to_simplex.output rename to tests/simplex/convert_hypercube_to_simplex_mesh_01.output diff --git a/tests/simplex/conv_hex_to_simplex_02.cc b/tests/simplex/convert_hypercube_to_simplex_mesh_02.cc similarity index 97% rename from tests/simplex/conv_hex_to_simplex_02.cc rename to tests/simplex/convert_hypercube_to_simplex_mesh_02.cc index 0f4b8dc82f..733d1b7624 100644 --- a/tests/simplex/conv_hex_to_simplex_02.cc +++ b/tests/simplex/convert_hypercube_to_simplex_mesh_02.cc @@ -13,7 +13,7 @@ * * --------------------------------------------------------------------- * - * Like conv_hex_to_simplex, but also refines the grid once. + * Like convert_hypercube_to_simplex_mesh_01, but also refines the grid once. */ #include diff --git a/tests/simplex/conv_hex_to_simplex_02.output b/tests/simplex/convert_hypercube_to_simplex_mesh_02.output similarity index 100% rename from tests/simplex/conv_hex_to_simplex_02.output rename to tests/simplex/convert_hypercube_to_simplex_mesh_02.output diff --git a/tests/simplex/conv_hex_to_simplex_03.cc b/tests/simplex/convert_hypercube_to_simplex_mesh_03.cc similarity index 96% rename from tests/simplex/conv_hex_to_simplex_03.cc rename to tests/simplex/convert_hypercube_to_simplex_mesh_03.cc index 140976af6c..8a5f4bd03c 100644 --- a/tests/simplex/conv_hex_to_simplex_03.cc +++ b/tests/simplex/convert_hypercube_to_simplex_mesh_03.cc @@ -13,7 +13,7 @@ * * --------------------------------------------------------------------- * - * Like conv_hex_to_simplex, but also refines the grid once. + * Like convert_hypercube_to_simplex_mesh_01, but also refines the grid once. */ #include diff --git a/tests/simplex/conv_hex_to_simplex_03.output b/tests/simplex/convert_hypercube_to_simplex_mesh_03.output similarity index 100% rename from tests/simplex/conv_hex_to_simplex_03.output rename to tests/simplex/convert_hypercube_to_simplex_mesh_03.output -- 2.39.5