SCPThermalSandwich ================== 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/SCPThermalSandwich/input stop_time="0.001" amr.plot_dt="0.001" 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/SCPThermalSandwich/input stop_time="1.0e-4" 2d-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:`circle-play;fa-fw fa-lg` - .. code-block:: bash mpiexec -np 4 ./bin/alamo-2d-g++ tests/SCPThermalSandwich/input .. literalinclude:: ../../../tests/SCPThermalSandwich/input :caption: Input file (../../tests/SCPThermalSandwich/input) :language: makefile