]> https://gitweb.dealii.org/ - dealii.git/commitdiff
the vtk's are output now 17165/head
authorVladimir Yushutin <vyushut@clemson.edu>
Fri, 5 Jul 2024 18:47:22 +0000 (14:47 -0400)
committerVladimir Yushutin <vyushut@clemson.edu>
Sat, 6 Jul 2024 15:27:14 +0000 (11:27 -0400)
15 files changed:
tests/examples/step-40.diff
tests/examples/step-41.diff
tests/examples/step-41.mpirun=1.with_trilinos=true.output
tests/examples/step-42.diff
tests/examples/step-42.mpirun=2.with_p4est=true.with_trilinos=true.output
tests/examples/step-43.diff
tests/examples/step-44.diff
tests/examples/step-44.output
tests/examples/step-45.diff
tests/examples/step-46.diff
tests/examples/step-47.diff
tests/examples/step-47.output
tests/examples/step-48.diff
tests/examples/step-49.diff
tests/examples/step-49.output

index db441af4f50136a8ad1ab35cd8cb61947b4672ad..d624c35b74966a9a014ca4fa52e19e91ceca273c 100644 (file)
 <     const unsigned int n_cycles = 8;
 ---
 >     const unsigned int n_cycles = 3;
-659c661
-<         output_results(cycle);
----
-> //        output_results(cycle);
 661c663
 <         computing_timer.print_summary();
 ---
index 474999c523cd6b42b00039cf62363d3f7e0439ec..9cd99737c4545e04345b17d677b7433051984662 100644 (file)
@@ -24,7 +24,3 @@
 <     for (unsigned int iteration = 0; iteration <= solution.size(); ++iteration)
 ---
 >     for (unsigned int iteration = 0; iteration <= 5; ++iteration)
-602c606
-<         output_results(iteration);
----
-> //        output_results(iteration);
index d2b6af72a6525ff7d4b1fa99976511e080d6b0d6..5afe3c3c14bae2a54b621010098d72d9abd74939 100644 (file)
@@ -9,6 +9,7 @@ Solver stopped within 3 - 7 iterations
    Updating active set...
       Size of active set: 13164
    Residual of the non-contact part of the system: 9.42452e-05
+   Writing graphical output...
 
 Newton iteration 1
    Assembling system...
@@ -17,6 +18,7 @@ Solver stopped within 3 - 7 iterations
    Updating active set...
       Size of active set: 12363
    Residual of the non-contact part of the system: 3.9373
+   Writing graphical output...
 
 Newton iteration 2
    Assembling system...
@@ -25,6 +27,7 @@ Solver stopped within 3 - 7 iterations
    Updating active set...
       Size of active set: 11584
    Residual of the non-contact part of the system: 2.11652
+   Writing graphical output...
 
 Newton iteration 3
    Assembling system...
@@ -33,6 +36,7 @@ Solver stopped within 3 - 7 iterations
    Updating active set...
       Size of active set: 10827
    Residual of the non-contact part of the system: 1.46846
+   Writing graphical output...
 
 Newton iteration 4
    Assembling system...
@@ -41,6 +45,7 @@ Solver stopped within 3 - 7 iterations
    Updating active set...
       Size of active set: 10092
    Residual of the non-contact part of the system: 1.11513
+   Writing graphical output...
 
 Newton iteration 5
    Assembling system...
@@ -49,4 +54,5 @@ Solver stopped within 3 - 7 iterations
    Updating active set...
       Size of active set: 9381
    Residual of the non-contact part of the system: 0.885955
-   
+   Writing graphical output...
+
index 0586e6f798eaec96cb8e41e3e99dfe9cae7b138e..118630d78517891b9a2d07a64044f78275e5f15e 100644 (file)
 <     for (; current_refinement_cycle < n_refinement_cycles;
 ---
 >     for (; current_refinement_cycle < 1;
-2149c2155
-<         output_results(current_refinement_cycle);
----
->  //       output_results(current_refinement_cycle);
 2151,2152c2157,2158
 <         computing_timer.print_summary();
 <         computing_timer.reset();
index 5199a4933f3d36a9be6f0d534d3d47d5be4e4667..bd3c0418964824ccb8f67bfe2e6bc61af2e74a39 100644 (file)
@@ -62,4 +62,5 @@ Solver stopped within 6 - 8 iterations
       Residual of the non-contact part of the system: 8.20097e-14
          with a damping parameter alpha = 1
       Active set did not change!
+      Writing graphical output... solution_00.pvtu
 Contact force = 37.3058
index a65d452d405d81f2d3db3ab8049fcace0d0d8619..b9ab9ecca32d3f0ba4571e2f001dad5b6a7d854d 100644 (file)
 ---
 > //      std::cout << "        ..." << solver_control.last_step()
 > //                << " CG iterations." << std::endl;
-2161,2162c2170,2171
-<         if (timestep_number % 200 == 0)
-<           output_results();
----
-> //        if (timestep_number % 200 == 0)
-> //          output_results();
 2164c2173,2174
 <         if (timestep_number % 25 == 0)
 ---
index 22a8cb6a25caa80b5a9c9c9bea93275d2939e355..12e0ae08010313d562efbee4cef21a860bb41dc3 100644 (file)
@@ -6,22 +6,10 @@
 <     , timer(std::cout, TimerOutput::summary, TimerOutput::wall_times)
 ---
 >     , timer(std::cout, TimerOutput::never, TimerOutput::wall_times)
-1105c1105
-<     output_results();
----
-> //    output_results();
 1114c1114
 <     while (time.current() < time.end())
 ---
 >     while (time.current() < 0.3)
-1126c1126
-<         output_results();
----
-> //        output_results();
-1543c1543
-<     std::cout << "    Setting up quadrature point data..." << std::endl;
----
->    // std::cout << "    Setting up quadrature point data..." << std::endl;
 1660c1660
 <     print_conv_header();
 ---
index 0ebcee57848021a49716cd9b2edd368dd20922ff..fcbf96e21f3fd5772ee1d4404b3e01943bb0187f 100644 (file)
@@ -3,6 +3,7 @@ Grid:
 Triangulation:
         Number of active cells: 64
         Number of degrees of freedom: 2699
+    Setting up quadrature point data...
 
 Timestep 1 @ 0.1s
  CST  ASM_SYS  ------  SLV  PP  UQPH  CST  ASM_SYS  ------  SLV  PP  UQPH  ---  ASM_SYS  ------  SLV  PP  UQPH  ---  ASM_SYS  ------  SLV  PP  UQPH  ---  ASM_SYS  CONVERGED! 
index 9be1f406c07a3ed977037208814def396acc2321..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,4 +0,0 @@
-768c768
-<         output_results(refinement_cycle);
----
-> //        output_results(refinement_cycle);
index 93db6e10688b25e2d9a1c229a99ec4f70e7a141d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,6 +0,0 @@
-1011,1012c1011,1012
-<         std::cout << "   Writing output..." << std::endl;
-<         output_results(refinement_cycle);
----
->          std::cout << "   Writing output..." << std::endl;
-> //        output_results(refinement_cycle);
index 0cf2fc4686dc21589a1f873fce12ec9317101616..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,4 +0,0 @@
-905c905
-<         output_results(cycle);
----
-> //        output_results(cycle);
index 902b289e4505939e3bc8f691c67e774777373f06..849bc64ded390eade696ddee99a0cde39fd31458 100644 (file)
@@ -3,6 +3,7 @@ Total number of cells: 5
 Cycle 0 of 4
    Number of degrees of freedom: 81
    Solving system...
+   Writing graphical output...
    Error in the L2 norm           :     0.00878095
    Error in the H1 seminorm       : 0.0709546
    Error in the broken H2 seminorm: 1.64542
@@ -10,6 +11,7 @@ Cycle 0 of 4
 Cycle 1 of 4
    Number of degrees of freedom: 289
    Solving system...
+   Writing graphical output...
    Error in the L2 norm           :     0.003515
    Error in the H1 seminorm       : 0.0217418
    Error in the broken H2 seminorm: 0.81215
@@ -17,6 +19,7 @@ Cycle 1 of 4
 Cycle 2 of 4
    Number of degrees of freedom: 1089
    Solving system...
+   Writing graphical output...
    Error in the L2 norm           :     0.00110394
    Error in the H1 seminorm       : 0.00610667
    Error in the broken H2 seminorm: 0.401517
@@ -24,6 +27,7 @@ Cycle 2 of 4
 Cycle 3 of 4
    Number of degrees of freedom: 4225
    Solving system...
+   Writing graphical output...
    Error in the L2 norm           :     0.000308433
    Error in the H1 seminorm       : 0.00162277
    Error in the broken H2 seminorm: 0.199356
index 7f4be41eb220ce25ad88c00f2c0a8256b0bd4ddd..e3ca3b6f21bb91c7df5ae6f795bcb4999fc1af62 100644 (file)
@@ -6,13 +6,9 @@
 <     , final_time(10.)
 ---
 >     , final_time(-5.)
-495,497c495,497
-<     data_out.write_vtu_with_pvtu_record(
-<       "./", "solution", timestep_number, MPI_COMM_WORLD, 3);
+497c497
 < 
 ---
-> //    data_out.write_vtu_with_pvtu_record(
-> //      "./", "solution", timestep_number, MPI_COMM_WORLD, 3);
 >     (void)timestep_number;
 521,533d520
 <     {
index 3de0233bea1f8b185451d4276a5ca5cb97efe943..008353c78a5dc2104a6bcfad453b9d9cf260154e 100644 (file)
@@ -1,9 +1,4 @@
-91,91c91,92
-<   std::cout << " written to " << filename << std::endl << std::endl;
----
-> //  std::cout << " written to " << filename << std::endl << std::endl;
->   (void)filename;
-131c132
+131c131
 <   std::ifstream f("example.msh");
 ---
 >   std::ifstream f("../../../source/step-49/example.msh");
index a3596f76a8e83c111bcdd29a537817240e430f89..cc4b0d564e7487839eae7ce328c4b15f0a91d82a 100644 (file)
@@ -2,27 +2,41 @@ Mesh info:
  dimension: 2
  no. of cells: 11904
  boundary indicators: 0(624 times) 1(48 times) 2(32 times) 3(32 times) 
+ written to grid-1.vtu
+
 Mesh info:
  dimension: 2
  no. of cells: 14
  boundary indicators: 0(22 times) 
+ written to grid-2.vtu
+
 Mesh info:
  dimension: 2
  no. of cells: 128
  boundary indicators: 0(32 times) 1(32 times) 
+ written to grid-3.vtu
+
 Mesh info:
  dimension: 3
  no. of cells: 16
  boundary indicators: 0(16 times) 1(16 times) 2(8 times) 3(8 times) 
+ written to grid-4.vtu
+
 Mesh info:
  dimension: 2
  no. of cells: 28
  boundary indicators: 0(32 times) 
+ written to grid-5.vtu
+
 Mesh info:
  dimension: 2
  no. of cells: 1600
  boundary indicators: 0(160 times) 
+ written to grid-6.vtu
+
 Mesh info:
  dimension: 2
  no. of cells: 256
- boundary indicators: 0(64 times)  
+ boundary indicators: 0(64 times) 
+ written to grid-7.vtu
+

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.