This is the level 2 subdirectory SRC.

It contains the source code and Makefile for ZEUS-2D.

To generate a ZEUS-2D executable for one of the test problems, copy the
sample macro definition file zeus2d.def.X in directory ../tst appropriate
for test problem X into the filename zeus2d.def in this directory and
then copy the file Y.src in directory ../tst into this directory, where
Y is the subroutine name for the problem generator for test problem X.
Then type 'make PROB=Y compile'.   An executable named zeus2d.exe is
automatically placed in the directory ../exe

To run the executable, see the README file in ../exe

Test problems are:
   X=sod      Sod shocktube
   X=brio+wu  MHD Riemann problem

For each of the test problems given above, the appropriate problem
generator names are:
   X=sod      use Y=shkset
   X=brio+wu  use Y=shkset
