Voronoi ======= .. include:: ../../../tests/Voronoi/Readme.rst 2D-100grain-parallel -------------------- .. list-table:: :widths: 10 90 :header-rows: 0 * - :fas:`maximize;fa-fw fa-lg` - Two-dimensional * - :fas:`cubes;fa-fw fa-lg` - Parallel (4 procs) * - :fas:`medal;fa-fw fa-lg` - Validated using check script * - :fas:`stopwatch;fa-fw fa-lg` - 16.04s (beaker) 11.58s (statler) 9.32s (waldorf) * - :fas:`circle-play;fa-fw fa-lg` - .. code-block:: bash mpiexec -np 4 ./bin/alamo-2d-g++ tests/Voronoi/input 2D-100grain-serial ------------------ .. list-table:: :widths: 10 90 :header-rows: 0 * - :fas:`maximize;fa-fw fa-lg` - Two-dimensional * - :fas:`cube;fa-fw fa-lg` - Serial * - :fas:`medal;fa-fw fa-lg` - Validated using check script * - :fas:`stopwatch;fa-fw fa-lg` - 50.84s (beaker) 37.94s (statler) 60.03s (github) 26.9s (waldorf) * - :fas:`circle-play;fa-fw fa-lg` - .. code-block:: bash ./bin/alamo-2d-g++ tests/Voronoi/input 2D-20grain-serial-coverage -------------------------- .. list-table:: :widths: 10 90 :header-rows: 0 * - :fas:`maximize;fa-fw fa-lg` - Two-dimensional * - :fas:`cube;fa-fw fa-lg` - Serial * - :fas:`question;fa-fw fa-lg` - Not validated * - :fas:`circle-play;fa-fw fa-lg` - .. code-block:: bash ./bin/alamo-2d-g++ tests/Voronoi/input stop_time="0.01" ic.voronoi.number_of_grains="20" .. literalinclude:: ../../../tests/Voronoi/input :caption: Input file (../../tests/Voronoi/input) :language: makefile