From 5bcd108daff106bc4aa3e25af7cc5ac05bc5ffc5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 26 Jun 2023 14:07:17 -0500 Subject: [PATCH] Test non_matching/step-70: add an output variant Add an output variant for the case when deal.II is configured with PETSc support but without Trilinos support. --- ...true.with_petsc=true.mpirun=2.output.petsc | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 tests/non_matching/step-70.with_p4est=true.with_petsc=true.mpirun=2.output.petsc diff --git a/tests/non_matching/step-70.with_p4est=true.with_petsc=true.mpirun=2.output.petsc b/tests/non_matching/step-70.with_p4est=true.with_petsc=true.mpirun=2.output.petsc new file mode 100644 index 0000000000..328b64f90c --- /dev/null +++ b/tests/non_matching/step-70.with_p4est=true.with_petsc=true.mpirun=2.output.petsc @@ -0,0 +1,63 @@ + +DEAL:0::Running StokesImmersedProblem<2> using PETSc. +DEAL:0::Cycle 0: +DEAL:0::Time : 0.00000, time step: 0.00250000 +DEAL:0:: Number of degrees of freedom: 9539 (8450+1089 -- 0+0) +DEAL:0::Tracer particles: 1504 +DEAL:0::Solid particles: 9216 +DEAL:0:FGMRES::Starting value 30.9301 +DEAL:0:FGMRES::Convergence step 82 value 2.29355e-09 +DEAL:0:: Solved in 82 iterations. +DEAL:0:: Number of degrees of freedom: 9845 (8722+1123 -- 9216+1504) +DEAL:0::Cycle 1: +DEAL:0::Time : 0.00250000, time step: 0.00250000 +DEAL:0:FGMRES::Starting value 2.92442 +DEAL:0:FGMRES::Convergence step 87 value 5.06002e-09 +DEAL:0:: Solved in 87 iterations. +DEAL:0::Cycle 2: +DEAL:0::Time : 0.00500000, time step: 0.00250000 +DEAL:0:FGMRES::Starting value 0.637099 +DEAL:0:FGMRES::Convergence step 84 value 5.07250e-09 +DEAL:0:: Solved in 84 iterations. +DEAL:0::Cycle 3: +DEAL:0::Time : 0.00750000, time step: 0.00250000 +DEAL:0:FGMRES::Starting value 0.649739 +DEAL:0:FGMRES::Convergence step 84 value 5.34653e-09 +DEAL:0:: Solved in 84 iterations. +DEAL:0::Cycle 4: +DEAL:0::Time : 0.0100000, time step: 0.00250000 +DEAL:0:FGMRES::Starting value 0.744112 +DEAL:0:FGMRES::Convergence step 84 value 5.24575e-09 +DEAL:0:: Solved in 84 iterations. + +DEAL:1::Running StokesImmersedProblem<2> using PETSc. +DEAL:1::Cycle 0: +DEAL:1::Time : 0.00000, time step: 0.00250000 +DEAL:1:: Number of degrees of freedom: 9539 (8450+1089 -- 0+0) +DEAL:1::Tracer particles: 1504 +DEAL:1::Solid particles: 9216 +DEAL:1:FGMRES::Starting value 30.9301 +DEAL:1:FGMRES::Convergence step 82 value 2.29355e-09 +DEAL:1:: Solved in 82 iterations. +DEAL:1:: Number of degrees of freedom: 9845 (8722+1123 -- 9216+1504) +DEAL:1::Cycle 1: +DEAL:1::Time : 0.00250000, time step: 0.00250000 +DEAL:1:FGMRES::Starting value 2.92442 +DEAL:1:FGMRES::Convergence step 87 value 5.06002e-09 +DEAL:1:: Solved in 87 iterations. +DEAL:1::Cycle 2: +DEAL:1::Time : 0.00500000, time step: 0.00250000 +DEAL:1:FGMRES::Starting value 0.637099 +DEAL:1:FGMRES::Convergence step 84 value 5.07250e-09 +DEAL:1:: Solved in 84 iterations. +DEAL:1::Cycle 3: +DEAL:1::Time : 0.00750000, time step: 0.00250000 +DEAL:1:FGMRES::Starting value 0.649739 +DEAL:1:FGMRES::Convergence step 84 value 5.34653e-09 +DEAL:1:: Solved in 84 iterations. +DEAL:1::Cycle 4: +DEAL:1::Time : 0.0100000, time step: 0.00250000 +DEAL:1:FGMRES::Starting value 0.744112 +DEAL:1:FGMRES::Convergence step 84 value 5.24575e-09 +DEAL:1:: Solved in 84 iterations. + -- 2.39.5