make -j 2 DIM=1
mkdir RUN1D
cp Verification/sodx.gp RUN1D
Castro1d*ex inputs-sod-x
mv sod_x_plt0034 RUN1D
cd RUN1D
../fsedov1d -p sod_x_plt0034 -s sod_x.out
gnuplot sodx.gp
cd ..
make -j 2 DIM=2
mkdir RUN2D
cp Verification/sodx.gp RUN2D
cp Verification/sody.gp RUN2D
Castro2d*ex inputs-sod-x
mv sod_x_plt0034 RUN2D
Castro2d*ex inputs-sod-y
mv sod_y_plt0034 RUN2D
cd RUN2D
../fsod2d -p sod_x_plt0034 -s sod_x.out -d 1
../fsod2d -p sod_y_plt0034 -s sod_y.out -d 2
gnuplot sodx.gp
gnuplot sody.gp
cd ..
make -j 2 DIM=3
mkdir RUN3D
cp Verification/sodx.gp RUN3D
cp Verification/sody.gp RUN3D
cp Verification/sodz.gp RUN3D
Castro3d*ex inputs-sod-x
mv sod_x_plt0034 RUN3D
Castro3d*ex inputs-sod-y
mv sod_y_plt0034 RUN3D
Castro3d*ex inputs-sod-z
mv sod_z_plt0034 RUN3D
cd RUN3D
../fsod3d -p sod_x_plt0034 -s sod_x.out -d 1
../fsod3d -p sod_y_plt0034 -s sod_y.out -d 2
../fsod3d -p sod_z_plt0034 -s sod_z.out -d 3
gnuplot sodx.gp
gnuplot sody.gp
gnuplot sodz.gp
