From 0836c9dbc331b1bcf761017bb0ba267d891287d2 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 18 May 2021 12:32:24 -0400 Subject: [PATCH] Disable particle tests for codimension 1 --- tests/particles/particle_handler_07.cc | 3 --- .../particle_handler_07.with_p4est=true.mpirun=1.output | 2 -- tests/particles/particle_handler_serial_07.cc | 3 --- tests/particles/particle_handler_serial_07.output | 2 -- 4 files changed, 10 deletions(-) diff --git a/tests/particles/particle_handler_07.cc b/tests/particles/particle_handler_07.cc index b67aab2ddd..5e2687cc65 100644 --- a/tests/particles/particle_handler_07.cc +++ b/tests/particles/particle_handler_07.cc @@ -82,9 +82,6 @@ main(int argc, char *argv[]) deallog.push("2d/2d"); test<2, 2>(); deallog.pop(); - deallog.push("2d/3d"); - test<2, 3>(); - deallog.pop(); deallog.push("3d/3d"); test<3, 3>(); deallog.pop(); diff --git a/tests/particles/particle_handler_07.with_p4est=true.mpirun=1.output b/tests/particles/particle_handler_07.with_p4est=true.mpirun=1.output index fad5985a48..1c9486191a 100644 --- a/tests/particles/particle_handler_07.with_p4est=true.mpirun=1.output +++ b/tests/particles/particle_handler_07.with_p4est=true.mpirun=1.output @@ -31,8 +31,6 @@ DEAL:2d/2d::Particle id 8 is in cell 2.15 DEAL:2d/2d:: at location 0.850000 0.850000 DEAL:2d/2d:: at reference location 0.400000 0.400000 DEAL:2d/2d::OK -DEAL:2d/3d::Particle number: 0 -DEAL:2d/3d::OK DEAL:3d/3d::Particle number: 10 DEAL:3d/3d::Particle id 2 is in cell 2.0 DEAL:3d/3d:: at location 0.250000 0.250000 0.250000 diff --git a/tests/particles/particle_handler_serial_07.cc b/tests/particles/particle_handler_serial_07.cc index cd4a92e326..3d5b0bba33 100644 --- a/tests/particles/particle_handler_serial_07.cc +++ b/tests/particles/particle_handler_serial_07.cc @@ -80,9 +80,6 @@ main(int argc, char *argv[]) deallog.push("2d/2d"); test<2, 2>(); deallog.pop(); - deallog.push("2d/3d"); - test<2, 3>(); - deallog.pop(); deallog.push("3d/3d"); test<3, 3>(); deallog.pop(); diff --git a/tests/particles/particle_handler_serial_07.output b/tests/particles/particle_handler_serial_07.output index fad5985a48..1c9486191a 100644 --- a/tests/particles/particle_handler_serial_07.output +++ b/tests/particles/particle_handler_serial_07.output @@ -31,8 +31,6 @@ DEAL:2d/2d::Particle id 8 is in cell 2.15 DEAL:2d/2d:: at location 0.850000 0.850000 DEAL:2d/2d:: at reference location 0.400000 0.400000 DEAL:2d/2d::OK -DEAL:2d/3d::Particle number: 0 -DEAL:2d/3d::OK DEAL:3d/3d::Particle number: 10 DEAL:3d/3d::Particle id 2 is in cell 2.0 DEAL:3d/3d:: at location 0.250000 0.250000 0.250000 -- 2.39.5