From 9c0ff996b07f5db72740d6dbbcd4fc9466980af3 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 6 May 2020 20:35:54 -0500 Subject: [PATCH] mpi/petsc_step-27*: add a test variant for petsc-3.13 and newer --- ..._complex=false.mpirun=1.output.petsc3.13.0 | 25 +++++++++++++++++++ ..._complex=false.mpirun=2.output.petsc3.13.0 | 25 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 tests/mpi/petsc_step-27.with_p4est=true.with_petsc_with_hypre=true.with_petsc_with_complex=false.mpirun=1.output.petsc3.13.0 create mode 100644 tests/mpi/petsc_step-27.with_p4est=true.with_petsc_with_hypre=true.with_petsc_with_complex=false.mpirun=2.output.petsc3.13.0 diff --git a/tests/mpi/petsc_step-27.with_p4est=true.with_petsc_with_hypre=true.with_petsc_with_complex=false.mpirun=1.output.petsc3.13.0 b/tests/mpi/petsc_step-27.with_p4est=true.with_petsc_with_hypre=true.with_petsc_with_complex=false.mpirun=1.output.petsc3.13.0 new file mode 100644 index 0000000000..7eaee5e81b --- /dev/null +++ b/tests/mpi/petsc_step-27.with_p4est=true.with_petsc_with_hypre=true.with_petsc_with_complex=false.mpirun=1.output.petsc3.13.0 @@ -0,0 +1,25 @@ +Cycle 0: + Number of active cells : 768 + Number of degrees of freedom: 3264 + Number of constraints : 384 + Solved in 8 iterations. +Cycle 1: + Number of active cells : 966 + Number of degrees of freedom: 5245 + Number of constraints : 936 + Solved in 9 iterations. +Cycle 2: + Number of active cells : 1149 + Number of degrees of freedom: 8556 + Number of constraints : 1957 + Solved in 12 iterations. +Cycle 3: + Number of active cells : 1365 + Number of degrees of freedom: 12537 + Number of constraints : 3113 + Solved in 18 iterations. +Cycle 4: + Number of active cells : 1659 + Number of degrees of freedom: 18547 + Number of constraints : 4789 + Solved in 27 iterations. diff --git a/tests/mpi/petsc_step-27.with_p4est=true.with_petsc_with_hypre=true.with_petsc_with_complex=false.mpirun=2.output.petsc3.13.0 b/tests/mpi/petsc_step-27.with_p4est=true.with_petsc_with_hypre=true.with_petsc_with_complex=false.mpirun=2.output.petsc3.13.0 new file mode 100644 index 0000000000..cdefeaa01b --- /dev/null +++ b/tests/mpi/petsc_step-27.with_p4est=true.with_petsc_with_hypre=true.with_petsc_with_complex=false.mpirun=2.output.petsc3.13.0 @@ -0,0 +1,25 @@ +Cycle 0: + Number of active cells : 768 + Number of degrees of freedom: 3264 + Number of constraints : 404 + Solved in 8 iterations. +Cycle 1: + Number of active cells : 966 + Number of degrees of freedom: 5237 + Number of constraints : 952 + Solved in 9 iterations. +Cycle 2: + Number of active cells : 1149 + Number of degrees of freedom: 8545 + Number of constraints : 1992 + Solved in 11 iterations. +Cycle 3: + Number of active cells : 1365 + Number of degrees of freedom: 12515 + Number of constraints : 3201 + Solved in 18 iterations. +Cycle 4: + Number of active cells : 1665 + Number of degrees of freedom: 18523 + Number of constraints : 4924 + Solved in 28 iterations. -- 2.39.5