-
- Downloads
Replaced global variables by a new hydro_space struct that is part of space....
Replaced global variables by a new hydro_space struct that is part of space. This struct is then passed on to hydro_init_part, and used to initialize the Voronoi cells. For non SHADOWFAX_SPH schemes, this struct is empty. Replaced random_uniform declarations in some unit tests with the tools.h version. Added some more comments to 3D Voronoi code; it is now almost completely documented (meaning I almost completely understand it now).
parent
81997283
No related branches found
No related tags found
Showing
- examples/main.c 0 additions, 32 deletionsexamples/main.c
- src/Makefile.am 4 additions, 2 deletionssrc/Makefile.am
- src/hydro/Default/hydro.h 4 additions, 2 deletionssrc/hydro/Default/hydro.h
- src/hydro/Gadget2/hydro.h 4 additions, 2 deletionssrc/hydro/Gadget2/hydro.h
- src/hydro/Gizmo/hydro.h 3 additions, 1 deletionsrc/hydro/Gizmo/hydro.h
- src/hydro/Minimal/hydro.h 4 additions, 2 deletionssrc/hydro/Minimal/hydro.h
- src/hydro/PressureEntropy/hydro.h 4 additions, 2 deletionssrc/hydro/PressureEntropy/hydro.h
- src/hydro/Shadowswift/hydro.h 4 additions, 2 deletionssrc/hydro/Shadowswift/hydro.h
- src/hydro/Shadowswift/voronoi1d_algorithm.h 6 additions, 6 deletionssrc/hydro/Shadowswift/voronoi1d_algorithm.h
- src/hydro/Shadowswift/voronoi2d_algorithm.h 12 additions, 47 deletionssrc/hydro/Shadowswift/voronoi2d_algorithm.h
- src/hydro/Shadowswift/voronoi3d_algorithm.h 207 additions, 254 deletionssrc/hydro/Shadowswift/voronoi3d_algorithm.h
- src/hydro/Shadowswift/voronoi3d_cell.h 12 additions, 6 deletionssrc/hydro/Shadowswift/voronoi3d_cell.h
- src/hydro_properties.c 6 additions, 0 deletionssrc/hydro_properties.c
- src/runner.c 4 additions, 2 deletionssrc/runner.c
- src/space.c 2 additions, 0 deletionssrc/space.c
- src/space.h 4 additions, 0 deletionssrc/space.h
- src/tools.c 2 additions, 2 deletionssrc/tools.c
- tests/benchmarkInteractions.c 0 additions, 4 deletionstests/benchmarkInteractions.c
- tests/test125cells.c 0 additions, 4 deletionstests/test125cells.c
- tests/test27cells.c 8 additions, 6 deletionstests/test27cells.c
Loading
Please register or sign in to comment