-
- Downloads
Broke one of my own rules by doing too much in a single commit: implemented...
Broke one of my own rules by doing too much in a single commit: implemented runner_extra_ghost, moved gradient calculations for both gradient types to new gradient loop, fixed bug in engine.c involving the number of links (which is larger with an extra loop), streamlined gradient methods, documented most GIZMO specific files. Second loop works.
parent
db551aca
No related branches found
No related tags found
Showing
- src/engine.c 5 additions, 1 deletionsrc/engine.c
- src/hydro/Gizmo/hydro.h 107 additions, 202 deletionssrc/hydro/Gizmo/hydro.h
- src/hydro/Gizmo/hydro_gradients.h 42 additions, 15 deletionssrc/hydro/Gizmo/hydro_gradients.h
- src/hydro/Gizmo/hydro_gradients_gizmo.h 209 additions, 140 deletionssrc/hydro/Gizmo/hydro_gradients_gizmo.h
- src/hydro/Gizmo/hydro_gradients_sph.h 132 additions, 54 deletionssrc/hydro/Gizmo/hydro_gradients_sph.h
- src/hydro/Gizmo/hydro_iact.h 116 additions, 15 deletionssrc/hydro/Gizmo/hydro_iact.h
- src/hydro/Gizmo/hydro_io.h 13 additions, 1 deletionsrc/hydro/Gizmo/hydro_io.h
- src/hydro/Gizmo/hydro_slope_limiters.h 46 additions, 0 deletionssrc/hydro/Gizmo/hydro_slope_limiters.h
- src/hydro/Gizmo/hydro_slope_limiters_cell.h 20 additions, 0 deletionssrc/hydro/Gizmo/hydro_slope_limiters_cell.h
- src/hydro/Gizmo/hydro_slope_limiters_face.h 90 additions, 57 deletionssrc/hydro/Gizmo/hydro_slope_limiters_face.h
- src/runner.c 33 additions, 1 deletionsrc/runner.c
Loading
Please register or sign in to comment