From 4748951b04598f308ebba78be5936b8ef14d74bd Mon Sep 17 00:00:00 2001 From: Vladimir Yushutin Date: Wed, 10 Jul 2024 17:01:55 -0400 Subject: [PATCH] testing step-80 to step-89 --- tests/examples/step-81.diff | 4 ++ ...fpack=true.with_complex_values=true.output | 2 + tests/examples/step-82.diff | 0 tests/examples/step-82.output | 8 +++ tests/examples/step-85.diff | 0 tests/examples/step-85.output | 56 +++++++++++++++++++ tests/examples/step-89.diff | 5 ++ .../step-89.mpirun=1.with_cgal=false.output | 12 ++++ .../step-89.mpirun=2.with_cgal=true.output | 10 ++++ 9 files changed, 97 insertions(+) create mode 100644 tests/examples/step-81.diff create mode 100644 tests/examples/step-81.with_umfpack=true.with_complex_values=true.output create mode 100644 tests/examples/step-82.diff create mode 100644 tests/examples/step-82.output create mode 100644 tests/examples/step-85.diff create mode 100644 tests/examples/step-85.output create mode 100644 tests/examples/step-89.diff create mode 100644 tests/examples/step-89.mpirun=1.with_cgal=false.output create mode 100644 tests/examples/step-89.mpirun=2.with_cgal=true.output diff --git a/tests/examples/step-81.diff b/tests/examples/step-81.diff new file mode 100644 index 0000000000..83b017c56a --- /dev/null +++ b/tests/examples/step-81.diff @@ -0,0 +1,4 @@ +880c880 +< ParameterAcceptor::initialize("parameters.prm"); +--- +> ParameterAcceptor::initialize("../../../source/step-81/parameters.prm"); diff --git a/tests/examples/step-81.with_umfpack=true.with_complex_values=true.output b/tests/examples/step-81.with_umfpack=true.with_complex_values=true.output new file mode 100644 index 0000000000..a05168d55e --- /dev/null +++ b/tests/examples/step-81.with_umfpack=true.with_complex_values=true.output @@ -0,0 +1,2 @@ +Number of active cells: 65536 +Number of degrees of freedom: 263168 diff --git a/tests/examples/step-82.diff b/tests/examples/step-82.diff new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/examples/step-82.output b/tests/examples/step-82.output new file mode 100644 index 0000000000..157420c26e --- /dev/null +++ b/tests/examples/step-82.output @@ -0,0 +1,8 @@ +Building the mesh............. +Number of active cells: 64 +Number of degrees of freedom: 576 +Assembling the system............. +Done. +DG H2 norm of the error: 0.0151063 +DG H1 norm of the error: 0.000399747 + L2 norm of the error: 5.33856e-05 diff --git a/tests/examples/step-85.diff b/tests/examples/step-85.diff new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/examples/step-85.output b/tests/examples/step-85.output new file mode 100644 index 0000000000..57ce718f48 --- /dev/null +++ b/tests/examples/step-85.output @@ -0,0 +1,56 @@ +Creating background mesh +Refinement cycle 0 +Setting up discrete level set function +Classifying cells +Distributing degrees of freedom +Initializing matrices +Assembling +Solving system +Computing L2 error + +Cycle Mesh size L2-Error + 0 0.3025 8.0657e-02 - + +Refinement cycle 1 +Setting up discrete level set function +Classifying cells +Distributing degrees of freedom +Initializing matrices +Assembling +Solving system +Writing vtu file +Computing L2 error + +Cycle Mesh size L2-Error + 0 0.3025 8.0657e-02 - + 1 0.1513 1.8711e-02 2.11 + +Refinement cycle 2 +Setting up discrete level set function +Classifying cells +Distributing degrees of freedom +Initializing matrices +Assembling +Solving system +Computing L2 error + +Cycle Mesh size L2-Error + 0 0.3025 8.0657e-02 - + 1 0.1513 1.8711e-02 2.11 + 2 0.0756 4.1624e-03 2.17 + +Refinement cycle 3 +Setting up discrete level set function +Classifying cells +Distributing degrees of freedom +Initializing matrices +Assembling +Solving system +Computing L2 error + +Cycle Mesh size L2-Error + 0 0.3025 8.0657e-02 - + 1 0.1513 1.8711e-02 2.11 + 2 0.0756 4.1624e-03 2.17 + 3 0.0378 9.3979e-04 2.15 + diff --git a/tests/examples/step-89.diff b/tests/examples/step-89.diff new file mode 100644 index 0000000000..aa729d83b4 --- /dev/null +++ b/tests/examples/step-89.diff @@ -0,0 +1,5 @@ +1191c1191,1192 +< while (time < end_time) +--- +> (void)end_time; +> while (time < 0.001) diff --git a/tests/examples/step-89.mpirun=1.with_cgal=false.output b/tests/examples/step-89.mpirun=1.with_cgal=false.output new file mode 100644 index 0000000000..5c86ddc3c4 --- /dev/null +++ b/tests/examples/step-89.mpirun=1.with_cgal=false.output @@ -0,0 +1,12 @@ +Create non-matching grid... + - Refinement level: 1 + - Number of cells: 1370 +Create DoFHandler... + - Number of DoFs: 52608 +Set up MatrixFree... +Run vibrating membrane test case... + - Point-to-point interpolation: + - Nitsche-type mortaring: +In this function, mortars are computed using CGAL. Configure deal.II with DEAL_II_WITH_CGAL to run this function. +Run test case with inhomogeneous material... +In this function, mortars are computed using CGAL. Configure deal.II with DEAL_II_WITH_CGAL to run this function. diff --git a/tests/examples/step-89.mpirun=2.with_cgal=true.output b/tests/examples/step-89.mpirun=2.with_cgal=true.output new file mode 100644 index 0000000000..fdf6176db1 --- /dev/null +++ b/tests/examples/step-89.mpirun=2.with_cgal=true.output @@ -0,0 +1,10 @@ +Create non-matching grid... + - Refinement level: 1 + - Number of cells: 882 +Create DoFHandler... + - Number of DoFs: 52608 +Set up MatrixFree... +Run vibrating membrane test case... + - Point-to-point interpolation: + - Nitsche-type mortaring: +Run test case with inhomogeneous material... -- 2.39.5