From 46d2410651dad85efb99b94f9993d9a8d7a3f511 Mon Sep 17 00:00:00 2001 From: OGaboriault <102625061+OGaboriault@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:21:02 -0500 Subject: [PATCH] Dem particle weight (#1347) Description Default value for the particle weight was outdated. This PR is changing this default value from 10 000 to 1000. Some test output had to be changed because of this. Co-authored-by: Bruno Blais --- CHANGELOG.md | 7 + ..._balancing_mobility_status.mpirun=2.output | 376 ++++++++--------- ...oad_balancing_solid_object.mpirun=2.output | 384 +++++++++--------- ..._ball_dynamic_load_balance.mpirun=2.output | 10 +- .../parameters/dem/model_parameters.rst | 2 +- source/core/parameters_lagrangian.cc | 2 +- 6 files changed, 394 insertions(+), 387 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ef5acf55..d2ede6d0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to the Lethe project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [Master] - 2024-11-21 + +### Changed + +- MINOR The default value for the particle weight for the load balancing was changed from 10K to 2K. [#1347](https://github.com/chaos-polymtl/lethe/pull/1347) + ## [Master] - 2024-11-18 ### Fixed @@ -39,6 +45,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - MINOR Force chains between local-ghost particle were being written multiple time when running in parallel. An arbitrary rule was added so that only one of the process is writing the force chain.[#1342](https://github.com/chaos-polymtl/lethe/pull/1342) + ### Fix - MINOR It was not possible to differentiate cohesive and repulsive forces with the force chains since the code was using the ".norm()" function. Now, the force chain calculation uses the scalar product between the normal force and the normal unit vector. [#1339](https://github.com/chaos-polymtl/lethe/pull/1339) diff --git a/applications_tests/lethe-particles/load_balancing_mobility_status.mpirun=2.output b/applications_tests/lethe-particles/load_balancing_mobility_status.mpirun=2.output index ac0febde94..e9f28973b3 100644 --- a/applications_tests/lethe-particles/load_balancing_mobility_status.mpirun=2.output +++ b/applications_tests/lethe-particles/load_balancing_mobility_status.mpirun=2.output @@ -53,313 +53,313 @@ Transient iteration: 400 Time: 0.4 Time step: 0.001 | Translational kinetic energy | 2.1064e-07 | 1.1348e-01 | 1.5114e-02 | 1.9950e+00 | | Rotational kinetic energy | 3.4339e-09 | 9.7407e-03 | 6.9569e-04 | 9.1832e-02 | -->Repartitionning triangulation -Load balance finished +Load balance finished Average, minimum and maximum number of particles on the processors are 66 , 62 and 70 Minimum and maximum number of cells owned by the processors are 48 and 48 ***************************************************************** -Transient iteration: 500 Time: 0.5 Time step: 0.001 +Transient iteration: 500 Time: 0.5 Time step: 0.001 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9800e+01 | 4.9900e+02 | -| Velocity magnitude | 2.0455e-03 | 5.1672e-01 | 8.2580e-02 | 1.0901e+01 | -| Angular velocity magnitude | 1.7333e-02 | 2.0980e+01 | 3.3753e+00 | 4.4554e+02 | -| Translational kinetic energy | 1.7525e-07 | 1.1184e-02 | 8.2881e-04 | 1.0940e-01 | -| Rotational kinetic energy | 4.0269e-09 | 5.8998e-03 | 4.5130e-04 | 5.9571e-02 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9800e+01 | 4.9900e+02 | +| Velocity magnitude | 2.0455e-03 | 5.1672e-01 | 8.2580e-02 | 1.0901e+01 | +| Angular velocity magnitude | 1.7333e-02 | 2.0980e+01 | 3.3753e+00 | 4.4554e+02 | +| Translational kinetic energy | 1.7525e-07 | 1.1184e-02 | 8.2881e-04 | 1.0940e-01 | +| Rotational kinetic energy | 4.0269e-09 | 5.8998e-03 | 4.5130e-04 | 5.9571e-02 | ***************************************************************** -Transient iteration: 600 Time: 0.6 Time step: 0.001 +Transient iteration: 600 Time: 0.6 Time step: 0.001 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9833e+01 | 5.9900e+02 | -| Velocity magnitude | 7.1469e-04 | 3.9434e-01 | 3.1661e-02 | 4.1792e+00 | -| Angular velocity magnitude | 6.1211e-02 | 1.7212e+01 | 1.5850e+00 | 2.0922e+02 | -| Translational kinetic energy | 2.1396e-08 | 6.5137e-03 | 1.8957e-04 | 2.5023e-02 | -| Rotational kinetic energy | 5.0222e-08 | 3.9711e-03 | 1.4555e-04 | 1.9212e-02 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9833e+01 | 5.9900e+02 | +| Velocity magnitude | 7.1469e-04 | 3.9434e-01 | 3.1661e-02 | 4.1792e+00 | +| Angular velocity magnitude | 6.1211e-02 | 1.7212e+01 | 1.5850e+00 | 2.0922e+02 | +| Translational kinetic energy | 2.1396e-08 | 6.5137e-03 | 1.8957e-04 | 2.5023e-02 | +| Rotational kinetic energy | 5.0222e-08 | 3.9711e-03 | 1.4555e-04 | 1.9212e-02 | -->Repartitionning triangulation -Load balance finished +Load balance finished Average, minimum and maximum number of particles on the processors are 66 , 44 and 88 Minimum and maximum number of cells owned by the processors are 48 and 48 ***************************************************************** -Transient iteration: 700 Time: 0.7 Time step: 0.001 +Transient iteration: 700 Time: 0.7 Time step: 0.001 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9857e+01 | 6.9900e+02 | -| Velocity magnitude | 1.3741e-03 | 5.9858e-01 | 3.1911e-02 | 4.2123e+00 | -| Angular velocity magnitude | 4.3883e-02 | 1.8674e+01 | 1.4823e+00 | 1.9566e+02 | -| Translational kinetic energy | 7.9090e-08 | 1.5008e-02 | 2.7342e-04 | 3.6091e-02 | -| Rotational kinetic energy | 2.5812e-08 | 4.6744e-03 | 1.5938e-04 | 2.1038e-02 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9857e+01 | 6.9900e+02 | +| Velocity magnitude | 1.3741e-03 | 5.9858e-01 | 3.1911e-02 | 4.2123e+00 | +| Angular velocity magnitude | 4.3883e-02 | 1.8674e+01 | 1.4823e+00 | 1.9566e+02 | +| Translational kinetic energy | 7.9090e-08 | 1.5008e-02 | 2.7342e-04 | 3.6091e-02 | +| Rotational kinetic energy | 2.5812e-08 | 4.6744e-03 | 1.5938e-04 | 2.1038e-02 | ***************************************************************** -Transient iteration: 800 Time: 0.8 Time step: 0.001 +Transient iteration: 800 Time: 0.8 Time step: 0.001 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9875e+01 | 7.9900e+02 | -| Velocity magnitude | 9.2879e-04 | 1.9633e-01 | 1.3990e-02 | 1.8466e+00 | -| Angular velocity magnitude | 6.5169e-02 | 6.1099e+00 | 7.6817e-01 | 1.0140e+02 | -| Translational kinetic energy | 3.6135e-08 | 1.6146e-03 | 2.4703e-05 | 3.2608e-03 | -| Rotational kinetic energy | 5.6928e-08 | 5.0038e-04 | 2.4742e-05 | 3.2659e-03 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9875e+01 | 7.9900e+02 | +| Velocity magnitude | 9.2879e-04 | 1.9633e-01 | 1.3990e-02 | 1.8466e+00 | +| Angular velocity magnitude | 6.5169e-02 | 6.1099e+00 | 7.6817e-01 | 1.0140e+02 | +| Translational kinetic energy | 3.6135e-08 | 1.6146e-03 | 2.4703e-05 | 3.2608e-03 | +| Rotational kinetic energy | 5.6928e-08 | 5.0038e-04 | 2.4742e-05 | 3.2659e-03 | ***************************************************************** -Transient iteration: 900 Time: 0.9 Time step: 0.001 +Transient iteration: 900 Time: 0.9 Time step: 0.001 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9889e+01 | 8.9900e+02 | -| Velocity magnitude | 1.1500e-03 | 3.5821e-02 | 1.0673e-02 | 1.4089e+00 | -| Angular velocity magnitude | 8.8647e-02 | 2.5515e+00 | 4.7555e-01 | 6.2773e+01 | -| Translational kinetic energy | 5.5395e-08 | 5.3748e-05 | 6.9573e-06 | 9.1836e-04 | -| Rotational kinetic energy | 1.0533e-07 | 8.7260e-05 | 5.1835e-06 | 6.8422e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9889e+01 | 8.9900e+02 | +| Velocity magnitude | 1.1500e-03 | 3.5821e-02 | 1.0673e-02 | 1.4089e+00 | +| Angular velocity magnitude | 8.8647e-02 | 2.5515e+00 | 4.7555e-01 | 6.2773e+01 | +| Translational kinetic energy | 5.5395e-08 | 5.3748e-05 | 6.9573e-06 | 9.1836e-04 | +| Rotational kinetic energy | 1.0533e-07 | 8.7260e-05 | 5.1835e-06 | 6.8422e-04 | ***************************************************************** -Transient iteration: 1000 Time: 1 Time step: 0.001 +Transient iteration: 1000 Time: 1 Time step: 0.001 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9900e+01 | 9.9900e+02 | -| Velocity magnitude | 2.1002e-04 | 3.5821e-02 | 9.6097e-03 | 1.2685e+00 | -| Angular velocity magnitude | 1.2169e-02 | 2.5515e+00 | 4.2320e-01 | 5.5862e+01 | -| Translational kinetic energy | 1.8477e-09 | 5.3748e-05 | 6.3275e-06 | 8.3522e-04 | -| Rotational kinetic energy | 1.9848e-09 | 8.7260e-05 | 4.5398e-06 | 5.9925e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.0000e+02 | 9.9900e+01 | 9.9900e+02 | +| Velocity magnitude | 2.1002e-04 | 3.5821e-02 | 9.6097e-03 | 1.2685e+00 | +| Angular velocity magnitude | 1.2169e-02 | 2.5515e+00 | 4.2320e-01 | 5.5862e+01 | +| Translational kinetic energy | 1.8477e-09 | 5.3748e-05 | 6.3275e-06 | 8.3522e-04 | +| Rotational kinetic energy | 1.9848e-09 | 8.7260e-05 | 4.5398e-06 | 5.9925e-04 | print_from_processor_0 24 [deal.II intermediate Patch<3,3>] 7 -0 0 0 0.0416667 0 0 0 0.0625 0 0.0416667 0.0625 0 0 0 0.1 0.0416667 0 0.1 0 0.0625 0.1 0.0416667 0.0625 0.1 -4294967295 1 4294967295 3 4294967295 4294967295 +0 0 0 0.0416667 0 0 0 0.0625 0 0.0416667 0.0625 0 0 0 0.1 0.0416667 0 0.1 0 0.0625 0.1 0.0416667 0.0625 0.1 +4294967295 1 4294967295 3 4294967295 4294967295 0 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0 0 0.0833333 0 0 0.0416667 0.0625 0 0.0833333 0.0625 0 0.0416667 0 0.1 0.0833333 0 0.1 0.0416667 0.0625 0.1 0.0833333 0.0625 0.1 -0 2 4294967295 4 4294967295 4294967295 +0.0416667 0 0 0.0833333 0 0 0.0416667 0.0625 0 0.0833333 0.0625 0 0.0416667 0 0.1 0.0833333 0 0.1 0.0416667 0.0625 0.1 0.0833333 0.0625 0.1 +0 2 4294967295 4 4294967295 4294967295 1 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0 0 0.125 0 0 0.0833333 0.0625 0 0.125 0.0625 0 0.0833333 0 0.1 0.125 0 0.1 0.0833333 0.0625 0.1 0.125 0.0625 0.1 -1 4294967295 4294967295 5 4294967295 4294967295 +0.0833333 0 0 0.125 0 0 0.0833333 0.0625 0 0.125 0.0625 0 0.0833333 0 0.1 0.125 0 0.1 0.0833333 0.0625 0.1 0.125 0.0625 0.1 +1 4294967295 4294967295 5 4294967295 4294967295 2 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0 0.0625 0 0.0416667 0.0625 0 0 0.125 0 0.0416667 0.125 0 0 0.0625 0.1 0.0416667 0.0625 0.1 0 0.125 0.1 0.0416667 0.125 0.1 -4294967295 4 0 6 4294967295 4294967295 +0 0.0625 0 0.0416667 0.0625 0 0 0.125 0 0.0416667 0.125 0 0 0.0625 0.1 0.0416667 0.0625 0.1 0 0.125 0.1 0.0416667 0.125 0.1 +4294967295 4 0 6 4294967295 4294967295 3 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.0625 0 0.0833333 0.0625 0 0.0416667 0.125 0 0.0833333 0.125 0 0.0416667 0.0625 0.1 0.0833333 0.0625 0.1 0.0416667 0.125 0.1 0.0833333 0.125 0.1 -3 5 1 7 4294967295 4294967295 +0.0416667 0.0625 0 0.0833333 0.0625 0 0.0416667 0.125 0 0.0833333 0.125 0 0.0416667 0.0625 0.1 0.0833333 0.0625 0.1 0.0416667 0.125 0.1 0.0833333 0.125 0.1 +3 5 1 7 4294967295 4294967295 4 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.0625 0 0.125 0.0625 0 0.0833333 0.125 0 0.125 0.125 0 0.0833333 0.0625 0.1 0.125 0.0625 0.1 0.0833333 0.125 0.1 0.125 0.125 0.1 -4 4294967295 2 8 4294967295 4294967295 +0.0833333 0.0625 0 0.125 0.0625 0 0.0833333 0.125 0 0.125 0.125 0 0.0833333 0.0625 0.1 0.125 0.0625 0.1 0.0833333 0.125 0.1 0.125 0.125 0.1 +4 4294967295 2 8 4294967295 4294967295 5 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0 0.125 0 0.0416667 0.125 0 0 0.1875 0 0.0416667 0.1875 0 0 0.125 0.1 0.0416667 0.125 0.1 0 0.1875 0.1 0.0416667 0.1875 0.1 -4294967295 7 3 9 4294967295 4294967295 +0 0.125 0 0.0416667 0.125 0 0 0.1875 0 0.0416667 0.1875 0 0 0.125 0.1 0.0416667 0.125 0.1 0 0.1875 0.1 0.0416667 0.1875 0.1 +4294967295 7 3 9 4294967295 4294967295 6 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.125 0 0.0833333 0.125 0 0.0416667 0.1875 0 0.0833333 0.1875 0 0.0416667 0.125 0.1 0.0833333 0.125 0.1 0.0416667 0.1875 0.1 0.0833333 0.1875 0.1 -6 8 4 10 4294967295 4294967295 +0.0416667 0.125 0 0.0833333 0.125 0 0.0416667 0.1875 0 0.0833333 0.1875 0 0.0416667 0.125 0.1 0.0833333 0.125 0.1 0.0416667 0.1875 0.1 0.0833333 0.1875 0.1 +6 8 4 10 4294967295 4294967295 7 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.125 0 0.125 0.125 0 0.0833333 0.1875 0 0.125 0.1875 0 0.0833333 0.125 0.1 0.125 0.125 0.1 0.0833333 0.1875 0.1 0.125 0.1875 0.1 -7 4294967295 5 11 4294967295 4294967295 +0.0833333 0.125 0 0.125 0.125 0 0.0833333 0.1875 0 0.125 0.1875 0 0.0833333 0.125 0.1 0.125 0.125 0.1 0.0833333 0.1875 0.1 0.125 0.1875 0.1 +7 4294967295 5 11 4294967295 4294967295 8 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0 0.1875 0 0.0416667 0.1875 0 0 0.25 0 0.0416667 0.25 0 0 0.1875 0.1 0.0416667 0.1875 0.1 0 0.25 0.1 0.0416667 0.25 0.1 -4294967295 10 6 12 4294967295 4294967295 +0 0.1875 0 0.0416667 0.1875 0 0 0.25 0 0.0416667 0.25 0 0 0.1875 0.1 0.0416667 0.1875 0.1 0 0.25 0.1 0.0416667 0.25 0.1 +4294967295 10 6 12 4294967295 4294967295 9 1 0 1 8 -1 1 1 1 1 1 1 1 +1 1 1 1 1 1 1 1 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.1875 0 0.0833333 0.1875 0 0.0416667 0.25 0 0.0833333 0.25 0 0.0416667 0.1875 0.1 0.0833333 0.1875 0.1 0.0416667 0.25 0.1 0.0833333 0.25 0.1 -9 11 7 13 4294967295 4294967295 +0.0416667 0.1875 0 0.0833333 0.1875 0 0.0416667 0.25 0 0.0833333 0.25 0 0.0416667 0.1875 0.1 0.0833333 0.1875 0.1 0.0416667 0.25 0.1 0.0833333 0.25 0.1 +9 11 7 13 4294967295 4294967295 10 1 0 1 8 -1 1 1 1 1 1 1 1 +1 1 1 1 1 1 1 1 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.1875 0 0.125 0.1875 0 0.0833333 0.25 0 0.125 0.25 0 0.0833333 0.1875 0.1 0.125 0.1875 0.1 0.0833333 0.25 0.1 0.125 0.25 0.1 -10 4294967295 8 14 4294967295 4294967295 +0.0833333 0.1875 0 0.125 0.1875 0 0.0833333 0.25 0 0.125 0.25 0 0.0833333 0.1875 0.1 0.125 0.1875 0.1 0.0833333 0.25 0.1 0.125 0.25 0.1 +10 4294967295 8 14 4294967295 4294967295 11 1 0 1 8 -1 1 1 1 1 1 1 1 +1 1 1 1 1 1 1 1 [deal.II intermediate Patch<3,3>] 7 -0 0.25 0 0.0416667 0.25 0 0 0.3125 0 0.0416667 0.3125 0 0 0.25 0.1 0.0416667 0.25 0.1 0 0.3125 0.1 0.0416667 0.3125 0.1 -4294967295 13 9 15 4294967295 4294967295 +0 0.25 0 0.0416667 0.25 0 0 0.3125 0 0.0416667 0.3125 0 0 0.25 0.1 0.0416667 0.25 0.1 0 0.3125 0.1 0.0416667 0.3125 0.1 +4294967295 13 9 15 4294967295 4294967295 12 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.25 0 0.0833333 0.25 0 0.0416667 0.3125 0 0.0833333 0.3125 0 0.0416667 0.25 0.1 0.0833333 0.25 0.1 0.0416667 0.3125 0.1 0.0833333 0.3125 0.1 -12 14 10 16 4294967295 4294967295 +0.0416667 0.25 0 0.0833333 0.25 0 0.0416667 0.3125 0 0.0833333 0.3125 0 0.0416667 0.25 0.1 0.0833333 0.25 0.1 0.0416667 0.3125 0.1 0.0833333 0.3125 0.1 +12 14 10 16 4294967295 4294967295 13 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.25 0 0.125 0.25 0 0.0833333 0.3125 0 0.125 0.3125 0 0.0833333 0.25 0.1 0.125 0.25 0.1 0.0833333 0.3125 0.1 0.125 0.3125 0.1 -13 4294967295 11 17 4294967295 4294967295 +0.0833333 0.25 0 0.125 0.25 0 0.0833333 0.3125 0 0.125 0.3125 0 0.0833333 0.25 0.1 0.125 0.25 0.1 0.0833333 0.3125 0.1 0.125 0.3125 0.1 +13 4294967295 11 17 4294967295 4294967295 14 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0 0.3125 0 0.0416667 0.3125 0 0 0.375 0 0.0416667 0.375 0 0 0.3125 0.1 0.0416667 0.3125 0.1 0 0.375 0.1 0.0416667 0.375 0.1 -4294967295 16 12 18 4294967295 4294967295 +0 0.3125 0 0.0416667 0.3125 0 0 0.375 0 0.0416667 0.375 0 0 0.3125 0.1 0.0416667 0.3125 0.1 0 0.375 0.1 0.0416667 0.375 0.1 +4294967295 16 12 18 4294967295 4294967295 15 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.3125 0 0.0833333 0.3125 0 0.0416667 0.375 0 0.0833333 0.375 0 0.0416667 0.3125 0.1 0.0833333 0.3125 0.1 0.0416667 0.375 0.1 0.0833333 0.375 0.1 -15 17 13 19 4294967295 4294967295 +0.0416667 0.3125 0 0.0833333 0.3125 0 0.0416667 0.375 0 0.0833333 0.375 0 0.0416667 0.3125 0.1 0.0833333 0.3125 0.1 0.0416667 0.375 0.1 0.0833333 0.375 0.1 +15 17 13 19 4294967295 4294967295 16 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.3125 0 0.125 0.3125 0 0.0833333 0.375 0 0.125 0.375 0 0.0833333 0.3125 0.1 0.125 0.3125 0.1 0.0833333 0.375 0.1 0.125 0.375 0.1 -16 4294967295 14 20 4294967295 4294967295 +0.0833333 0.3125 0 0.125 0.3125 0 0.0833333 0.375 0 0.125 0.375 0 0.0833333 0.3125 0.1 0.125 0.3125 0.1 0.0833333 0.375 0.1 0.125 0.375 0.1 +16 4294967295 14 20 4294967295 4294967295 17 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0 0.375 0 0.0416667 0.375 0 0 0.4375 0 0.0416667 0.4375 0 0 0.375 0.1 0.0416667 0.375 0.1 0 0.4375 0.1 0.0416667 0.4375 0.1 -4294967295 19 15 21 4294967295 4294967295 +0 0.375 0 0.0416667 0.375 0 0 0.4375 0 0.0416667 0.4375 0 0 0.375 0.1 0.0416667 0.375 0.1 0 0.4375 0.1 0.0416667 0.4375 0.1 +4294967295 19 15 21 4294967295 4294967295 18 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.375 0 0.0833333 0.375 0 0.0416667 0.4375 0 0.0833333 0.4375 0 0.0416667 0.375 0.1 0.0833333 0.375 0.1 0.0416667 0.4375 0.1 0.0833333 0.4375 0.1 -18 20 16 22 4294967295 4294967295 +0.0416667 0.375 0 0.0833333 0.375 0 0.0416667 0.4375 0 0.0833333 0.4375 0 0.0416667 0.375 0.1 0.0833333 0.375 0.1 0.0416667 0.4375 0.1 0.0833333 0.4375 0.1 +18 20 16 22 4294967295 4294967295 19 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.375 0 0.125 0.375 0 0.0833333 0.4375 0 0.125 0.4375 0 0.0833333 0.375 0.1 0.125 0.375 0.1 0.0833333 0.4375 0.1 0.125 0.4375 0.1 -19 4294967295 17 23 4294967295 4294967295 +0.0833333 0.375 0 0.125 0.375 0 0.0833333 0.4375 0 0.125 0.4375 0 0.0833333 0.375 0.1 0.125 0.375 0.1 0.0833333 0.4375 0.1 0.125 0.4375 0.1 +19 4294967295 17 23 4294967295 4294967295 20 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0 0.4375 0 0.0416667 0.4375 0 0 0.5 0 0.0416667 0.5 0 0 0.4375 0.1 0.0416667 0.4375 0.1 0 0.5 0.1 0.0416667 0.5 0.1 -4294967295 22 18 4294967295 4294967295 4294967295 +0 0.4375 0 0.0416667 0.4375 0 0 0.5 0 0.0416667 0.5 0 0 0.4375 0.1 0.0416667 0.4375 0.1 0 0.5 0.1 0.0416667 0.5 0.1 +4294967295 22 18 4294967295 4294967295 4294967295 21 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.4375 0 0.0833333 0.4375 0 0.0416667 0.5 0 0.0833333 0.5 0 0.0416667 0.4375 0.1 0.0833333 0.4375 0.1 0.0416667 0.5 0.1 0.0833333 0.5 0.1 -21 23 19 4294967295 4294967295 4294967295 +0.0416667 0.4375 0 0.0833333 0.4375 0 0.0416667 0.5 0 0.0833333 0.5 0 0.0416667 0.4375 0.1 0.0833333 0.4375 0.1 0.0416667 0.5 0.1 0.0833333 0.5 0.1 +21 23 19 4294967295 4294967295 4294967295 22 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.4375 0 0.125 0.4375 0 0.0833333 0.5 0 0.125 0.5 0 0.0833333 0.4375 0.1 0.125 0.4375 0.1 0.0833333 0.5 0.1 0.125 0.5 0.1 -22 4294967295 20 4294967295 4294967295 4294967295 +0.0833333 0.4375 0 0.125 0.4375 0 0.0833333 0.5 0 0.125 0.5 0 0.0833333 0.4375 0.1 0.125 0.4375 0.1 0.0833333 0.5 0.1 0.125 0.5 0.1 +22 4294967295 20 4294967295 4294967295 4294967295 23 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 @@ -368,242 +368,242 @@ print_from_processor_1 24 [deal.II intermediate Patch<3,3>] 7 -0 0.5 0 0.0416667 0.5 0 0 0.5625 0 0.0416667 0.5625 0 0 0.5 0.1 0.0416667 0.5 0.1 0 0.5625 0.1 0.0416667 0.5625 0.1 -4294967295 1 4294967295 3 4294967295 4294967295 +0 0.5 0 0.0416667 0.5 0 0 0.5625 0 0.0416667 0.5625 0 0 0.5 0.1 0.0416667 0.5 0.1 0 0.5625 0.1 0.0416667 0.5625 0.1 +4294967295 1 4294967295 3 4294967295 4294967295 0 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.5 0 0.0833333 0.5 0 0.0416667 0.5625 0 0.0833333 0.5625 0 0.0416667 0.5 0.1 0.0833333 0.5 0.1 0.0416667 0.5625 0.1 0.0833333 0.5625 0.1 -0 2 4294967295 4 4294967295 4294967295 +0.0416667 0.5 0 0.0833333 0.5 0 0.0416667 0.5625 0 0.0833333 0.5625 0 0.0416667 0.5 0.1 0.0833333 0.5 0.1 0.0416667 0.5625 0.1 0.0833333 0.5625 0.1 +0 2 4294967295 4 4294967295 4294967295 1 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.5 0 0.125 0.5 0 0.0833333 0.5625 0 0.125 0.5625 0 0.0833333 0.5 0.1 0.125 0.5 0.1 0.0833333 0.5625 0.1 0.125 0.5625 0.1 -1 4294967295 4294967295 5 4294967295 4294967295 +0.0833333 0.5 0 0.125 0.5 0 0.0833333 0.5625 0 0.125 0.5625 0 0.0833333 0.5 0.1 0.125 0.5 0.1 0.0833333 0.5625 0.1 0.125 0.5625 0.1 +1 4294967295 4294967295 5 4294967295 4294967295 2 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0 0.5625 0 0.0416667 0.5625 0 0 0.625 0 0.0416667 0.625 0 0 0.5625 0.1 0.0416667 0.5625 0.1 0 0.625 0.1 0.0416667 0.625 0.1 -4294967295 4 0 6 4294967295 4294967295 +0 0.5625 0 0.0416667 0.5625 0 0 0.625 0 0.0416667 0.625 0 0 0.5625 0.1 0.0416667 0.5625 0.1 0 0.625 0.1 0.0416667 0.625 0.1 +4294967295 4 0 6 4294967295 4294967295 3 1 0 1 8 -1 1 1 1 1 1 1 1 +1 1 1 1 1 1 1 1 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.5625 0 0.0833333 0.5625 0 0.0416667 0.625 0 0.0833333 0.625 0 0.0416667 0.5625 0.1 0.0833333 0.5625 0.1 0.0416667 0.625 0.1 0.0833333 0.625 0.1 -3 5 1 7 4294967295 4294967295 +0.0416667 0.5625 0 0.0833333 0.5625 0 0.0416667 0.625 0 0.0833333 0.625 0 0.0416667 0.5625 0.1 0.0833333 0.5625 0.1 0.0416667 0.625 0.1 0.0833333 0.625 0.1 +3 5 1 7 4294967295 4294967295 4 1 0 1 8 -1 1 1 1 1 1 1 1 +1 1 1 1 1 1 1 1 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.5625 0 0.125 0.5625 0 0.0833333 0.625 0 0.125 0.625 0 0.0833333 0.5625 0.1 0.125 0.5625 0.1 0.0833333 0.625 0.1 0.125 0.625 0.1 -4 4294967295 2 8 4294967295 4294967295 +0.0833333 0.5625 0 0.125 0.5625 0 0.0833333 0.625 0 0.125 0.625 0 0.0833333 0.5625 0.1 0.125 0.5625 0.1 0.0833333 0.625 0.1 0.125 0.625 0.1 +4 4294967295 2 8 4294967295 4294967295 5 1 0 1 8 -1 1 1 1 1 1 1 1 +1 1 1 1 1 1 1 1 [deal.II intermediate Patch<3,3>] 7 -0 0.625 0 0.0416667 0.625 0 0 0.6875 0 0.0416667 0.6875 0 0 0.625 0.1 0.0416667 0.625 0.1 0 0.6875 0.1 0.0416667 0.6875 0.1 -4294967295 7 3 9 4294967295 4294967295 +0 0.625 0 0.0416667 0.625 0 0 0.6875 0 0.0416667 0.6875 0 0 0.625 0.1 0.0416667 0.625 0.1 0 0.6875 0.1 0.0416667 0.6875 0.1 +4294967295 7 3 9 4294967295 4294967295 6 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.625 0 0.0833333 0.625 0 0.0416667 0.6875 0 0.0833333 0.6875 0 0.0416667 0.625 0.1 0.0833333 0.625 0.1 0.0416667 0.6875 0.1 0.0833333 0.6875 0.1 -6 8 4 10 4294967295 4294967295 +0.0416667 0.625 0 0.0833333 0.625 0 0.0416667 0.6875 0 0.0833333 0.6875 0 0.0416667 0.625 0.1 0.0833333 0.625 0.1 0.0416667 0.6875 0.1 0.0833333 0.6875 0.1 +6 8 4 10 4294967295 4294967295 7 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.625 0 0.125 0.625 0 0.0833333 0.6875 0 0.125 0.6875 0 0.0833333 0.625 0.1 0.125 0.625 0.1 0.0833333 0.6875 0.1 0.125 0.6875 0.1 -7 4294967295 5 11 4294967295 4294967295 +0.0833333 0.625 0 0.125 0.625 0 0.0833333 0.6875 0 0.125 0.6875 0 0.0833333 0.625 0.1 0.125 0.625 0.1 0.0833333 0.6875 0.1 0.125 0.6875 0.1 +7 4294967295 5 11 4294967295 4294967295 8 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0 0.6875 0 0.0416667 0.6875 0 0 0.75 0 0.0416667 0.75 0 0 0.6875 0.1 0.0416667 0.6875 0.1 0 0.75 0.1 0.0416667 0.75 0.1 -4294967295 10 6 12 4294967295 4294967295 +0 0.6875 0 0.0416667 0.6875 0 0 0.75 0 0.0416667 0.75 0 0 0.6875 0.1 0.0416667 0.6875 0.1 0 0.75 0.1 0.0416667 0.75 0.1 +4294967295 10 6 12 4294967295 4294967295 9 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.6875 0 0.0833333 0.6875 0 0.0416667 0.75 0 0.0833333 0.75 0 0.0416667 0.6875 0.1 0.0833333 0.6875 0.1 0.0416667 0.75 0.1 0.0833333 0.75 0.1 -9 11 7 13 4294967295 4294967295 +0.0416667 0.6875 0 0.0833333 0.6875 0 0.0416667 0.75 0 0.0833333 0.75 0 0.0416667 0.6875 0.1 0.0833333 0.6875 0.1 0.0416667 0.75 0.1 0.0833333 0.75 0.1 +9 11 7 13 4294967295 4294967295 10 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.6875 0 0.125 0.6875 0 0.0833333 0.75 0 0.125 0.75 0 0.0833333 0.6875 0.1 0.125 0.6875 0.1 0.0833333 0.75 0.1 0.125 0.75 0.1 -10 4294967295 8 14 4294967295 4294967295 +0.0833333 0.6875 0 0.125 0.6875 0 0.0833333 0.75 0 0.125 0.75 0 0.0833333 0.6875 0.1 0.125 0.6875 0.1 0.0833333 0.75 0.1 0.125 0.75 0.1 +10 4294967295 8 14 4294967295 4294967295 11 1 0 1 8 -4 4 4 4 4 4 4 4 +4 4 4 4 4 4 4 4 [deal.II intermediate Patch<3,3>] 7 -0 0.75 0 0.0416667 0.75 0 0 0.8125 0 0.0416667 0.8125 0 0 0.75 0.1 0.0416667 0.75 0.1 0 0.8125 0.1 0.0416667 0.8125 0.1 -4294967295 13 9 15 4294967295 4294967295 +0 0.75 0 0.0416667 0.75 0 0 0.8125 0 0.0416667 0.8125 0 0 0.75 0.1 0.0416667 0.75 0.1 0 0.8125 0.1 0.0416667 0.8125 0.1 +4294967295 13 9 15 4294967295 4294967295 12 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.75 0 0.0833333 0.75 0 0.0416667 0.8125 0 0.0833333 0.8125 0 0.0416667 0.75 0.1 0.0833333 0.75 0.1 0.0416667 0.8125 0.1 0.0833333 0.8125 0.1 -12 14 10 16 4294967295 4294967295 +0.0416667 0.75 0 0.0833333 0.75 0 0.0416667 0.8125 0 0.0833333 0.8125 0 0.0416667 0.75 0.1 0.0833333 0.75 0.1 0.0416667 0.8125 0.1 0.0833333 0.8125 0.1 +12 14 10 16 4294967295 4294967295 13 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.75 0 0.125 0.75 0 0.0833333 0.8125 0 0.125 0.8125 0 0.0833333 0.75 0.1 0.125 0.75 0.1 0.0833333 0.8125 0.1 0.125 0.8125 0.1 -13 4294967295 11 17 4294967295 4294967295 +0.0833333 0.75 0 0.125 0.75 0 0.0833333 0.8125 0 0.125 0.8125 0 0.0833333 0.75 0.1 0.125 0.75 0.1 0.0833333 0.8125 0.1 0.125 0.8125 0.1 +13 4294967295 11 17 4294967295 4294967295 14 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0 0.8125 0 0.0416667 0.8125 0 0 0.875 0 0.0416667 0.875 0 0 0.8125 0.1 0.0416667 0.8125 0.1 0 0.875 0.1 0.0416667 0.875 0.1 -4294967295 16 12 18 4294967295 4294967295 +0 0.8125 0 0.0416667 0.8125 0 0 0.875 0 0.0416667 0.875 0 0 0.8125 0.1 0.0416667 0.8125 0.1 0 0.875 0.1 0.0416667 0.875 0.1 +4294967295 16 12 18 4294967295 4294967295 15 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.8125 0 0.0833333 0.8125 0 0.0416667 0.875 0 0.0833333 0.875 0 0.0416667 0.8125 0.1 0.0833333 0.8125 0.1 0.0416667 0.875 0.1 0.0833333 0.875 0.1 -15 17 13 19 4294967295 4294967295 +0.0416667 0.8125 0 0.0833333 0.8125 0 0.0416667 0.875 0 0.0833333 0.875 0 0.0416667 0.8125 0.1 0.0833333 0.8125 0.1 0.0416667 0.875 0.1 0.0833333 0.875 0.1 +15 17 13 19 4294967295 4294967295 16 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.8125 0 0.125 0.8125 0 0.0833333 0.875 0 0.125 0.875 0 0.0833333 0.8125 0.1 0.125 0.8125 0.1 0.0833333 0.875 0.1 0.125 0.875 0.1 -16 4294967295 14 20 4294967295 4294967295 +0.0833333 0.8125 0 0.125 0.8125 0 0.0833333 0.875 0 0.125 0.875 0 0.0833333 0.8125 0.1 0.125 0.8125 0.1 0.0833333 0.875 0.1 0.125 0.875 0.1 +16 4294967295 14 20 4294967295 4294967295 17 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0 0.875 0 0.0416667 0.875 0 0 0.9375 0 0.0416667 0.9375 0 0 0.875 0.1 0.0416667 0.875 0.1 0 0.9375 0.1 0.0416667 0.9375 0.1 -4294967295 19 15 21 4294967295 4294967295 +0 0.875 0 0.0416667 0.875 0 0 0.9375 0 0.0416667 0.9375 0 0 0.875 0.1 0.0416667 0.875 0.1 0 0.9375 0.1 0.0416667 0.9375 0.1 +4294967295 19 15 21 4294967295 4294967295 18 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.875 0 0.0833333 0.875 0 0.0416667 0.9375 0 0.0833333 0.9375 0 0.0416667 0.875 0.1 0.0833333 0.875 0.1 0.0416667 0.9375 0.1 0.0833333 0.9375 0.1 -18 20 16 22 4294967295 4294967295 +0.0416667 0.875 0 0.0833333 0.875 0 0.0416667 0.9375 0 0.0833333 0.9375 0 0.0416667 0.875 0.1 0.0833333 0.875 0.1 0.0416667 0.9375 0.1 0.0833333 0.9375 0.1 +18 20 16 22 4294967295 4294967295 19 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.875 0 0.125 0.875 0 0.0833333 0.9375 0 0.125 0.9375 0 0.0833333 0.875 0.1 0.125 0.875 0.1 0.0833333 0.9375 0.1 0.125 0.9375 0.1 -19 4294967295 17 23 4294967295 4294967295 +0.0833333 0.875 0 0.125 0.875 0 0.0833333 0.9375 0 0.125 0.9375 0 0.0833333 0.875 0.1 0.125 0.875 0.1 0.0833333 0.9375 0.1 0.125 0.9375 0.1 +19 4294967295 17 23 4294967295 4294967295 20 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0 0.9375 0 0.0416667 0.9375 0 0 1 0 0.0416667 1 0 0 0.9375 0.1 0.0416667 0.9375 0.1 0 1 0.1 0.0416667 1 0.1 -4294967295 22 18 4294967295 4294967295 4294967295 +0 0.9375 0 0.0416667 0.9375 0 0 1 0 0.0416667 1 0 0 0.9375 0.1 0.0416667 0.9375 0.1 0 1 0.1 0.0416667 1 0.1 +4294967295 22 18 4294967295 4294967295 4294967295 21 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0416667 0.9375 0 0.0833333 0.9375 0 0.0416667 1 0 0.0833333 1 0 0.0416667 0.9375 0.1 0.0833333 0.9375 0.1 0.0416667 1 0.1 0.0833333 1 0.1 -21 23 19 4294967295 4294967295 4294967295 +0.0416667 0.9375 0 0.0833333 0.9375 0 0.0416667 1 0 0.0833333 1 0 0.0416667 0.9375 0.1 0.0833333 0.9375 0.1 0.0416667 1 0.1 0.0833333 1 0.1 +21 23 19 4294967295 4294967295 4294967295 22 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 [deal.II intermediate Patch<3,3>] 7 -0.0833333 0.9375 0 0.125 0.9375 0 0.0833333 1 0 0.125 1 0 0.0833333 0.9375 0.1 0.125 0.9375 0.1 0.0833333 1 0.1 0.125 1 0.1 -22 4294967295 20 4294967295 4294967295 4294967295 +0.0833333 0.9375 0 0.125 0.9375 0 0.0833333 1 0 0.125 1 0 0.0833333 0.9375 0.1 0.125 0.9375 0.1 0.0833333 1 0.1 0.125 1 0.1 +22 4294967295 20 4294967295 4294967295 4294967295 23 1 0 1 8 -0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 diff --git a/applications_tests/lethe-particles/load_balancing_solid_object.mpirun=2.output b/applications_tests/lethe-particles/load_balancing_solid_object.mpirun=2.output index 8a78de8704..d23d433c07 100644 --- a/applications_tests/lethe-particles/load_balancing_solid_object.mpirun=2.output +++ b/applications_tests/lethe-particles/load_balancing_solid_object.mpirun=2.output @@ -23,271 +23,271 @@ Transient iteration: 1000 Time: 0.01 Time step: 1e-05 | Rotational kinetic energy | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | -->Repartitionning triangulation Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 265 and 735 -Minimum and maximum number of cells owned by the processors are 647 and 5085 +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 2000 Time: 0.02 Time step: 1e-05 +Transient iteration: 2000 Time: 0.02 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 5.0000e+00 | 3.5000e+00 | 7.0000e+00 | -| Velocity magnitude | 1.9610e-01 | 1.9610e-01 | 1.9610e-01 | 1.9610e+02 | -| Angular velocity magnitude | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | -| Translational kinetic energy | 5.4366e-07 | 5.4366e-07 | 5.4366e-07 | 5.4366e-04 | -| Rotational kinetic energy | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 5.0000e+00 | 3.5000e+00 | 7.0000e+00 | +| Velocity magnitude | 1.9610e-01 | 1.9610e-01 | 1.9610e-01 | 1.9610e+02 | +| Angular velocity magnitude | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | +| Translational kinetic energy | 5.4366e-07 | 5.4366e-07 | 5.4366e-07 | 5.4366e-04 | +| Rotational kinetic energy | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 259 and 741 -Minimum and maximum number of cells owned by the processors are 647 and 5085 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 3000 Time: 0.03 Time step: 1e-05 +Transient iteration: 3000 Time: 0.03 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 7.0000e+00 | 4.6667e+00 | 1.4000e+01 | -| Velocity magnitude | 2.9420e-01 | 2.9420e-01 | 2.9420e-01 | 2.9420e+02 | -| Angular velocity magnitude | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | -| Translational kinetic energy | 1.2236e-06 | 1.2236e-06 | 1.2236e-06 | 1.2236e-03 | -| Rotational kinetic energy | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 7.0000e+00 | 4.6667e+00 | 1.4000e+01 | +| Velocity magnitude | 2.9420e-01 | 2.9420e-01 | 2.9420e-01 | 2.9420e+02 | +| Angular velocity magnitude | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | +| Translational kinetic energy | 1.2236e-06 | 1.2236e-06 | 1.2236e-06 | 1.2236e-03 | +| Rotational kinetic energy | 0.0000e+00 | 2.2251e-308 | 0.0000e+00 | 0.0000e+00 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 292 and 708 -Minimum and maximum number of cells owned by the processors are 633 and 5085 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 4000 Time: 0.04 Time step: 1e-05 +Transient iteration: 4000 Time: 0.04 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.0000e+01 | 6.0000e+00 | 2.4000e+01 | -| Velocity magnitude | 2.3217e-02 | 3.9230e-01 | 3.3787e-01 | 3.3787e+02 | -| Angular velocity magnitude | 0.0000e+00 | 1.7716e+02 | 8.2079e+00 | 8.2079e+03 | -| Translational kinetic energy | 7.6202e-09 | 2.1757e-06 | 1.7824e-06 | 1.7824e-03 | -| Rotational kinetic energy | 0.0000e+00 | 7.9867e-07 | 1.4833e-08 | 1.4833e-05 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.0000e+01 | 6.0000e+00 | 2.4000e+01 | +| Velocity magnitude | 2.3217e-02 | 3.9230e-01 | 3.3787e-01 | 3.3787e+02 | +| Angular velocity magnitude | 0.0000e+00 | 1.7716e+02 | 8.2079e+00 | 8.2079e+03 | +| Translational kinetic energy | 7.6202e-09 | 2.1757e-06 | 1.7824e-06 | 1.7824e-03 | +| Rotational kinetic energy | 0.0000e+00 | 7.9867e-07 | 1.4833e-08 | 1.4833e-05 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 302 and 698 -Minimum and maximum number of cells owned by the processors are 612 and 5085 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 5000 Time: 0.05 Time step: 1e-05 +Transient iteration: 5000 Time: 0.05 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.3000e+01 | 7.4000e+00 | 3.7000e+01 | -| Velocity magnitude | 2.8791e-02 | 4.9040e-01 | 4.0735e-01 | 4.0735e+02 | -| Angular velocity magnitude | 0.0000e+00 | 2.2119e+02 | 2.1739e+01 | 2.1739e+04 | -| Translational kinetic energy | 1.1718e-08 | 3.3999e-06 | 2.5399e-06 | 2.5399e-03 | -| Rotational kinetic energy | 0.0000e+00 | 1.2450e-06 | 5.3860e-08 | 5.3860e-05 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.3000e+01 | 7.4000e+00 | 3.7000e+01 | +| Velocity magnitude | 2.8791e-02 | 4.9040e-01 | 4.0735e-01 | 4.0735e+02 | +| Angular velocity magnitude | 0.0000e+00 | 2.2119e+02 | 2.1739e+01 | 2.1739e+04 | +| Translational kinetic energy | 1.1718e-08 | 3.3999e-06 | 2.5399e-06 | 2.5399e-03 | +| Rotational kinetic energy | 0.0000e+00 | 1.2450e-06 | 5.3860e-08 | 5.3860e-05 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 266 and 734 -Minimum and maximum number of cells owned by the processors are 612 and 5085 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 6000 Time: 0.06 Time step: 1e-05 +Transient iteration: 6000 Time: 0.06 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.5000e+01 | 8.6667e+00 | 5.2000e+01 | -| Velocity magnitude | 2.9726e-02 | 5.8850e-01 | 4.9649e-01 | 4.9649e+02 | -| Angular velocity magnitude | 0.0000e+00 | 2.2276e+02 | 2.7203e+01 | 2.7203e+04 | -| Translational kinetic energy | 1.2492e-08 | 4.8962e-06 | 3.6756e-06 | 3.6756e-03 | -| Rotational kinetic energy | 0.0000e+00 | 1.2627e-06 | 6.2446e-08 | 6.2446e-05 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.5000e+01 | 8.6667e+00 | 5.2000e+01 | +| Velocity magnitude | 2.9726e-02 | 5.8850e-01 | 4.9649e-01 | 4.9649e+02 | +| Angular velocity magnitude | 0.0000e+00 | 2.2276e+02 | 2.7213e+01 | 2.7213e+04 | +| Translational kinetic energy | 1.2492e-08 | 4.8962e-06 | 3.6756e-06 | 3.6756e-03 | +| Rotational kinetic energy | 0.0000e+00 | 1.2627e-06 | 6.2461e-08 | 6.2461e-05 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 277 and 723 -Minimum and maximum number of cells owned by the processors are 591 and 5085 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 7000 Time: 0.07 Time step: 1e-05 +Transient iteration: 7000 Time: 0.07 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 1.8000e+01 | 1.0000e+01 | 7.0000e+01 | -| Velocity magnitude | 2.3855e-02 | 6.8660e-01 | 5.7428e-01 | 5.7428e+02 | -| Angular velocity magnitude | 0.0000e+00 | 2.6094e+02 | 3.2027e+01 | 3.2027e+04 | -| Translational kinetic energy | 8.0447e-09 | 6.6646e-06 | 4.9470e-06 | 4.9470e-03 | -| Rotational kinetic energy | 0.0000e+00 | 1.7327e-06 | 7.3875e-08 | 7.3875e-05 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 1.8000e+01 | 1.0000e+01 | 7.0000e+01 | +| Velocity magnitude | 2.3855e-02 | 6.8660e-01 | 5.7428e-01 | 5.7428e+02 | +| Angular velocity magnitude | 0.0000e+00 | 2.6094e+02 | 3.2007e+01 | 3.2007e+04 | +| Translational kinetic energy | 8.0447e-09 | 6.6646e-06 | 4.9470e-06 | 4.9470e-03 | +| Rotational kinetic energy | 0.0000e+00 | 1.7327e-06 | 7.3864e-08 | 7.3864e-05 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 298 and 702 -Minimum and maximum number of cells owned by the processors are 535 and 5099 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 8000 Time: 0.08 Time step: 1e-05 +Transient iteration: 8000 Time: 0.08 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 2.1000e+01 | 1.1375e+01 | 9.1000e+01 | -| Velocity magnitude | 4.4251e-02 | 7.8470e-01 | 6.3095e-01 | 6.3095e+02 | -| Angular velocity magnitude | 0.0000e+00 | 2.7191e+02 | 3.9397e+01 | 3.9397e+04 | -| Translational kinetic energy | 2.7683e-08 | 8.7051e-06 | 6.1625e-06 | 6.1625e-03 | -| Rotational kinetic energy | 0.0000e+00 | 1.8814e-06 | 1.0361e-07 | 1.0361e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 2.1000e+01 | 1.1375e+01 | 9.1000e+01 | +| Velocity magnitude | 4.4251e-02 | 7.8470e-01 | 6.3095e-01 | 6.3095e+02 | +| Angular velocity magnitude | 0.0000e+00 | 2.7191e+02 | 3.9396e+01 | 3.9396e+04 | +| Translational kinetic energy | 2.7683e-08 | 8.7051e-06 | 6.1625e-06 | 6.1625e-03 | +| Rotational kinetic energy | 0.0000e+00 | 1.8814e-06 | 1.0362e-07 | 1.0362e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 272 and 728 -Minimum and maximum number of cells owned by the processors are 507 and 5099 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 9000 Time: 0.09 Time step: 1e-05 +Transient iteration: 9000 Time: 0.09 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 2.3000e+01 | 1.2667e+01 | 1.1400e+02 | -| Velocity magnitude | 3.4220e-02 | 8.8280e-01 | 6.7348e-01 | 6.7348e+02 | -| Angular velocity magnitude | 0.0000e+00 | 2.9721e+02 | 4.9565e+01 | 4.9565e+04 | -| Translational kinetic energy | 1.6555e-08 | 1.1018e-05 | 7.2861e-06 | 7.2861e-03 | -| Rotational kinetic energy | 0.0000e+00 | 2.2478e-06 | 1.5445e-07 | 1.5445e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 2.3000e+01 | 1.2667e+01 | 1.1400e+02 | +| Velocity magnitude | 3.4220e-02 | 8.8280e-01 | 6.7348e-01 | 6.7348e+02 | +| Angular velocity magnitude | 0.0000e+00 | 2.9721e+02 | 4.9557e+01 | 4.9557e+04 | +| Translational kinetic energy | 1.6555e-08 | 1.1018e-05 | 7.2861e-06 | 7.2861e-03 | +| Rotational kinetic energy | 0.0000e+00 | 2.2478e-06 | 1.5445e-07 | 1.5445e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 277 and 723 -Minimum and maximum number of cells owned by the processors are 486 and 5099 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 10000 Time: 0.1 Time step: 1e-05 +Transient iteration: 10000 Time: 0.1 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 2.6000e+01 | 1.4000e+01 | 1.4000e+02 | -| Velocity magnitude | 1.6797e-02 | 9.7575e-01 | 7.0037e-01 | 7.0037e+02 | -| Angular velocity magnitude | 4.0468e-04 | 3.4629e+02 | 5.7392e+01 | 5.7392e+04 | -| Translational kinetic energy | 3.9884e-09 | 1.3460e-05 | 8.2241e-06 | 8.2241e-03 | -| Rotational kinetic energy | 4.1673e-18 | 3.0515e-06 | 1.9224e-07 | 1.9224e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 2.6000e+01 | 1.4000e+01 | 1.4000e+02 | +| Velocity magnitude | 1.6797e-02 | 9.7575e-01 | 7.0039e-01 | 7.0039e+02 | +| Angular velocity magnitude | 4.0468e-04 | 3.4629e+02 | 5.7385e+01 | 5.7385e+04 | +| Translational kinetic energy | 3.9884e-09 | 1.3460e-05 | 8.2246e-06 | 8.2246e-03 | +| Rotational kinetic energy | 4.1673e-18 | 3.0515e-06 | 1.9226e-07 | 1.9226e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 246 and 754 -Minimum and maximum number of cells owned by the processors are 395 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 11000 Time: 0.11 Time step: 1e-05 +Transient iteration: 11000 Time: 0.11 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.0000e+01 | 1.5455e+01 | 1.7000e+02 | -| Velocity magnitude | 2.2057e-02 | 1.0703e+00 | 7.0757e-01 | 7.0757e+02 | -| Angular velocity magnitude | 8.4763e-04 | 3.1912e+02 | 7.0827e+01 | 7.0827e+04 | -| Translational kinetic energy | 6.8778e-09 | 1.6195e-05 | 8.7638e-06 | 8.7638e-03 | -| Rotational kinetic energy | 1.8283e-17 | 2.5915e-06 | 2.5632e-07 | 2.5632e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 3.0000e+01 | 1.5455e+01 | 1.7000e+02 | +| Velocity magnitude | 2.2057e-02 | 1.0703e+00 | 7.0776e-01 | 7.0776e+02 | +| Angular velocity magnitude | 8.4763e-04 | 3.5192e+02 | 7.1024e+01 | 7.1024e+04 | +| Translational kinetic energy | 6.8778e-09 | 1.6195e-05 | 8.7668e-06 | 8.7668e-03 | +| Rotational kinetic energy | 1.8283e-17 | 3.1515e-06 | 2.5886e-07 | 2.5886e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 275 and 725 -Minimum and maximum number of cells owned by the processors are 367 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 12000 Time: 0.12 Time step: 1e-05 +Transient iteration: 12000 Time: 0.12 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.1000e+01 | 1.6750e+01 | 2.0100e+02 | -| Velocity magnitude | 1.6864e-02 | 1.1681e+00 | 6.9464e-01 | 6.9464e+02 | -| Angular velocity magnitude | 8.4763e-04 | 4.2365e+02 | 8.2901e+01 | 8.2901e+04 | -| Translational kinetic energy | 4.0206e-09 | 1.9288e-05 | 8.8829e-06 | 8.8829e-03 | -| Rotational kinetic energy | 1.8283e-17 | 4.5672e-06 | 3.1785e-07 | 3.1785e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 3.2000e+01 | 1.6833e+01 | 2.0200e+02 | +| Velocity magnitude | 1.6864e-02 | 1.1705e+00 | 6.9339e-01 | 6.9339e+02 | +| Angular velocity magnitude | 8.4763e-04 | 4.2365e+02 | 8.1912e+01 | 8.1912e+04 | +| Translational kinetic energy | 4.0206e-09 | 1.9370e-05 | 8.8813e-06 | 8.8813e-03 | +| Rotational kinetic energy | 1.8283e-17 | 4.5672e-06 | 3.0531e-07 | 3.0531e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 339 and 661 -Minimum and maximum number of cells owned by the processors are 332 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 13000 Time: 0.13 Time step: 1e-05 +Transient iteration: 13000 Time: 0.13 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.4000e+01 | 1.8077e+01 | 2.3500e+02 | -| Velocity magnitude | 2.3651e-02 | 1.2663e+00 | 6.5452e-01 | 6.5452e+02 | -| Angular velocity magnitude | 8.4763e-04 | 4.3430e+02 | 1.0014e+02 | 1.0014e+05 | -| Translational kinetic energy | 7.9081e-09 | 2.2668e-05 | 8.1847e-06 | 8.1847e-03 | -| Rotational kinetic energy | 1.8283e-17 | 4.7997e-06 | 4.0369e-07 | 4.0369e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 3.4000e+01 | 1.8154e+01 | 2.3600e+02 | +| Velocity magnitude | 2.5154e-02 | 1.2663e+00 | 6.5454e-01 | 6.5454e+02 | +| Angular velocity magnitude | 8.4763e-04 | 3.2223e+02 | 9.9829e+01 | 9.9829e+04 | +| Translational kinetic energy | 8.9452e-09 | 2.2668e-05 | 8.1874e-06 | 8.1874e-03 | +| Rotational kinetic energy | 1.8283e-17 | 2.6422e-06 | 3.9781e-07 | 3.9781e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 292 and 708 -Minimum and maximum number of cells owned by the processors are 332 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 14000 Time: 0.14 Time step: 1e-05 +Transient iteration: 14000 Time: 0.14 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.7000e+01 | 1.9429e+01 | 2.7200e+02 | -| Velocity magnitude | 2.1204e-02 | 1.3853e+00 | 5.9335e-01 | 5.9335e+02 | -| Angular velocity magnitude | 8.4763e-04 | 4.0346e+02 | 1.1614e+02 | 1.1614e+05 | -| Translational kinetic energy | 6.3563e-09 | 2.7129e-05 | 6.8245e-06 | 6.8245e-03 | -| Rotational kinetic energy | 1.8283e-17 | 4.1423e-06 | 4.8052e-07 | 4.8052e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 3.7000e+01 | 1.9500e+01 | 2.7300e+02 | +| Velocity magnitude | 2.5188e-02 | 1.3636e+00 | 5.9340e-01 | 5.9340e+02 | +| Angular velocity magnitude | 8.4763e-04 | 3.5951e+02 | 1.1398e+02 | 1.1398e+05 | +| Translational kinetic energy | 8.9694e-09 | 2.6287e-05 | 6.8576e-06 | 6.8576e-03 | +| Rotational kinetic energy | 1.8283e-17 | 3.2889e-06 | 4.6029e-07 | 4.6029e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 286 and 714 -Minimum and maximum number of cells owned by the processors are 332 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 15000 Time: 0.15 Time step: 1e-05 +Transient iteration: 15000 Time: 0.15 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.9000e+01 | 2.0733e+01 | 3.1100e+02 | -| Velocity magnitude | 2.7973e-02 | 1.4042e+00 | 5.1935e-01 | 5.1935e+02 | -| Angular velocity magnitude | 8.4763e-04 | 3.6824e+02 | 1.3071e+02 | 1.3071e+05 | -| Translational kinetic energy | 1.1062e-08 | 2.7875e-05 | 4.9312e-06 | 4.9312e-03 | -| Rotational kinetic energy | 1.8283e-17 | 3.4506e-06 | 5.5743e-07 | 5.5743e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 3.9000e+01 | 2.0800e+01 | 3.1200e+02 | +| Velocity magnitude | 2.6432e-02 | 1.3991e+00 | 5.1832e-01 | 5.1832e+02 | +| Angular velocity magnitude | 8.4763e-04 | 4.2135e+02 | 1.2827e+02 | 1.2827e+05 | +| Translational kinetic energy | 9.8772e-09 | 2.7673e-05 | 4.9259e-06 | 4.9259e-03 | +| Rotational kinetic energy | 1.8283e-17 | 4.5177e-06 | 5.4627e-07 | 5.4627e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 295 and 705 -Minimum and maximum number of cells owned by the processors are 332 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 16000 Time: 0.16 Time step: 1e-05 +Transient iteration: 16000 Time: 0.16 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.9000e+01 | 2.1875e+01 | 3.5000e+02 | -| Velocity magnitude | 3.4935e-02 | 1.4057e+00 | 4.4759e-01 | 4.4759e+02 | -| Angular velocity magnitude | 6.1475e+00 | 3.7461e+02 | 1.2585e+02 | 1.2585e+05 | -| Translational kinetic energy | 1.7253e-08 | 2.7936e-05 | 3.3245e-06 | 3.3245e-03 | -| Rotational kinetic energy | 9.6167e-10 | 3.5710e-06 | 5.0046e-07 | 5.0046e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 4.0000e+01 | 2.2000e+01 | 3.5200e+02 | +| Velocity magnitude | 1.9930e-02 | 1.3290e+00 | 4.4572e-01 | 4.4572e+02 | +| Angular velocity magnitude | 3.3921e+00 | 4.3063e+02 | 1.2615e+02 | 1.2615e+05 | +| Translational kinetic energy | 5.6156e-09 | 2.4969e-05 | 3.3351e-06 | 3.3351e-03 | +| Rotational kinetic energy | 2.9279e-10 | 4.7190e-06 | 5.1423e-07 | 5.1423e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 332 and 668 -Minimum and maximum number of cells owned by the processors are 332 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 17000 Time: 0.17 Time step: 1e-05 +Transient iteration: 17000 Time: 0.17 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.9000e+01 | 2.2118e+01 | 3.7600e+02 | -| Velocity magnitude | 1.6010e-02 | 8.0070e-01 | 4.0575e-01 | 4.0575e+02 | -| Angular velocity magnitude | 8.0177e+00 | 3.7461e+02 | 1.1360e+02 | 1.1360e+05 | -| Translational kinetic energy | 3.6238e-09 | 9.0637e-06 | 2.7583e-06 | 2.7583e-03 | -| Rotational kinetic energy | 1.6358e-09 | 3.5710e-06 | 4.1614e-07 | 4.1614e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 4.0000e+01 | 2.2412e+01 | 3.8100e+02 | +| Velocity magnitude | 1.4270e-02 | 9.8233e-01 | 3.9988e-01 | 3.9988e+02 | +| Angular velocity magnitude | 7.4243e+00 | 4.3063e+02 | 1.1420e+02 | 1.1420e+05 | +| Translational kinetic energy | 2.8790e-09 | 1.3642e-05 | 2.7475e-06 | 2.7475e-03 | +| Rotational kinetic energy | 1.4026e-09 | 4.7190e-06 | 4.2920e-07 | 4.2920e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 256 and 744 -Minimum and maximum number of cells owned by the processors are 395 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 18000 Time: 0.18 Time step: 1e-05 +Transient iteration: 18000 Time: 0.18 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.9000e+01 | 2.2167e+01 | 3.9900e+02 | -| Velocity magnitude | 1.6299e-02 | 7.7962e-01 | 3.8385e-01 | 3.8385e+02 | -| Angular velocity magnitude | 4.8333e+00 | 2.9344e+02 | 1.0554e+02 | 1.0554e+05 | -| Translational kinetic energy | 3.7557e-09 | 8.5926e-06 | 2.5155e-06 | 2.5155e-03 | -| Rotational kinetic energy | 5.9445e-10 | 2.1911e-06 | 3.6853e-07 | 3.6853e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 4.0000e+01 | 2.2722e+01 | 4.0900e+02 | +| Velocity magnitude | 5.5518e-03 | 9.9039e-01 | 3.7858e-01 | 3.7858e+02 | +| Angular velocity magnitude | 5.7289e+00 | 3.9051e+02 | 1.1159e+02 | 1.1159e+05 | +| Translational kinetic energy | 4.3574e-10 | 1.3867e-05 | 2.5056e-06 | 2.5056e-03 | +| Rotational kinetic energy | 8.3516e-10 | 3.8805e-06 | 4.1433e-07 | 4.1433e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 317 and 683 -Minimum and maximum number of cells owned by the processors are 395 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 19000 Time: 0.19 Time step: 1e-05 +Transient iteration: 19000 Time: 0.19 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.9000e+01 | 2.2158e+01 | 4.2100e+02 | -| Velocity magnitude | 1.2672e-02 | 7.7803e-01 | 3.7292e-01 | 3.7292e+02 | -| Angular velocity magnitude | 8.5584e+00 | 2.9797e+02 | 1.0390e+02 | 1.0390e+05 | -| Translational kinetic energy | 2.2701e-09 | 8.5576e-06 | 2.3636e-06 | 2.3636e-03 | -| Rotational kinetic energy | 1.8639e-09 | 2.2593e-06 | 3.6722e-07 | 3.6722e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 4.0000e+01 | 2.2842e+01 | 4.3400e+02 | +| Velocity magnitude | 1.4233e-02 | 8.8784e-01 | 3.6724e-01 | 3.6724e+02 | +| Angular velocity magnitude | 7.4877e+00 | 3.9051e+02 | 1.1026e+02 | 1.1026e+05 | +| Translational kinetic energy | 2.8637e-09 | 1.1144e-05 | 2.3542e-06 | 2.3542e-03 | +| Rotational kinetic energy | 1.4267e-09 | 3.8805e-06 | 4.1115e-07 | 4.1115e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 261 and 739 -Minimum and maximum number of cells owned by the processors are 409 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 ***************************************************************** -Transient iteration: 20000 Time: 0.2 Time step: 1e-05 +Transient iteration: 20000 Time: 0.2 Time step: 1e-05 ***************************************************************** -| Variable | Min | Max | Average | Total | -| Contact list generation | 0.0000e+00 | 3.9000e+01 | 2.2150e+01 | 4.4300e+02 | -| Velocity magnitude | 9.9901e-03 | 7.8873e-01 | 3.6033e-01 | 3.6033e+02 | -| Angular velocity magnitude | 4.1493e+00 | 3.1002e+02 | 1.0293e+02 | 1.0293e+05 | -| Translational kinetic energy | 1.4109e-09 | 8.7947e-06 | 2.2137e-06 | 2.2137e-03 | -| Rotational kinetic energy | 4.3811e-10 | 2.4458e-06 | 3.6528e-07 | 3.6528e-04 | +| Variable | Min | Max | Average | Total | +| Contact list generation | 0.0000e+00 | 4.0000e+01 | 2.2950e+01 | 4.5900e+02 | +| Velocity magnitude | 1.0797e-02 | 8.9629e-01 | 3.5643e-01 | 3.5643e+02 | +| Angular velocity magnitude | 5.5257e+00 | 3.1518e+02 | 1.0881e+02 | 1.0881e+05 | +| Translational kinetic energy | 1.6480e-09 | 1.1357e-05 | 2.2235e-06 | 2.2235e-03 | +| Rotational kinetic energy | 7.7698e-10 | 2.5279e-06 | 4.0152e-07 | 4.0152e-04 | -->Repartitionning triangulation -Load balance finished -Average, minimum and maximum number of particles on the processors are 500 , 236 and 764 -Minimum and maximum number of cells owned by the processors are 423 and 5113 +Load balance finished +Average, minimum and maximum number of particles on the processors are 500 , 0 and 1000 +Minimum and maximum number of cells owned by the processors are 2040 and 4028 \ No newline at end of file diff --git a/applications_tests/lethe-particles/packing_in_ball_dynamic_load_balance.mpirun=2.output b/applications_tests/lethe-particles/packing_in_ball_dynamic_load_balance.mpirun=2.output index 3a118f749a..09eb58bd58 100644 --- a/applications_tests/lethe-particles/packing_in_ball_dynamic_load_balance.mpirun=2.output +++ b/applications_tests/lethe-particles/packing_in_ball_dynamic_load_balance.mpirun=2.output @@ -14,12 +14,12 @@ This feature should only be activated in geometries with concave boundaries. (Fo -->Repartitionning triangulation Load balance finished Average, minimum and maximum number of particles on the processors are 10 , 0 and 20 -Minimum and maximum number of cells owned by the processors are 2898 and 3108 +Minimum and maximum number of cells owned by the processors are 2940 and 3024 -->Repartitionning triangulation -Load balance finished +Load balance finished Average, minimum and maximum number of particles on the processors are 10 , 0 and 20 -Minimum and maximum number of cells owned by the processors are 2898 and 3108 -id, type, dp, x, y, z +Minimum and maximum number of cells owned by the processors are 2940 and 3024 +id, type, dp, x, y, z 0 0 0.00500 -0.0349 -0.0349 -0.0766 1 0 0.00500 -0.0295 -0.0355 -0.0773 2 0 0.00500 -0.0235 -0.0351 -0.0785 @@ -39,4 +39,4 @@ id, type, dp, x, y, z 16 0 0.00500 -0.0190 -0.0294 -0.0828 17 0 0.00500 -0.0139 -0.0302 -0.0845 18 0 0.00500 -0.0071 -0.0302 -0.0849 -19 0 0.00500 0.0001 -0.0308 -0.0859 +19 0 0.00500 0.0001 -0.0308 -0.0859 \ No newline at end of file diff --git a/doc/source/parameters/dem/model_parameters.rst b/doc/source/parameters/dem/model_parameters.rst index 7eee855924..96f82cc8aa 100644 --- a/doc/source/parameters/dem/model_parameters.rst +++ b/doc/source/parameters/dem/model_parameters.rst @@ -22,7 +22,7 @@ In this subsection, contact detection, force models, time integration, load bala subsection load balancing # Choices are none|once|frequent|dynamic|dynamic_with_sparse_contacts set load balance method = none - set particle weight = 10000 # Every method, except none + set particle weight = 2000 # Every method, except none set step = 100000 # if method = once set frequency = 100000 # if method = frequent set dynamic check frequency = 10000 # if method = dynamic diff --git a/source/core/parameters_lagrangian.cc b/source/core/parameters_lagrangian.cc index a777d87345..75c7b208c1 100644 --- a/source/core/parameters_lagrangian.cc +++ b/source/core/parameters_lagrangian.cc @@ -629,7 +629,7 @@ namespace Parameters prm.declare_entry( "particle weight", - "10000", + "2000", Patterns::Integer(), "The particle weight based on a default cell weight of 1000");