HeatConduction ============== .. include:: ../../../tests/HeatConduction/Readme.rst 2d-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:`circle-play;fa-fw fa-lg` - .. code-block:: bash ./bin/alamo-2d-g++ tests/HeatConduction/input 2d-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/HeatConduction/input stop_time="0.0002" 3d-parallel ----------- .. list-table:: :widths: 10 90 :header-rows: 0 * - :fab:`unity;fa-fw fa-lg` - Three-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` - 7.66s (beaker) 21.17s (waldorf) * - :fas:`circle-play;fa-fw fa-lg` - .. code-block:: bash mpiexec -np 4 ./bin/alamo-3d-g++ tests/HeatConduction/input 3d-serial-coverage ------------------ .. list-table:: :widths: 10 90 :header-rows: 0 * - :fab:`unity;fa-fw fa-lg` - Three-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-3d-g++ tests/HeatConduction/input stop_time="0.0002" .. literalinclude:: ../../../tests/HeatConduction/input :caption: Input file (../../tests/HeatConduction/input) :language: makefile