From: Jan Philipp Thiele Date: Tue, 16 Jul 2024 15:16:03 +0000 (+0200) Subject: Add mpirun for steps 70 & 75 output files X-Git-Tag: v9.6.0-rc1~79^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17267%2Fhead;p=dealii.git Add mpirun for steps 70 & 75 output files --- diff --git a/tests/examples/step-70.with_trilinos=false.with_petsc=true.with_p4est=true.mpirun=1.output b/tests/examples/step-70.with_trilinos=false.with_petsc=true.with_p4est=true.mpirun=1.output new file mode 100644 index 0000000000..243874801e --- /dev/null +++ b/tests/examples/step-70.with_trilinos=false.with_petsc=true.with_p4est=true.mpirun=1.output @@ -0,0 +1,14 @@ +Running StokesImmersedProblem<2> using PETSc. +Cycle 0: +Time : 0, time step: 0.002 + Number of degrees of freedom: 9539 (8450+1089 -- 0+0) +Tracer particles: 1313 +Solid particles: 9216 +Solver stopped within 118 - 163 iterations + Number of degrees of freedom: 9845 (8722+1123 -- 9216+1313) +Cycle 1: +Time : 0.002, time step: 0.002 +Solver stopped within 118 - 163 iterations +Cycle 2: +Time : 0.004, time step: 0.002 +Solver stopped within 118 - 163 iterations diff --git a/tests/examples/step-70.with_petsc=true.with_trilinos=true.with_p4est=true.output b/tests/examples/step-70.with_trilinos=true.with_p4est=true.mpirun=1.output similarity index 100% rename from tests/examples/step-70.with_petsc=true.with_trilinos=true.with_p4est=true.output rename to tests/examples/step-70.with_trilinos=true.with_p4est=true.mpirun=1.output diff --git a/tests/examples/step-75.with_p4est=true.with_trilinos=true.output b/tests/examples/step-75.mpirun=1.with_p4est=true.with_trilinos=true.output similarity index 100% rename from tests/examples/step-75.with_p4est=true.with_trilinos=true.output rename to tests/examples/step-75.mpirun=1.with_p4est=true.with_trilinos=true.output