https://github.com/N-BodyShop/changa
Raw File
Tip revision: 35fb41956933a758cbf0eef290b9b94ba4b4259e authored by Tom Quinn on 07 August 2018, 23:09:30 UTC
allocatePinnedHostMemory(): use size_t.
Tip revision: 35fb419
README
This is a simple test of SPH done by running a shock tube and comparing
the results with a previous SPH calculation.

Running "make test" should 1) run ChaNGa on a test simulation and 2) run
a simple analysis to produce the pressure versus position in the shock tube.

Files in this directory include:

pressplot.c: a simple analysis program
tipsydefs.h: header for the above program
shocktube.std: Initial conditions for the shock tube.
shocktube.param: Parameter file for the shock tube simulation.
press_gasoline.out: benchmark output from Gasoline for comparison.
back to top