From: Wolfgang Bangerth Date: Mon, 27 Jan 2025 20:42:25 +0000 (-0700) Subject: Undo changes to output files/explicitly provide output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba6260c043370c7dbbb7898cce75bf983004267;p=dealii.git Undo changes to output files/explicitly provide output. --- diff --git a/tests/lac/gmres_reorthogonalize_02.output b/tests/lac/gmres_reorthogonalize_02.output index 8b13789179..868eafaab9 100644 --- a/tests/lac/gmres_reorthogonalize_02.output +++ b/tests/lac/gmres_reorthogonalize_02.output @@ -1 +1,5 @@ +DEAL:double:GMRES::Starting value 14.14 +DEAL:double:GMRES::Convergence step 105 value 1.559e-13 +DEAL:float:GMRES::Starting value 14.14 +DEAL:float:GMRES::Convergence step 59 value 0.0001101 diff --git a/tests/lac/iteration_number_control.output b/tests/lac/iteration_number_control.output index 0fd8fc12f0..e2c05a877e 100644 --- a/tests/lac/iteration_number_control.output +++ b/tests/lac/iteration_number_control.output @@ -1,2 +1,6 @@ +DEAL:cg::Starting value 4.472 +DEAL:cg::Convergence step 1 value 0 +DEAL:cg::Starting value 4.472 +DEAL:cg::Convergence step 5 value 0.6308 DEAL::OK diff --git a/tests/lac/linear_operator_08.with_umfpack=off.with_lapack=true.output b/tests/lac/linear_operator_08.with_umfpack=off.with_lapack=true.output index 02e47b73c3..571ea2c24e 100644 --- a/tests/lac/linear_operator_08.with_umfpack=off.with_lapack=true.output +++ b/tests/lac/linear_operator_08.with_umfpack=off.with_lapack=true.output @@ -1,27 +1,84 @@ DEAL::Preconditioners DEAL:Preconditioners::PreconditionChebyshev +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 9.930136613e-16 DEAL:Preconditioners::PreconditionIdentity +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 3.903187958e-15 DEAL:Preconditioners::PreconditionJacobi +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionPSOR +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionRichardson +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionSelector +DEAL:Preconditioners:cg::Starting value 16.88194302 +DEAL:Preconditioners:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionSOR +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionSSOR +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::SparseILU +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::SparseMIC +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::SparseVanka +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:: DEAL::Solvers DEAL:Solvers::SolverBicgstab +DEAL:Solvers:Standard solver:Bicgstab::Starting value 16.88194302 +DEAL:Solvers:Standard solver:Bicgstab::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:Bicgstab::Starting value 16.88194302 +DEAL:Solvers:Linear operator:Bicgstab::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverCG +DEAL:Solvers:Standard solver:cg::Starting value 16.88194302 +DEAL:Solvers:Standard solver:cg::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:cg::Starting value 16.88194302 +DEAL:Solvers:Linear operator:cg::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverFGMRES +DEAL:Solvers:Standard solver:FGMRES::Starting value 16.88194302 +DEAL:Solvers:Standard solver:FGMRES::Convergence step 1 value 3.696939525e-15 +DEAL:Solvers:Linear operator:FGMRES::Starting value 16.88194302 +DEAL:Solvers:Linear operator:FGMRES::Convergence step 1 value 3.696939525e-15 DEAL:Solvers::SolverGMRES +DEAL:Solvers:Standard solver:GMRES::Starting value 8.440971508 +DEAL:Solvers:Standard solver:GMRES::Convergence step 1 value 1.848469762e-15 +DEAL:Solvers:Linear operator:GMRES::Starting value 8.440971508 +DEAL:Solvers:Linear operator:GMRES::Convergence step 1 value 1.848469762e-15 DEAL:Solvers::SolverMinRes +DEAL:Solvers:Standard solver:minres::Starting value 11.93733639 +DEAL:Solvers:Standard solver:minres::Convergence step 1 value 2.059168646e-15 +DEAL:Solvers:Linear operator:minres::Starting value 11.93733639 +DEAL:Solvers:Linear operator:minres::Convergence step 1 value 2.059168646e-15 DEAL:Solvers::SolverQMRS +DEAL:Solvers:Standard solver:SQMR::Starting value 16.88194302 +DEAL:Solvers:Standard solver:SQMR::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:SQMR::Starting value 16.88194302 +DEAL:Solvers:Linear operator:SQMR::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverRelaxation +DEAL:Solvers:Standard solver:Relaxation::Starting value 16.88194302 +DEAL:Solvers:Standard solver:Relaxation::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:Relaxation::Starting value 16.88194302 +DEAL:Solvers:Linear operator:Relaxation::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverRichardson +DEAL:Solvers:Standard solver:Richardson::Starting value 16.88194302 +DEAL:Solvers:Standard solver:Richardson::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:Richardson::Starting value 16.88194302 +DEAL:Solvers:Linear operator:Richardson::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverSelector +DEAL:Solvers:cg::Convergence step 0 value 0.000000000 DEAL::SparseMatrix OK DEAL::PreconditionBlockIdentity +DEAL:cg::Starting value 49.69909456 +DEAL:cg::Convergence step 1 value 0.000000000 DEAL::BlockSparseMatrix OK diff --git a/tests/lac/linear_operator_08.with_umfpack=on.output b/tests/lac/linear_operator_08.with_umfpack=on.output index 2efaaefffb..575b393bda 100644 --- a/tests/lac/linear_operator_08.with_umfpack=on.output +++ b/tests/lac/linear_operator_08.with_umfpack=on.output @@ -1,28 +1,85 @@ DEAL::Preconditioners DEAL:Preconditioners::PreconditionChebyshev +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 9.930136613e-16 DEAL:Preconditioners::PreconditionIdentity +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 3.903187958e-15 DEAL:Preconditioners::PreconditionJacobi +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionPSOR +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionRichardson +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionSelector +DEAL:Preconditioners:cg::Starting value 16.88194302 +DEAL:Preconditioners:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionSOR +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::PreconditionSSOR +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::SparseILU +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::SparseMIC +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:Preconditioners::SparseVanka +DEAL:Preconditioners:Exact inverse:cg::Starting value 16.88194302 +DEAL:Preconditioners:Exact inverse:cg::Convergence step 1 value 0.000000000 DEAL:: DEAL::Solvers DEAL:Solvers::SolverBicgstab +DEAL:Solvers:Standard solver:Bicgstab::Starting value 16.88194302 +DEAL:Solvers:Standard solver:Bicgstab::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:Bicgstab::Starting value 16.88194302 +DEAL:Solvers:Linear operator:Bicgstab::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverCG +DEAL:Solvers:Standard solver:cg::Starting value 16.88194302 +DEAL:Solvers:Standard solver:cg::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:cg::Starting value 16.88194302 +DEAL:Solvers:Linear operator:cg::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverFGMRES +DEAL:Solvers:Standard solver:FGMRES::Starting value 16.88194302 +DEAL:Solvers:Standard solver:FGMRES::Convergence step 1 value 3.696939525e-15 +DEAL:Solvers:Linear operator:FGMRES::Starting value 16.88194302 +DEAL:Solvers:Linear operator:FGMRES::Convergence step 1 value 3.696939525e-15 DEAL:Solvers::SolverGMRES +DEAL:Solvers:Standard solver:GMRES::Starting value 8.440971508 +DEAL:Solvers:Standard solver:GMRES::Convergence step 1 value 1.848469762e-15 +DEAL:Solvers:Linear operator:GMRES::Starting value 8.440971508 +DEAL:Solvers:Linear operator:GMRES::Convergence step 1 value 1.848469762e-15 DEAL:Solvers::SolverMinRes +DEAL:Solvers:Standard solver:minres::Starting value 11.93733639 +DEAL:Solvers:Standard solver:minres::Convergence step 1 value 2.059168646e-15 +DEAL:Solvers:Linear operator:minres::Starting value 11.93733639 +DEAL:Solvers:Linear operator:minres::Convergence step 1 value 2.059168646e-15 DEAL:Solvers::SolverQMRS +DEAL:Solvers:Standard solver:SQMR::Starting value 16.88194302 +DEAL:Solvers:Standard solver:SQMR::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:SQMR::Starting value 16.88194302 +DEAL:Solvers:Linear operator:SQMR::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverRelaxation +DEAL:Solvers:Standard solver:Relaxation::Starting value 16.88194302 +DEAL:Solvers:Standard solver:Relaxation::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:Relaxation::Starting value 16.88194302 +DEAL:Solvers:Linear operator:Relaxation::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverRichardson +DEAL:Solvers:Standard solver:Richardson::Starting value 16.88194302 +DEAL:Solvers:Standard solver:Richardson::Convergence step 1 value 0.000000000 +DEAL:Solvers:Linear operator:Richardson::Starting value 16.88194302 +DEAL:Solvers:Linear operator:Richardson::Convergence step 1 value 0.000000000 DEAL:Solvers::SolverSelector +DEAL:Solvers:cg::Convergence step 0 value 0.000000000 DEAL:Solvers::SparseDirectUMFPACK DEAL::SparseMatrix OK DEAL::PreconditionBlockIdentity +DEAL:cg::Starting value 49.69909456 +DEAL:cg::Convergence step 1 value 0.000000000 DEAL::BlockSparseMatrix OK diff --git a/tests/lac/solver_selector_01.output b/tests/lac/solver_selector_01.output index 445c4f476a..d936b867f3 100644 --- a/tests/lac/solver_selector_01.output +++ b/tests/lac/solver_selector_01.output @@ -1,2 +1,18 @@ DEAL::Size 37 Unknowns 1296 +DEAL:cg::Starting value 36.00 +DEAL:cg::Convergence step 21 value 0.003095 +DEAL:Bicgstab::Starting value 36.00 +DEAL:Bicgstab::Convergence step 16 value 0.003278 +DEAL:GMRES::Starting value 34.45 +DEAL:GMRES::Convergence step 21 value 0.001416 +DEAL:FGMRES::Starting value 36.00 +DEAL:FGMRES::Convergence step 21 value 0.002535 +DEAL:cg::Starting value 36.00 +DEAL:cg::Convergence step 39 value 7.335e-08 +DEAL:Bicgstab::Starting value 36.00 +DEAL:Bicgstab::Convergence step 28 value 9.087e-08 +DEAL:GMRES::Starting value 34.45 +DEAL:GMRES::Convergence step 40 value 9.928e-08 +DEAL:FGMRES::Starting value 36.00 +DEAL:FGMRES::Convergence step 40 value 9.803e-08 diff --git a/tests/lac/solver_selector_03.output b/tests/lac/solver_selector_03.output index 445c4f476a..d4c88c708a 100644 --- a/tests/lac/solver_selector_03.output +++ b/tests/lac/solver_selector_03.output @@ -1,2 +1,6 @@ DEAL::Size 37 Unknowns 1296 +DEAL:cg::Starting value 36.00 +DEAL:cg::Convergence step 39 value 7.335e-08 +DEAL:GMRES::Starting value 34.45 +DEAL:GMRES::Convergence step 40 value 9.928e-08 diff --git a/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=1.output b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=1.output index 5ad4bb5a84..4624baa08f 100644 --- a/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=1.output +++ b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=1.output @@ -1,21 +1,41 @@ DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 256 +DEAL:2d:cg::Starting value 16.0000 +DEAL:2d:cg::Convergence step 7 value 1.80729e-11 DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 1024 +DEAL:2d:cg::Starting value 32.0000 +DEAL:2d:cg::Convergence step 8 value 8.73511e-11 DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 4096 +DEAL:2d:cg::Starting value 64.0000 +DEAL:2d:cg::Convergence step 8 value 4.57619e-10 DEAL:2d::Testing FE_DGQ<2>(2) DEAL:2d::Number of degrees of freedom: 576 +DEAL:2d:cg::Starting value 24.0000 +DEAL:2d:cg::Convergence step 7 value 1.07430e-09 DEAL:2d::Testing FE_DGQ<2>(2) DEAL:2d::Number of degrees of freedom: 2304 +DEAL:2d:cg::Starting value 48.0000 +DEAL:2d:cg::Convergence step 8 value 1.87005e-10 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 512 +DEAL:3d:cg::Starting value 22.6274 +DEAL:3d:cg::Convergence step 4 value 7.99677e-17 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 4096 +DEAL:3d:cg::Starting value 64.0000 +DEAL:3d:cg::Convergence step 6 value 2.27740e-11 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 32768 +DEAL:3d:cg::Starting value 181.019 +DEAL:3d:cg::Convergence step 7 value 2.41331e-09 DEAL:3d::Testing FE_DGQ<3>(2) DEAL:3d::Number of degrees of freedom: 1728 +DEAL:3d:cg::Starting value 41.5692 +DEAL:3d:cg::Convergence step 8 value 1.14978e-09 DEAL:3d::Testing FE_DGQ<3>(2) DEAL:3d::Number of degrees of freedom: 13824 +DEAL:3d:cg::Starting value 117.576 +DEAL:3d:cg::Convergence step 9 value 1.16347e-09 diff --git a/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=3.output b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=3.output index 5ad4bb5a84..7630f429b1 100644 --- a/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=3.output +++ b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=3.output @@ -1,21 +1,41 @@ DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 256 +DEAL:2d:cg::Starting value 16.0000 +DEAL:2d:cg::Convergence step 7 value 1.80729e-11 DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 1024 +DEAL:2d:cg::Starting value 32.0000 +DEAL:2d:cg::Convergence step 8 value 8.73511e-11 DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 4096 +DEAL:2d:cg::Starting value 64.0000 +DEAL:2d:cg::Convergence step 8 value 4.57619e-10 DEAL:2d::Testing FE_DGQ<2>(2) DEAL:2d::Number of degrees of freedom: 576 +DEAL:2d:cg::Starting value 24.0000 +DEAL:2d:cg::Convergence step 7 value 1.07430e-09 DEAL:2d::Testing FE_DGQ<2>(2) DEAL:2d::Number of degrees of freedom: 2304 +DEAL:2d:cg::Starting value 48.0000 +DEAL:2d:cg::Convergence step 8 value 1.87005e-10 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 512 +DEAL:3d:cg::Starting value 22.6274 +DEAL:3d:cg::Convergence step 4 value 9.91449e-17 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 4096 +DEAL:3d:cg::Starting value 64.0000 +DEAL:3d:cg::Convergence step 6 value 2.27740e-11 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 32768 +DEAL:3d:cg::Starting value 181.019 +DEAL:3d:cg::Convergence step 7 value 2.41331e-09 DEAL:3d::Testing FE_DGQ<3>(2) DEAL:3d::Number of degrees of freedom: 1728 +DEAL:3d:cg::Starting value 41.5692 +DEAL:3d:cg::Convergence step 8 value 1.14978e-09 DEAL:3d::Testing FE_DGQ<3>(2) DEAL:3d::Number of degrees of freedom: 13824 +DEAL:3d:cg::Starting value 117.576 +DEAL:3d:cg::Convergence step 9 value 1.16347e-09 diff --git a/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=5.output b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=5.output index 5ad4bb5a84..e2e33e652a 100644 --- a/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=5.output +++ b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_p4est=true.mpirun=5.output @@ -1,21 +1,41 @@ DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 256 +DEAL:2d:cg::Starting value 16.0000 +DEAL:2d:cg::Convergence step 7 value 1.80729e-11 DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 1024 +DEAL:2d:cg::Starting value 32.0000 +DEAL:2d:cg::Convergence step 8 value 8.73511e-11 DEAL:2d::Testing FE_DGQ<2>(1) DEAL:2d::Number of degrees of freedom: 4096 +DEAL:2d:cg::Starting value 64.0000 +DEAL:2d:cg::Convergence step 8 value 4.57619e-10 DEAL:2d::Testing FE_DGQ<2>(2) DEAL:2d::Number of degrees of freedom: 576 +DEAL:2d:cg::Starting value 24.0000 +DEAL:2d:cg::Convergence step 7 value 1.07430e-09 DEAL:2d::Testing FE_DGQ<2>(2) DEAL:2d::Number of degrees of freedom: 2304 +DEAL:2d:cg::Starting value 48.0000 +DEAL:2d:cg::Convergence step 8 value 1.87005e-10 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 512 +DEAL:3d:cg::Starting value 22.6274 +DEAL:3d:cg::Convergence step 4 value 7.23452e-17 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 4096 +DEAL:3d:cg::Starting value 64.0000 +DEAL:3d:cg::Convergence step 6 value 2.27740e-11 DEAL:3d::Testing FE_DGQ<3>(1) DEAL:3d::Number of degrees of freedom: 32768 +DEAL:3d:cg::Starting value 181.019 +DEAL:3d:cg::Convergence step 7 value 2.41331e-09 DEAL:3d::Testing FE_DGQ<3>(2) DEAL:3d::Number of degrees of freedom: 1728 +DEAL:3d:cg::Starting value 41.5692 +DEAL:3d:cg::Convergence step 8 value 1.14978e-09 DEAL:3d::Testing FE_DGQ<3>(2) DEAL:3d::Number of degrees of freedom: 13824 +DEAL:3d:cg::Starting value 117.576 +DEAL:3d:cg::Convergence step 9 value 1.16347e-09