From 0f92deefacf0453142ba13319edcd5c4f2aef344 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 24 Jun 2023 19:21:35 -0500 Subject: [PATCH] Test mpi/trilinos_step-27: add output variant With clang and libc++ I get a slightly different adaptive refinement. Thus add an output variant. --- ...trilinos=true.mpirun=1.output.clang-libc++ | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/mpi/trilinos_step-27.with_p4est=true.with_trilinos=true.mpirun=1.output.clang-libc++ diff --git a/tests/mpi/trilinos_step-27.with_p4est=true.with_trilinos=true.mpirun=1.output.clang-libc++ b/tests/mpi/trilinos_step-27.with_p4est=true.with_trilinos=true.mpirun=1.output.clang-libc++ new file mode 100644 index 0000000000..a2f00199ee --- /dev/null +++ b/tests/mpi/trilinos_step-27.with_p4est=true.with_trilinos=true.mpirun=1.output.clang-libc++ @@ -0,0 +1,25 @@ +Cycle 0: + Number of active cells : 768 + Number of degrees of freedom: 3264 + Number of constraints : 384 + Solved in 16 iterations. +Cycle 1: + Number of active cells : 966 + Number of degrees of freedom: 5237 + Number of constraints : 932 + Solved in 25 iterations. +Cycle 2: + Number of active cells : 1149 + Number of degrees of freedom: 8545 + Number of constraints : 1951 + Solved in 34 iterations. +Cycle 3: + Number of active cells : 1365 + Number of degrees of freedom: 12515 + Number of constraints : 3096 + Solved in 45 iterations. +Cycle 4: + Number of active cells : 1665 + Number of degrees of freedom: 18523 + Number of constraints : 4783 + Solved in 69 iterations. -- 2.39.5