-
- Downloads
Merge branch 'new_time_line' into 'master'
Improve readability of active/inactive condition This, as is, is rather minor but it's on the way towards improving the time-stepping. I have replaced all explicit checks that a particle or cell is active by calls to inlined functions. No change in functionality thus far. The plan is to slowly introduce a better time-stepping mechanism where the particles carry less information (lower footprint) and make the whole time-step limiter problem easier. With this merge request in then I only need to make the changes in one single location (file active.h) and not everywhere. See merge request !279
No related branches found
No related tags found
Showing
- src/Makefile.am 1 addition, 1 deletionsrc/Makefile.am
- src/active.h 104 additions, 0 deletionssrc/active.h
- src/cell.c 7 additions, 6 deletionssrc/cell.c
- src/cell.h 2 additions, 1 deletionsrc/cell.h
- src/debug.c 53 additions, 0 deletionssrc/debug.c
- src/debug.h 1 addition, 0 deletionssrc/debug.h
- src/hydro/Default/hydro.h 1 addition, 2 deletionssrc/hydro/Default/hydro.h
- src/hydro/Gadget2/hydro.h 1 addition, 2 deletionssrc/hydro/Gadget2/hydro.h
- src/hydro/Gizmo/hydro.h 1 addition, 2 deletionssrc/hydro/Gizmo/hydro.h
- src/hydro/Minimal/hydro.h 1 addition, 2 deletionssrc/hydro/Minimal/hydro.h
- src/hydro/PressureEntropy/hydro.h 1 addition, 2 deletionssrc/hydro/PressureEntropy/hydro.h
- src/runner.c 44 additions, 37 deletionssrc/runner.c
- src/runner_doiact.h 46 additions, 56 deletionssrc/runner_doiact.h
- src/runner_doiact_grav.h 11 additions, 15 deletionssrc/runner_doiact_grav.h
- src/space.c 9 additions, 1 deletionsrc/space.c
- src/tools.c 1 addition, 1 deletionsrc/tools.c
- tests/test27cells.c 1 addition, 1 deletiontests/test27cells.c
Loading
Please register or sign in to comment