Skip to content
Failed

Changes

Summary

  1. Memory-lean implementation of FOF (details)
  2. REMIX docs (details)
  3. Slimming down of foreign gpart + reduced comm size (details)
  4. Applied formatting script (details)
  5. Fix missing version number changes (details)
  6. Add missing files to the IsolatedGalaxy_starformation example (details)
  7. added vim and linter dotfiles to gitignore (details)
  8. fix invalid escape sequence warnings in python files for documentation (details)
  9. fix typo in the freeing of arrays in write_output_serial reported by @dc-proc1 in \!2151 (details)
  10. Fix math typo in space_remap_ids() reported by @dc-proc1 in \!2151 (details)
  11. add missing hardcoded task types in swift_hardcoded_data.py (details)
  12. Jet comparison project - Equation of state (details)
  13. Update empty docs (details)
  14. Fix rounding error bug in calculation of number of top-level cells (details)
  15. Calculate radii for FOF groups (details)
  16. Tidy backronym (details)
  17. fix sink timers (details)
  18. Accounting for differing softening lengths in exact gravity calculation and particle selection (details)
  19. Removed the defunct 'anarchy-du' option alias for SPHENIX SPH (details)
  20. Fix theory py scripts (details)
Commit 8d39ff066819aa62182208d192289a67f906a134 by Matthieu Schaller
Memory-lean implementation of FOF
The file was modifiedsrc/engine_fof.c (diff)
The file was modifieddoc/RTD/source/FriendsOfFriends/parameter_description.rst (diff)
The file was modifiedsrc/fof.h (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/hashmap.c (diff)
The file was modifiedsrc/hashmap.h (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_6/check_fof.py (diff)
The file was modifiedsrc/fof_catalogue_io.h (diff)
The file was modifieddoc/RTD/source/HydroSchemes/index.rst (diff)
The file was modifieddoc/RTD/source/Planetary/hydro_scheme.rst (diff)
The file was modifieddoc/RTD/source/Planetary/index.rst (diff)
The file was addeddoc/RTD/source/HydroSchemes/remix_sph.rst (diff)
Commit 58d6bb41933eedb7a09e4767d074bd25a343c29d by Matthieu Schaller
Slimming down of foreign gpart + reduced comm size
The file was modifiedsrc/part.h (diff)
The file was modifiedtools/task_plots/swift_hardcoded_data.py (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity.h (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedswift_fof.c (diff)
The file was modifiedsrc/gravity_cache.h (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/engine_fof.c (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/gravity/Default/gravity.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/runner_doiact_grav.c (diff)
The file was modifiedsrc/cell_grav.h (diff)
The file was modifiedsrc/gravity/Default/gravity_part.h (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/active.h (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/part.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/runner.h (diff)
The file was modifiedsrc/runner_recv.c (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/runner_pack.c (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity_part.h (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/gravity/Default/gravity_part.h (diff)
Commit 515c6ec395a5dae2e037ad2d0b8075fc39dca4ec by Matthieu Schaller
Fix missing version number changes
The file was modifieddoc/RTD/source/conf.py (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedREADME (diff)
The file was modifiedREADME.md (diff)
Commit 1fb70eaef02dff9cda918da179fbce5359457f17 by katy
Add missing files to the IsolatedGalaxy_starformation example
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/getPS2020CoolingTables.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/getYieldTable.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/run.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/getEagleCoolingTable.sh (diff)
Commit 7ef4158e2b7b47a99c456715be3b16ffb9191287 by mivkov
added vim and linter dotfiles to gitignore
The file was modified.gitignore (diff)
Commit 4f85d9e7e08ea2c1e595b0ff0709edbecb23697d by mivkov
fix invalid escape sequence warnings in python files for documentation
The file was modifieddoc/RTD/source/conf.py (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/plots.py (diff)
Commit 3d6778b7503cbe6c31d761a8c39a870e76b45b8e by Matthieu Schaller
fix typo in the freeing of arrays in write_output_serial reported by @dc-proc1 in \!2151
The file was modifiedsrc/serial_io.c (diff)
Commit 9c17498b4971a43ce57b94629ff0bb1d66e179a8 by Matthieu Schaller
Fix math typo in space_remap_ids() reported by @dc-proc1 in \!2151
The file was modifiedsrc/space.c (diff)
Commit 70dfa5482e4e1a32b29b1cd02af8533b950d0575 by Matthieu Schaller
add missing hardcoded task types in swift_hardcoded_data.py
The file was modifiedtools/task_plots/swift_hardcoded_data.py (diff)
Commit 2a4b953ef9188b044b631d560fd0a7a90e073820 by Matthieu Schaller
Jet comparison project - Equation of state
The file was addedsrc/equation_of_state/continuous_barotropic/equation_of_state.h (diff)
The file was modifieddoc/RTD/source/EquationOfState/index.rst (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/equation_of_state.h (diff)
The file was modifieddoc/RTD/source/TimeStepping/timestep_synchronization.rst (diff)
The file was modifieddoc/RTD/source/TimeStepping/timestep_limiter.rst (diff)
Commit cc5f8c1e2aaf4846dc1b8c014b88e5c412e4f97a by Matthieu Schaller
Fix rounding error bug in calculation of number of top-level cells
The file was modifiedsrc/space.c (diff)
Commit a99fd5dc682d48a640422096fd9d5fc49d1c9130 by Matthieu Schaller
Calculate radii for FOF groups
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/fof.h (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/timers.c (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/timers.h (diff)
Commit 63f126a9e44fa7f405bcb4a34e5f3fb0336cf061 by Matthieu Schaller
Accounting for differing softening lengths in exact gravity calculation and particle selection
The file was modifieddoc/RTD/source/GettingStarted/special_modes.rst (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifiedsrc/gravity_properties.h (diff)
The file was modifiedsrc/gravity_properties.c (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/gravity.c (diff)
Commit e4782930e90f79d53185591baf8845669972d958 by Matthieu Schaller
Removed the defunct 'anarchy-du' option alias for SPHENIX SPH
The file was modifiedconfigure.ac (diff)
The file was modifiedtheory/latex/Figures/Gravity/force.py (diff)
The file was addedtheory/latex/Makefile (diff)
The file was modifiedtheory/Multipoles/plot_mesh.py (diff)
The file was modifiedtheory/SPH/Flavours/plotSoundspeed.py (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/plots.py (diff)
The file was modifiedtheory/SPH/Kernels/kernels.py (diff)
The file was modifiedtheory/RadiativeTransfer/HLLRiemannSolverEigenvalues/plot_eigenvalues.py (diff)
The file was removedtheory/latex/Figures/Gravity/correction.png (diff)
The file was modifiedtheory/SinkParticles/plot_imf_image.py (diff)
The file was removedtheory/latex/Figures/Gravity/error.png (diff)
The file was removedtheory/latex/Figures/Gravity/force.png (diff)