Skip to content
Snippets Groups Projects
Commit 363d28a4 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

set the minimum cell edge in the SodShock example to something more reasonable.

Former-commit-id: 07caec88409232eec893bff463770b1fded8f2bc
parent fa1c714d
Branches
Tags
No related merge requests found
...@@ -10,11 +10,11 @@ do ...@@ -10,11 +10,11 @@ do
# Sod-Shock runs # Sod-Shock runs
if [ ! -e SodShock_mindt_${cpu}.dump ] if [ ! -e SodShock_mindt_${cpu}.dump ]
then then
./test_mindt -c 1.0 -t $cpu -f SodShock/sodShock.hdf5 -m 0.1 -w 5000 -d 1.0 > SodShock_${cpu}.dump ./test_mindt -c 1.0 -t $cpu -f SodShock/sodShock.hdf5 -m 0.01 -w 5000 -d 1.0 > SodShock_${cpu}.dump
fi fi
if [ ! -e SodShock_fixed_${cpu}.dump ] if [ ! -e SodShock_fixed_${cpu}.dump ]
then then
./test_fixdt -r 1000 -t $cpu -f SodShock/sodShock.hdf5 -m 0.0075 -w 5000 -d 1e-4 > SodShock_fixed_${cpu}.dump ./test_fixdt -r 1000 -t $cpu -f SodShock/sodShock.hdf5 -m 0.01 -w 5000 -d 1e-4 > SodShock_fixed_${cpu}.dump
fi fi
# Sedov blast # Sedov blast
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment