   
   First order explicit scheme for 1D gas dynamics conservation laws.
  Uses Linearized Characterictic-based Solver (LCS) to evaluate fluxes.

Sources:
  "lcs.c" (in ANSI C) or 
  "lcs.f" (in ANSI Fortran 77)

Test case: 
  Riemann problem 2:1

Output: 
  text file "output.dat" - parameters plotted along x

See also: 
   http://www.geocities.com/andrei_chernousov/CODES/solver.ps.gz

Updated:
   November 12, 2001