FlowVortexShed ============== 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/hydro-2d-g++ tests/FlowVortexShed/input stop_time="25" 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/hydro-2d-g++ tests/FlowVortexShed/input stop_time="100" .. literalinclude:: ../../../tests/FlowVortexShed/input :caption: Input file (../../tests/FlowVortexShed/input) :language: makefile