Skip to content

Changes

Started by upstream project Zoom branch #140
Started 18 hr ago
Took 3 min 11 sec

Summary

  1. Update the X-ray tables to their newest version (details)
  2. Fix a bug when running with multiple non-degenerate neutrino species (details)
  3. Resolve "--enable-timers causes compilation error on master" (details)
  4. Post merge spin jet fix (details)
  5. Code formatting (details)
  6. Convert printf to errors in the X-ray extra i/o (details)
  7. Making it official (details)
  8. GEARRT cosmological thermochemistry (details)
  9. GEAR-RT redshifting photons (details)
  10. Fix to get swiftsimio to read the SFR logger with the EAGLE model switched on (details)
  11. Fix compilation of the power spectrum code in the absence of FFTW (details)
  12. Fix computation of the potential energy in the isothermal potential case (details)
  13. Fix io for a jet-related tracer (details)
  14. Fix jet tracer variable type (details)
  15. Fix MPI type mistakes reported by oneAPI (details)
  16. Add missing -fopenmp for csds writer compilation in Swift (details)
  17. Fix -Wadress warning (details)
  18. Changed -fopenmp --> $OPENMP_CFLAGS in configure.ac (details)
  19. Update reference to paper in the RTD (details)
  20. Sink : bugs fixing (details)
  21. Add the necessary sink-related initialisations in the unit tests (details)
  22. Update spin/jet RTD (details)
  23. possible fix to the FOF in hydro runs (details)
  24. Added missing include in the general swift.h (details)
  25. Cleaner separation between sink.h and sink_iact.h (details)
  26. Add missing file (details)
  27. Grackle cooling primordial abundances (details)
  28. Add missing include now that the sink_iact.h has been split off from sink.h (details)
  29. Applied formatting scripts (details)
  30. Add information to the output list about size of the arrays (details)
  31. Fix warning reported by GCC-14 (details)
  32. Fix Grackle cooling MULTI_COOL error with metal (details)
  33. Rename space_getsid to space_getsid_and_swap_cells() to try to prevent mistakes where wrong cell pointers collected before the call are reused after the swapping has happened. The new name may alleviate part of this (details)
  34. Add free parameter (normalisation) to variable accretion efficiency scaling (details)
  35. Fix to the recording triggers. Coming from COLIBRE downstream fork. (details)
  36. Add more info to the output field file. Comping from downstream fork. (details)
  37. Call particle_splitting_update_binary_tree with the correct argument order (details)
  38. Another master->zoom_merge update (details)
  39. Sink homogeneous box example (details)
  40. Code formatting (details)
  41. Code formatting (details)
  42. Add a DMantissa21 filter and update the documentation to warn about the... (details)
  43. Separating zoom and background `space_subdepth_diff_grav` treatments (details)
  44. Fix incorrect base type in DMantissa21 filter (details)
  45. Downstream fix to the LOS code which could overflow the parser parameter list size in the middle of a run. A check is now in place at the start (details)
  46. Add missing BH output fields to spin-jet code (details)
  47. Fixing some zoom issues/bugs (details)
  48. Splitting mesh threadpools to improve performance (details)
  49. Sink Homogeneous box IC : Give the correct velocity array size (details)
  50. Applied formatting script (details)
  51. ignore the feedback of stars with a negative birth_scale_factor or birth_time (details)
  52. Resolve "GEAR stars : update stars_compute_timestep" (details)
  53. IsolatedGalaxy_pNbody (details)
  54. Augment the i/o meta-data to inform whether fields are stored in physical and if so, whether they can be converted back to comoving (details)
  55. Update planetary examples and initial conditions hdf5 field names (details)
  56. GEAR stars : fix negative initial metallicity (details)
  57. Change the clang formatting version number from 13 to 18. (details)
  58. Add missing commas to GEAR SF IO (details)
  59. Applied updated formatting script (details)
  60. Switch the arguments of the calloc calls in engine_resitribute.c to make GCC 14.1 happier. This has no consequences (details)
  61. Fix another instance of calloc call with flipped arguments according to GCC 14.1 (details)
  62. Fix yet another typo... (details)
  63. Fix print formats (details)
  64. GEAR sink: Add io outputs (details)
  65. Fixes for GCC 14 toolchain on COSMA (details)
  66. Sink : chemistry interface improvements (details)
  67. Temporarily disable the voronoi 2D unit test (details)
  68. Formatting for llvm/18.1.8 on COSMA (details)
  69. Sink : Update functions documentation (details)
  70. Fix unitialised structure member in unit test (details)
  71. Sink : hide GEAR details into its module (details)
  72. Impose a minimum hdf5 API version of 1.8 to handle all our compression schemes (details)
  73. Fix typo in serial_io.c (details)
  74. Code formatting (details)
  75. Fixes for Intel 2024 toolchain (details)
  76. Remove unused variable (details)
  77. Need extra bin in histogram (sanitizer report) (details)
  78. Fix leaks reported by the sanitizer (stops non-zero exit when checking) (details)
  79. Don't clean cache when not used (details)
  80. Skip when not in a git repo (details)
  81. Allow rounding in the conversion to double and back (details)
  82. New example of isolated dSph models (details)
  83. GEAR : cleanup feedback (details)
  84. Add CSDS to SmallCosmoVolume_DM example (details)
  85. GEAR stellar evolution : Add SNIa to stars representing the continuous IMF part (details)
  86. Fix star resort logic for concurrent SF from gas and sinks (details)
  87. Update thermal AGN feedback field descriptions in the spin-jet model (details)
  88. Disable FPE trapping when using unsafe maths. (details)
  89. GEAR sink: update newborn stars positions and velocities (details)
  90. Darwin/gear sink fixes (details)
  91. Fix when passing a particle ID to initialise split information struct (details)
  92. Update zoom_merge with master updates (after wrangling immense conflicts) (details)
  93. Fix output warnings for printf hsize_t mismatch (details)
  94. Superficial removal of rogue new lines in cosmology debug check (details)
  95. fix new IO stuff in gearrt (details)
  96. ran formatting tool (details)
  97. Yet another master into zoom buffer branch merge (with formatting all done!) (details)
  98. GEAR stars: Move star_type from feedback module to stars (details)
  99. Fix the missing particle counter in zoom IO (details)
  100. remove numpy deprecation warning in RT plotting scripts (details)
  101. Modfications for making the zoom tasks at the void level (details)
  102. Fix typo in the Gadget2 scheme introduced when the adaptive softening scheme option was added (details)
  103. Splitting void cell tasks to get MMs and self/pair tasks. (details)
  104. GEAR : fix the SN energy when the stars must not do feedback (details)
  105. Add sink particles to IsolatedGalaxy_multi_component/GEAR (details)
  106. Initial high level changes from `moving_mesh` (details)
  107. GEAR sink : Improve swallowing conditions (details)
  108. Applied code formatting script (details)
  109. GEARRT + SPHENIX: Radiation Transport (details)
  110. Code formatting (details)
  111. GEAR sink : final chunk from the big MR (details)
  112. Void cell tree modifications to `grav/down` and long range gravity (details)
  113. Implementing top down task creation from void cells to zoom cells (final logic and timestep modifications) (details)
  114. Merging latest changes in zoom buffer branch (details)
  115. Fix "Crash when compiling with grackle_1 2 or 3 but running without --cooling" (details)
  116. Make the formatting script ignore the three files that are formatted differently on different machines using the same clan-format version (details)
  117. Log the splits going beyond the maximal allowed into a file (details)
  118. GEAR sink improvements (details)
  119. GEAR sink IMF sampling theory (details)
  120. Fix typos (details)
  121. Allow compilation of EAGLE SF with none tracers (details)
  122. Fixes the trigger quantities computed for the last snapshot in a list (details)
  123. Fixing void cell pointer array renaming in tests (details)
  124. Fixes to allow the code to run with the EAGLE model spawning stars (details)
  125. GEAR sink : update the temperature and density thresholds criterion (details)
  126. Sink iact overhauled to match BHs (details)
  127. Add missing file to the out-of-source build target (details)
  128. Remove entirely the marktasks function. (details)
  129. Simplified switch to doing progeny MM properly for void cells (details)
  130. Introducing MM subtypes + some void task clean up (details)
  131. Small adjustments to GEAR modules (details)
  132. Sink density tasks (details)
  133. Bug fix: shift variable set but not used in sink density loop (details)
  134. Fix SPIN-JET code for EAGLE (details)
  135. Applied formatting script (details)
  136. Applied code formatting script (details)
  137. Add new option to --with-subgrid (details)
  138. Modify zoom geometry init to align buffer cells (details)
  139. Adapt the cell splitting logic to split buffer cells within the void tree (details)
  140. Task modifications to account for "all the way down" void cell tree (details)
  141. GEAR sink: add a minimal mass to sink (details)
  142. Adapting the regriding to account for the new geometry calculation (details)
  143. Sink MPI part 1: engine, proxies and strays (details)
  144. Washing SWIFT's mouth out with soap (fixing a typo) (details)
  145. GEAR sinks: add better time-step and sink merging constraints (details)
  146. Add missing C_CFL parameter in HomogeneousBoxSinkParticles example (details)
  147. Void cell tree the whole way down (with better zoom geometry init) (details)
  148. Fixing zoom dist build (details)
  149. Another master merged into the zoom branches (details)
  150. fixed restart.c (details)
  151. removed static attribute (details)
  152. Only activate the tend comms that are needed (details)
  153. Clean-up of interaction function signatures (details)
  154. Add the depth_h variable carried by every particle when using the subtask_speedup branch (details)
  155. Added the loop debugging check counters to the planetary scheme (details)
  156. Also add the depth to the stars, BHs, and sink particles (details)
  157. Update the runtime analysis script to use the new FOF function names and to stop python warnings (details)
  158. Resolve "MWPotential2014 : Amplitude must have a unit" (details)
  159. Smoothing lengths for sinks (details)
  160. Update symmetry test for new sink iact arguments (details)
  161. Set the min/max h allowed at a given tree level in the cells. Set the particle's depth in the rebuild and in the drift (details)
  162. Add a spin lock for the extra sort (details)
  163. Add the option for the sort task to use the new cell lock (details)
  164. Also update the unit tests to use the new sorting function signature (details)
  165. Silence debugging message in the stray exchange (details)
  166. Add check verifying the global number of sends and receives is the same (details)
  167. Add the runtime constants needed by the new recursion (details)
  168. Fix function signature (details)
  169. Add the PS calculation to the list of timed functions (details)
  170. Python code formatting (details)
  171. Only accumulate the number of tasks in a cell in debugging mode (details)
  172. Print GEAR physics with MPI rank 0 (details)
  173. Another master merge into the zoom buffer branch (details)
  174. Make grackle verbose only for rank 0 in MPI runs (details)
  175. (bugfix) Do not set h-depth before applying min and max h (details)
  176. Change the code version number to 2025.01 (details)
  177. Do not reset the delta times for snapshot triggers upon restarting the code (details)
  178. Formatted (finally) (details)
  179. Updated the doxygen configuration file (details)
  180. First few fixes from doxygen report (details)
  181. Fixed a bunch more doxygen warnings (details)
  182. Add sink debugging snapshot for the HomogeneousBox example (details)
  183. dynamical friction in the MW2014 potential (details)
  184. Swap order of evaluation of debugging check in gravity loops (details)
  185. Taskplot cleanup (details)
  186. Applied code formatting tool (details)
  187. Revaz/dev : update plotting script (details)
  188. Fix link to grackle cooling table (details)
  189. some fix and improvement of the MW2014 dynamical friction (details)
  190. Add missing accretion efficiency io field (details)
  191. Sink bug fix for h_max (details)
  192. Upgraded neighbour finding matching the COLIBRE fork (details)
  193. Fix the unit tests to use the new interaction function signature. Backport from COLIBRE fork. (details)
  194. Use  the threadpool in a few more functions (details)
  195. Allow FOF to run on a restart step by first reallocating the scheduler memory. (details)
  196. tiny improvements (details)
  197. GEAR: Fix improper handling of IMF transition in star_population_continuous_IMF (details)
  198. Applied code formatting script (details)
  199. GEAR sink: Small fixes (details)
  200. Add direct lustre api calls (details)
  201. Spelling corrections (details)
  202. Minor rt fixes (details)
  203. Catching the zoom branch up with master (details)
  204. Improve ./configure script to fix macOS function detection issues (details)
  205. Applied formatting script (details)
  206. Small addition to SB example VR config file, without which VR does not run on... (details)
  207. Add new examples from REMIX paper and remove duplicate Planetary hydro tests (details)
  208. REMIX hydro scheme (details)
  209. Fix GEAR sink number of outputs (details)
  210. Gear feedback updates (details)
  211. Add new planetary equations of state and EoS functions (details)
  212. Remove the deleted testEOS.sh from list of necessary files (details)
  213. Clarify FoF select-output docs (details)
  214. Synch spin jet code with downstream (details)
  215. Move SWIFT's intrinsics.h to swift_intrinsics.h to avoid clash with Cray's own intrinsics.h (details)
  216. Small fixes to let high res SB cluster example run out of the box (details)
  217. Formatting (details)
  218. Fixes and improvements to h_max_active (details)
  219. GEAR documentation improvement (details)
  220. Fixing downloads from swift_webstorage (details)
  221. Fixing restarting in a zoom run (details)
  222. Applied python formatting script (details)
  223. Fix typo in stats gathering in the tools.c reported by Mladen (details)
  224. Only subtasks (details)
  225. Applied code formatting tool (details)
  226. Fixing 125 text conflict issue (details)
  227. Memory-lean implementation of FOF (details)
  228. REMIX docs (details)
  229. Slimming down of foreign gpart + reduced comm size (details)
  230. Applied formatting script (details)
  231. Fix missing version number changes (details)
  232. Add missing files to the IsolatedGalaxy_starformation example (details)
  233. Zoom: fixing interactions and buffer cells (details)
  234. added vim and linter dotfiles to gitignore (details)
  235. fix invalid escape sequence warnings in python files for documentation (details)
  236. fix typo in the freeing of arrays in write_output_serial reported by @dc-proc1 in \!2151 (details)
  237. Fix math typo in space_remap_ids() reported by @dc-proc1 in \!2151 (details)
  238. add missing hardcoded task types in swift_hardcoded_data.py (details)
  239. Jet comparison project - Equation of state (details)
  240. Update empty docs (details)
  241. Ensuring void task splitting is always symmetric + eighty-sixing buffer cells (details)
  242. Fixing find replace typo in task_below_diff_grav_dpeth (details)
  243. Removing buffer cells from cell_getID test (details)
  244. Fix rounding error bug in calculation of number of top-level cells (details)
  245. Calculate radii for FOF groups (details)
  246. Tidy backronym (details)
  247. fix sink timers (details)
  248. Zoom: Applying fixes for running with EAGLE/hydro (details)
  249. Zoom: Fixing empty top level zoom cell bug (details)
  250. Zoom: Updating zoom test to account for NULL void progeny (details)
  251. Accounting for differing softening lengths in exact gravity calculation and particle selection (details)
  252. Removed the defunct 'anarchy-du' option alias for SPHENIX SPH (details)
  253. Zoom: implementing some I/O helpers for zoom outputs (details)
  254. Applied code formatting tool (details)
  255. Fix theory py scripts (details)
  256. Fix plotting script in the small cosmo volume example (details)
  257. Zoom: Recentering during regridding (details)
  258. GEAR: Make Gizmo MFV and MFM compatible with sinks and SF (details)
  259. Modularize Stellar Feedback in GEAR for Pre-Supernova Prescriptions (details)
  260. Prepare task MPI Interface for Sink Particles (details)
  261. Fix swift with csds compilation (details)
  262. Modularise GEAR feedback modules to reduce code duplication with mechanical feedback (details)
  263. Appied python formatting code (details)
  264. Fix GEAR stars compilation with feedback=none (details)
  265. Fixes to hydrostatic halo parameter file to run with latest code (details)
  266. Add extra fof properties (details)
  267. Fix code formatting (details)
  268. Upgraded the clang formatting tool to version 20.0 (details)
  269. Work around feature in clang-format/20.1.0 (details)
  270. Correction in GEAR Feddback (details)
  271. CSDS documentation improvements (details)
  272. Add check for stand alone FOF (details)
  273. Applied code formatting tool (details)
  274. Update the version number after the October 2025 updates (details)
  275. Being explicit about pointer placement in formatting (details)
  276. Applying right pointer justification (details)
  277. Zoom: Fixing region init args in test suite (details)
  278. Ran the formatter (details)
  279. Fix incorrect includes. (details)
  280. Make sure the configuration header is included in the main zoom header (details)
  281. Zoom: Removing unnecessary pair tasks (details)
  282. Handling some zoom cell geometry edge cases (details)
Commit 7b01a76bfafe3ef4d94cab8fa33fec9302f21b22 by Matthieu Schaller
Update the X-ray tables to their newest version
The file was modifiedsrc/extra_io/EAGLE/extra.h (diff)
Commit 76c80ba1ab833e29f3dc4d91db9fa5562824648f by Willem Elbers
Fix a bug when running with multiple non-degenerate neutrino species
The file was modifiedsrc/neutrino/Default/neutrino.h (diff)
Commit a373892ad06753769a2c3abcc1d3b52ede35ed0c by Matthieu Schaller
Resolve "--enable-timers causes compilation error on master"
The file was modifiedsrc/timers.c (diff)
The file was modifiedsrc/timers.h (diff)
The file was modifiedsrc/runner_neutrino.c (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/params.rst (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M135/idealised_cluster_M135.yml (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M14/idealised_cluster_M14.yml (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes.h (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M13/idealised_cluster_M13.yml (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M15/idealised_cluster_M15.yml (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
Commit b2e6cf6482690ac075ef3899d4c1398c7bc2392c by Matthieu Schaller
Convert printf to errors in the X-ray extra i/o
The file was modifiedsrc/extra_io/EAGLE/extra.h (diff)
The file was modifiedAUTHORS (diff)
Commit 3efb9f0998651d2e1c136d23c5e843f07893fd74 by Matthieu Schaller
GEARRT cosmological thermochemistry
The file was modifiedsrc/hydro/Gizmo/hydro_io.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_properties.h (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/makeIC.py (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/plotSolution.py (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/getReference.sh (diff)
The file was modifiedsrc/rt/GEAR/rt_grackle_utils.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/rt/GEAR/rt_getters.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry.h (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/README (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/run.sh (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/README (diff)
The file was modifiedsrc/rt/none/rt_properties.h (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/rt_cooling_test.yml (diff)
The file was modifiedsrc/rt/GEAR/rt_properties.h (diff)
The file was modifiedsrc/rt/debug/rt_properties.h (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/run.sh (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/makeIC.py (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/plotSolution.py (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/rt_heating_test.yml (diff)
Commit b8342eb549405d2f4f093ac76a2f5cd23afb0d05 by Matthieu Schaller
GEAR-RT redshifting photons
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/makeIC.py (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedsrc/rt/debug/rt.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/rt_uniform3D_medium_redshift.yml (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/README (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/rt_uniform3D_low_redshift.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/rt_uniform3D_high_redshift.yml (diff)
The file was modifiedsrc/rt/none/rt.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt.h (diff)
Commit 32c56c057a7d50073dea8a665839990916ae0752 by Matthieu Schaller
Fix to get swiftsimio to read the SFR logger with the EAGLE model switched on
The file was modifiedsrc/star_formation/EAGLE/star_formation_logger.h (diff)
Commit 73ca24b878447d8a42fe8010a6ad96957f6d2fa3 by Matthieu Schaller
Fix compilation of the power spectrum code in the absence of FFTW
The file was modifiedsrc/power_spectrum.c (diff)
Commit 2b0b35b3ca26ca00c2ef8c56c6b3a243bbbec846 by Matthieu Schaller
Fix computation of the potential energy in the isothermal potential case
The file was modifiedsrc/potential/isothermal/potential.h (diff)
Commit 04a0a3f6da30f60e63cd9c50918014117f74bc88 by Matthieu Schaller
Fix io for a jet-related tracer
The file was modifiedsrc/tracers/EAGLE/tracers_io.h (diff)
Commit f121751ec5d1a80ed4e2a9f06761fff0fcd490dc by Matthieu Schaller
Fix jet tracer variable type
The file was modifiedsrc/tracers/EAGLE/tracers_io.h (diff)
Commit 86c528991edf72a01e9bc0f6c97ba2efd890c746 by Matthieu Schaller
Fix MPI type mistakes reported by oneAPI
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/neutrino/Default/neutrino.c (diff)
The file was modifiedsrc/fof_catalogue_io.h (diff)
The file was modifiedsrc/space_unique_id.c (diff)
The file was modifiedswift_fof.c (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/distributed_io.c (diff)
Commit 1591c71b6f52fd11be7d28c2d98adb75855ac53f by Darwin Roduit
Add missing -fopenmp for csds writer compilation in Swift
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/csds.c (diff)
Commit 4b5279f0037ea28318df535b6288103ac8ff0314 by Darwin Roduit
Changed -fopenmp --> $OPENMP_CFLAGS in configure.ac
The file was modifiedconfigure.ac (diff)
Commit fd9550aee177a448ea07c79d4e343220d6e97e28 by Matthieu Schaller
Update reference to paper in the RTD
The file was modifieddoc/RTD/source/CitingSWIFT/index.rst (diff)
The file was modifiedsrc/feedback/GEAR/supernovae_ia.c (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution_struct.h (diff)
The file was modifiedsrc/sink/GEAR/sink_struct.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback_struct.h (diff)
The file was modifiedAUTHORS (diff)
The file was modifiedsrc/runner_doiact_grav.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was addedexamples/SinkParticles/PlummerSphere/getChemistryTable.sh (diff)
The file was addedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/introduction.rst (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedsrc/space_init.c (diff)
The file was modifiedsrc/multipole.h (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_overlapping.png (diff)
The file was modifiedsrc/sink/Default/sink_iact.h (diff)
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/index.rst (diff)
The file was modifiedsrc/feedback/AGORA/feedback_struct.h (diff)
The file was modifiedsrc/sink/Default/sink_properties.h (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/index.rst (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/runner_sort.c (diff)
The file was addedexamples/SinkParticles/PlummerSphere/README (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_struct.h (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_accretion_radius.png (diff)
The file was modifiedsrc/task.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was addedexamples/SinkParticles/PlummerSphere/getGrackleCoolingTable.sh (diff)
The file was modifiedtests/testSymmetry.c (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.h (diff)
The file was addedexamples/SinkParticles/PlummerSphere/run.sh (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/gravity_cache.h (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/runner_doiact_sinks.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_imf.png (diff)
The file was modifiedsrc/cell_convert_part.c (diff)
Commit 5314ccdeae99f07bbd4b44e58f5bc4ed7078039f by Matthieu Schaller
Add the necessary sink-related initialisations in the unit tests
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedtests/test27cells.c (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/theory.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/plots.py (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/numerics.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/params.rst (diff)
Commit 7c5cd869c78ae647bb6a8bac567633565540fbfa by Matthieu Schaller
possible fix to the FOF in hydro runs
The file was modifiedsrc/fof.h (diff)
The file was modifiedsrc/engine_fof.c (diff)
The file was modifiedsrc/fof.c (diff)
Commit eabc93e0c42490d5a5ed8a82b5f3c99c15e293fc by Matthieu Schaller
Added missing include in the general swift.h
The file was modifiedsrc/swift.h (diff)
Commit e9949af7f7b39368fa67995fb86e091c1846e816 by Matthieu Schaller
Cleaner separation between sink.h and sink_iact.h
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/runner_doiact_hydro.c (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/sink.h (diff)
The file was addedsrc/sink_iact.h (diff)
Commit 454c29549c400a0e41cfea64864cc3cc0b992acb by Matthieu Schaller
Grackle cooling primordial abundances
The file was modifiedexamples/Cooling/getGrackleCoolingTable.sh (diff)
The file was modifiedsrc/cooling/grackle/cooling_io.h (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/local.mplstyle (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/getICs.sh (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/plotAbundances.py (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/run.sh (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/output_list.txt (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/getPrimordialAbundances.py (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/CoolingWithPrimordialElements.yml (diff)
The file was modifiedsrc/cooling/grackle/cooling_properties.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/faure2024.dat (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/README (diff)
Commit 42be0b03b787c2343f8a6ec21cf470d3af74fa3d by Matthieu Schaller
Add missing include now that the sink_iact.h has been split off from sink.h
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
Commit 2d130a8e8ab97f19126a49a5962962c8834ef61d by Matthieu Schaller
Applied formatting scripts
The file was modifiedexamples/Cooling/CoolingWithPrimordialElements/plotAbundances.py (diff)
Commit aca2594e4601d9690c621986b692157df70c53e1 by Matthieu Schaller
Add information to the output list about size of the arrays
The file was modifiedsrc/common_io_fields.c (diff)
Commit 63214513b8cc921c350f055a146efa5554c04e99 by Matthieu Schaller
Fix warning reported by GCC-14
The file was modifiedsrc/space_cell_index.c (diff)
Commit 1521d4f4f3b02000b6276cf417a5d26c206c3eda by Matthieu Schaller
Fix Grackle cooling MULTI_COOL error with metal
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/rt_cooling_test.yml (diff)
The file was modifiedexamples/Cooling/CoolingHeatingBox/coolingBox.yml (diff)
The file was modifiedexamples/Cooling/CoolingBox/coolingBox.yml (diff)
The file was modifiedexamples/Cooling/FeedbackEvent_3D/feedback.yml (diff)
The file was modifiedexamples/GEAR/ZoomIn/zoom_in.yml (diff)
The file was modifiedsrc/cooling/grackle/cooling_io.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/cooling/grackle/cooling_properties.h (diff)
The file was modifiedexamples/Cooling/CoolingWithPrimordialElements/CoolingWithPrimordialElements.yml (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was modifiedexamples/AGORA/AgoraDisk/agora_disk.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoCoolingTest/rt_cooling_test.yml (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifiedexamples/GEAR/AgoraCosmo/agora_cosmo.yml (diff)
The file was modifiedexamples/GEAR/AgoraDisk/agora_disk.yml (diff)
Commit 02eb013f58f12423755e41af4500676e45e9b63f by Matthieu Schaller
Rename space_getsid to space_getsid_and_swap_cells() to try to prevent mistakes where wrong cell pointers collected before the call are reused after the swapping has happened. The new name may alleviate part of this
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedsrc/space_getsid.h (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/runner_doiact_functions_limiter.h (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/runner_doiact_nosort.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/runner_doiact_functions_black_holes.h (diff)
Commit ebead9576314bbc43fb581fd3547e60b24a9ad5e by Matthieu Schaller
Add free parameter (normalisation) to variable accretion efficiency scaling
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_spin.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/params.rst (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_properties.h (diff)
Commit e97e0e4d267fb9162fd955071a3eec1672ff55a5 by Matthieu Schaller
Fix to the recording triggers. Coming from COLIBRE downstream fork.
The file was modifiedsrc/engine_io.c (diff)
Commit 6e4e7d29c1a48bede68500bffe8d669a327b6a17 by Matthieu Schaller
Add more info to the output field file. Comping from downstream fork.
The file was modifiedsrc/common_io_fields.c (diff)
Commit 5eeb73d8676b46a73043c1333c4675c103ab71a1 by Matthieu Schaller
Call particle_splitting_update_binary_tree with the correct argument order
The file was modifiedsrc/engine_split_particles.c (diff)
Commit 6259a4c21631b42e69f2a8e572cb1a9e6ca6fd9d by Matthieu Schaller
Another master->zoom_merge update
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/run.sh (diff)
The file was modifiedsrc/csds.c (diff)
The file was modifiedexamples/GEAR/ZoomIn/zoom_in.yml (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/plots.py (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was modifiedexamples/Cooling/getGrackleCoolingTable.sh (diff)
The file was modifiedAUTHORS (diff)
The file was modifiedsrc/potential/isothermal/potential.h (diff)
The file was modifiedsrc/rt/none/rt.h (diff)
The file was modifiedsrc/runner_doiact_hydro.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedtests/test125cells.c (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifiedsrc/multipole.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt.h (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/getReference.sh (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/index.rst (diff)
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/README (diff)
The file was modifiedsrc/common_io_fields.c (diff)
The file was modifiedconfigure.ac (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_imf.png (diff)
The file was modifiedsrc/space_init.c (diff)
The file was modifiedsrc/cooling/grackle/cooling_properties.h (diff)
The file was modifiedexamples/AGORA/AgoraDisk/agora_disk.yml (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_accretion_radius.png (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/CoolingWithPrimordialElements.yml (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/makeIC.py (diff)
The file was addedexamples/SinkParticles/PlummerSphere/run.sh (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/plotAbundances.py (diff)
The file was modifiedsrc/rt/debug/rt.h (diff)
The file was modifiedsrc/sink.h (diff)
The file was modifiedsrc/extra_io/EAGLE/extra.h (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/README (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/rt/GEAR/rt_grackle_utils.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_spin.h (diff)
The file was modifieddoc/RTD/source/CitingSWIFT/index.rst (diff)
The file was modifiedsrc/space_cell_index.c (diff)
The file was modifiedsrc/sink/GEAR/sink_struct.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback_struct.h (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/makeIC.py (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/runner_doiact_nosort.h (diff)
The file was modifiedsrc/gravity_cache.h (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedtests/testSymmetry.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution_struct.h (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/plotSolution.py (diff)
The file was modifiedsrc/engine.c (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/faure2024.dat (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/plotSolution.py (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_properties.h (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifiedsrc/feedback/GEAR/supernovae_ia.c (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/theory.rst (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/run.sh (diff)
The file was modifiedsrc/runner_doiact_functions_black_holes.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation_logger.h (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/getICs.sh (diff)
The file was modifiedsrc/engine_fof.c (diff)
The file was modifiedsrc/swift.h (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M15/idealised_cluster_M15.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/plotSolution.py (diff)
The file was modifiedsrc/tracers/EAGLE/tracers_io.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/params.rst (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/rt_uniform3D_high_redshift.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/rt_uniform3D_medium_redshift.yml (diff)
The file was modifiedswift_fof.c (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_properties.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_io.h (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedexamples/GEAR/AgoraDisk/agora_disk.yml (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M13/idealised_cluster_M13.yml (diff)
The file was modifiedsrc/cooling/grackle/cooling_io.h (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M135/idealised_cluster_M135.yml (diff)
The file was modifiedsrc/sink/Default/sink_iact.h (diff)
The file was modifiedsrc/sink/Default/sink_properties.h (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M14/idealised_cluster_M14.yml (diff)
The file was modifiedsrc/engine_io.c (diff)
The file was modifiedsrc/space_getsid.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/rt_cooling_test.yml (diff)
The file was modifiedsrc/space_unique_id.c (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/rt_uniform3D_low_redshift.yml (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/numerics.rst (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/README (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes.h (diff)
The file was modifiedsrc/cell_convert_part.c (diff)
The file was modifiedsrc/neutrino/Default/neutrino.h (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/output_list.txt (diff)
The file was modifiedsrc/feedback/AGORA/feedback_struct.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was addedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was addedexamples/SinkParticles/PlummerSphere/getChemistryTable.sh (diff)
The file was modifiedsrc/rt/GEAR/rt_getters.h (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/getPrimordialAbundances.py (diff)
The file was modifiedsrc/fof.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedexamples/GEAR/AgoraCosmo/agora_cosmo.yml (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifiedtests/test27cells.c (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_overlapping.png (diff)
The file was addedexamples/SinkParticles/PlummerSphere/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/makeIC.py (diff)
The file was modifiedexamples/Cooling/CoolingBox/coolingBox.yml (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry.h (diff)
The file was addedexamples/SinkParticles/PlummerSphere/README (diff)
The file was modifiedsrc/rt/GEAR/rt_properties.h (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was addedexamples/RadiativeTransferTests/CosmoCoolingTest/rt_cooling_test.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoUniformBox_3D/README (diff)
The file was modifiedexamples/Cooling/FeedbackEvent_3D/feedback.yml (diff)
The file was modifiedsrc/rt/none/rt_properties.h (diff)
The file was modifiedsrc/runner_doiact_sinks.h (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/introduction.rst (diff)
The file was modifiedsrc/fof_catalogue_io.h (diff)
The file was addedsrc/sink_iact.h (diff)
The file was modifiedsrc/task.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/index.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifiedsrc/runner_doiact_grav.c (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_struct.h (diff)
The file was addedexamples/RadiativeTransferTests/CosmoHeatingTest/rt_heating_test.yml (diff)
The file was modifiedsrc/engine_split_particles.c (diff)
The file was modifiedsrc/runner_doiact_functions_limiter.h (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedexamples/Cooling/CoolingHeatingBox/coolingBox.yml (diff)
The file was modifiedsrc/neutrino/Default/neutrino.c (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/rt/debug/rt_properties.h (diff)
The file was addedexamples/Cooling/CoolingWithPrimordialElements/local.mplstyle (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/runner_sort.c (diff)
Commit 3f64b81b5c8c2cd9154f23c71e7848aa79847b5d by Matthieu Schaller
Sink homogeneous box example
The file was addedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/README (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/getGrackleCoolingTable.sh (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/plot_gas_density.py (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/makeIC.py (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/rhoTPlot.py (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/getChemistryTable.sh (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/run.sh (diff)
The file was modifiedsrc/common_io_fields.c (diff)
The file was modifiedsrc/space_getsid.h (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/common_io_fields.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/space_getsid.h (diff)
Commit c41cab3e7c73557ad2710c7c987e8c9e2f64d427 by Matthieu Schaller
Add a DMantissa21 filter and update the documentation to warn about the...
The file was modifiedsrc/io_compression.h (diff)
The file was modifieddoc/RTD/source/ParameterFiles/lossy_filters.rst (diff)
The file was modifiedsrc/io_compression.c (diff)
Commit 17c85829ee95ed11cb9ececd88f5681456bc50d8 by Matthieu Schaller
Separating zoom and background `space_subdepth_diff_grav` treatments
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedexamples/ZoomRegion/zoom_example.yml (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/zoom_region/zoom.h (diff)
The file was modifiedsrc/space.c (diff)
Commit 64d2cb25523b6de5ee346a3df3eecf4351da722c by Matthieu Schaller
Fix incorrect base type in DMantissa21 filter
The file was modifiedsrc/io_compression.c (diff)
Commit 9e4b5f100f03d5129f6d898ea70184aaf40eb31c by Matthieu Schaller
Downstream fix to the LOS code which could overflow the parser parameter list size in the middle of a run. A check is now in place at the start
The file was modifiedsrc/line_of_sight.h (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/parser.h (diff)
The file was modifiedsrc/line_of_sight.c (diff)
Commit ef013374db802a58dfdb5226a74b9f2da3a26557 by Matthieu Schaller
Add missing BH output fields to spin-jet code
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
Commit 27dc442dc7e62159f287177568d4bb46051af243 by Matthieu Schaller
Fixing some zoom issues/bugs
The file was modifiedsrc/runner_doiact_long_range_grav.c (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/cell.h (diff)
Commit b45c971aea49c66062bdeddc1bdfc97c65c04c06 by Matthieu Schaller
Splitting mesh threadpools to improve performance
The file was modifiedsrc/mesh_gravity.c (diff)
Commit cfd1aa3831432cc3c68374032dca0cb230e27bdd by Matthieu Schaller
Sink Homogeneous box IC : Give the correct velocity array size
The file was modifiedexamples/SinkParticles/HomogeneousBox/makeIC.py (diff)
The file was modifiedsrc/line_of_sight.c (diff)
Commit 2300434c415bf90544f936a76211a337eb912067 by Matthieu Schaller
ignore the feedback of stars with a negative birth_scale_factor or birth_time
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifiedsrc/feedback/AGORA/feedback.c (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was modifiedsrc/stars/GEAR/stars.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGORA/index.rst (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/stars/GEAR/stars_part.h (diff)
Commit 0f711c2b7c706702b16ac5e27b095ea08686c6a8 by Matthieu Schaller
Resolve "GEAR stars : update stars_compute_timestep"
The file was modifiedsrc/stars/GEAR/stars.h (diff)
The file was modifiedsrc/stars/GEAR/stars_part.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getPS2020CoolingTables.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/getChemistryTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/params.yml (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/getGrackleCoolingTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/README (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/params.yml (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/run.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/README (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/run.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/run.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/getGrackleCoolingTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getEagleCoolingTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getEaglePhotometryTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getYieldTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/README (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/README (diff)
Commit 5713a290c9f019a9995c3fba1aa07b7dd321aea0 by Matthieu Schaller
Augment the i/o meta-data to inform whether fields are stored in physical and if so, whether they can be converted back to comoving
The file was modifiedsrc/hydro/Planetary/hydro_io.h (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_io.h (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/common_io.h (diff)
The file was modifiedsrc/single_io.c (diff)
The file was modifiedsrc/extra_io/EAGLE/extra_io.h (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity_io.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_io.h (diff)
The file was modifiedsrc/cooling/const_lambda/cooling_io.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_io.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_io.h (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/black_holes/Default/black_holes_io.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_io.h (diff)
The file was modifiedsrc/rt/GEAR/rt_io.h (diff)
The file was modifiedsrc/stars/EAGLE/stars_io.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_io.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_io.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_io.h (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/tracers/EAGLE/tracers_io.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_io.h (diff)
The file was modifiedsrc/cooling/PS2020/cooling_io.h (diff)
The file was modifieddoc/RTD/source/Snapshots/index.rst (diff)
The file was modifiedsrc/lightcone/lightcone_map.c (diff)
The file was modifiedsrc/line_of_sight.c (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_io.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_io.h (diff)
The file was modifiedsrc/stars/Basic/stars_io.h (diff)
The file was modifiedsrc/common_io.c (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedsrc/velociraptor_interface.c (diff)
The file was modifiedsrc/common_io_copy.c (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_io.h (diff)
The file was modifiedsrc/io_properties.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedsrc/gravity/Default/gravity_io.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_io.h (diff)
The file was modifiedsrc/sink/Default/sink_io.h (diff)
Commit 2a79892cb764da84d1194d1c65bb2015dac19df7 by Matthieu Schaller
Update planetary examples and initial conditions hdf5 field names
The file was addedexamples/Planetary/DemoImpactInitCond/README.md (diff)
The file was removedexamples/Planetary/EarthImpact/make_movie_logger.py (diff)
The file was modified.gitignore (diff)
The file was modifiedexamples/Planetary/KelvinHelmholtz_2D/makeIC.py (diff)
The file was modifieddoc/RTD/source/Planetary/equations_of_state.rst (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/plot_profiles.py (diff)
The file was modifiedexamples/Planetary/SodShock_3D/makeIC.py (diff)
The file was addedexamples/Planetary/DemoImpact/README.md (diff)
The file was modifiedexamples/Planetary/EarthImpact/README.md (diff)
The file was removedexamples/Planetary/EarthImpact/configuration.yml (diff)
The file was removedexamples/Planetary/EarthImpact/system.yml (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_impactor_n50.yml (diff)
The file was modifiedsrc/hydro/Planetary/hydro_io.h (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/run.sh (diff)
The file was addedexamples/Planetary/DemoImpact/demo_impact_n50.yml (diff)
The file was removedexamples/Planetary/EarthImpact/earth_impact.yml (diff)
The file was removedexamples/Planetary/EarthImpact/plot_solution.py (diff)
The file was modifiedexamples/Planetary/SquareTest_2D/makeIC.py (diff)
The file was addedexamples/Planetary/DemoImpact/getICs.sh (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_target_n70.yml (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/plot_snapshots.py (diff)
The file was addedexamples/Planetary/DemoImpact/run.sh (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_target_n50.yml (diff)
The file was modifiedexamples/Planetary/SquareTest_2D/makeICDifferentMasses.py (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/make_impact_init_cond.py (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_target_n60.yml (diff)
The file was modifieddoc/RTD/source/Planetary/index.rst (diff)
The file was modifiedexamples/Planetary/GreshoVortex_3D/makeIC.py (diff)
The file was modifieddoc/RTD/source/Snapshots/index.rst (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_impactor_n60.yml (diff)
The file was removedexamples/Planetary/EarthImpact/run.sh (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_impactor_n70.yml (diff)
The file was addedexamples/Planetary/DemoImpact/plot_snapshots.py (diff)
The file was modifiedexamples/Planetary/EvrardCollapse_3D/makeIC.py (diff)
The file was modifiedsrc/equation_of_state/planetary/equation_of_state.h (diff)
The file was removedexamples/Planetary/EarthImpact/get_init_cond.sh (diff)
The file was removedexamples/Planetary/EarthImpact/make_anim.sh (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/make_init_cond.py (diff)
Commit 0ce4185f6185b1bbe2c5c0a23a801dd7ab561a63 by Matthieu Schaller
GEAR stars : fix negative initial metallicity
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry.h (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
Commit 9b54bc45159da31207b7d0fed8b3b604a825414d by Matthieu Schaller
Change the clang formatting version number from 13 to 18.
The file was modifiedREADME.md (diff)
The file was modifiedsrc/hydro/Planetary/hydro_io.h (diff)
The file was modifiedsrc/io_properties.h (diff)
The file was modifiedsrc/runner_black_holes.c (diff)
The file was modifiedsrc/hydro/Shadowswift/voronoi3d_algorithm.h (diff)
The file was modifiedsrc/runner_doiact_functions_black_holes.h (diff)
The file was modifiedsrc/mpiuse.c (diff)
The file was modifiedsrc/common_io_copy.c (diff)
The file was modifiedsrc/lightcone/lightcone_crossing.h (diff)
The file was modifiedsrc/memuse.c (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/scheduler.h (diff)
The file was modifiedsrc/partition.c (diff)
The file was modifiedsrc/lightcone/lightcone_shell.c (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedsrc/runner_doiact_functions_limiter.h (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/lock.h (diff)
The file was modifiedsrc/lightcone/lightcone_replications.c (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedsrc/adiabatic_index.h (diff)
The file was modifiedsrc/rt/none/rt.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/lightcone/lightcone.c (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedsrc/runner_doiact_nosort.h (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt.h (diff)
The file was modifiedsrc/runner_doiact_grav.c (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was modifiedsrc/rt/debug/rt.h (diff)
The file was modifiedINSTALL.swift (diff)
The file was modifiedformat.sh (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/const.h (diff)
Commit 8300f71b0765195bc939d695a7a58915c6df7cf9 by Matthieu Schaller
Add missing commas to GEAR SF IO
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
Commit ea22d3262290aa6a95f9cd0f9351a4e7c6860a6a by Matthieu Schaller
Applied updated formatting script
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
Commit d0b9dea4e4a41e712e7eb1b31d1bedcaae0f7a9f by Matthieu Schaller
Switch the arguments of the calloc calls in engine_resitribute.c to make GCC 14.1 happier. This has no consequences
The file was modifiedsrc/engine_redistribute.c (diff)
Commit 85d24929d113b2125e03bb4738858cc573d04acd by Matthieu Schaller
Fix another instance of calloc call with flipped arguments according to GCC 14.1
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedargparse/argparse.h (diff)
The file was modifiedsrc/neutrino/Default/neutrino_response.c (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/csds_io.h (diff)
The file was modifiedsrc/vector.h (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/output.rst (diff)
The file was modifiedsrc/io_properties.h (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/index.rst (diff)
Commit fb7f725d65fe23a3c0cd34599322db138e4b3bcb by Matthieu Schaller
Fixes for GCC 14 toolchain on COSMA
The file was modifiedtests/difffloat.py (diff)
The file was modifiedsrc/common_io.c (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/partition.c (diff)
Commit e640f249ac5f830ffe1f5873b9a61c302dc47099 by Matthieu Schaller
Sink : chemistry interface improvements
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry.h (diff)
The file was modifiedsrc/common_io.c (diff)
The file was modifiedsrc/chemistry/QLA/chemistry.h (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry_io.h (diff)
The file was modifiedsrc/chemistry/none/chemistry_io.h (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_io.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry_io.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_io.h (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry.h (diff)
The file was modifiedsrc/chemistry/QLA/chemistry_io.h (diff)
The file was modifiedsrc/chemistry/none/chemistry.h (diff)
Commit 913965cc3f984602c5467909777eb4a27d6b6368 by Matthieu Schaller
Temporarily disable the voronoi 2D unit test
The file was modifiedtests/Makefile.am (diff)
Commit 3d13c29ee73b87c183da541a628ca8d043d9d0d1 by Peter W. Draper
Formatting for llvm/18.1.8 on COSMA
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/partition.c (diff)
Commit 081fa376571b84bab43656e189834484c056d997 by Matthieu Schaller
Sink : Update functions documentation
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
Commit 7a0a9b59d2d976668a5f1a973d20188415b4ce15 by Matthieu Schaller
Fix unitialised structure member in unit test
The file was modifiedtests/testOutputList.c (diff)
Commit d2176cc10039d168d9f00c58dc4ee42d97dc2a49 by Matthieu Schaller
Sink : hide GEAR details into its module
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/runner_others.c (diff)
Commit e385c5c3ae8c6be05cba173c563c20fe27f2499f by Matthieu Schaller
Impose a minimum hdf5 API version of 1.8 to handle all our compression schemes
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedINSTALL.swift (diff)
The file was modifieddoc/RTD/source/GettingStarted/compiling_code.rst (diff)
The file was modifieddoc/onboardingGuide/source/dependencies.rst (diff)
The file was modifiedsrc/common_io.h (diff)
The file was modifiedsrc/lightcone/lightcone.c (diff)
The file was modifiedsrc/line_of_sight.c (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/single_io.c (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/serial_io.c (diff)
Commit 534fb6ef836e966f99d597d70b68e2d7d8a9c246 by Matthieu Schaller
Fixes for Intel 2024 toolchain
The file was modifiedtests/testCbrt.c (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedsrc/task.c (diff)
Commit eeda0936d258256ebbdbe0da5856c246855c66ea by Peter W. Draper
Need extra bin in histogram (sanitizer report)
The file was modifiedtests/testNeutrinoFermiDirac.c (diff)
Commit 1fad2f5c2ef87e6376a6eb0350b7aa1fe2a6422f by Peter W. Draper
Fix leaks reported by the sanitizer (stops non-zero exit when checking)
The file was modifiedtests/testActivePair.c (diff)
Commit a0a82398f8f75787ebe6915bb10c7e85d08093f8 by Peter W. Draper
Don't clean cache when not used
The file was modifiedtests/testActivePair.c (diff)
Commit 2cd9f4b08fdc6e91b86f9c81a2cd16b8e0633c05 by Peter W. Draper
Skip when not in a git repo

Previously this must have failed silently as the current clang-format doesn't like -i and no files in a terminal, was probably OK in a non-interactive environment
The file was modifiedformat.sh (diff)
Commit e625ac94536295cb65119873850c5435a113436b by Peter W. Draper
Allow rounding in the conversion to double and back

Only an issue with GCC 14.1 so far
The file was modifiedtests/testOutputList.c (diff)
Commit ff5951a5e6a89286c09e5553af64f72adbd7d3c4 by Matthieu Schaller
New example of isolated dSph models
The file was addedexamples/IsolateddSph/IsolateddSph_core/README (diff)
The file was addedexamples/IsolateddSph/README (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_core/run.sh (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_cups/README (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_cups/run.sh (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_cups/params.yml (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_core/params.yml (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution_struct.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback_struct.h (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/feedback/AGORA/feedback_struct.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.h (diff)
Commit a00eec2353c994052d9ec7a9b5d1dffa6c01ac9a by Matthieu Schaller
Add CSDS to SmallCosmoVolume_DM example
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/vrconfig_3dfof_subhalos_SO_hydro.cfg (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/README (diff)
The file was addedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/run_csds.sh (diff)
The file was addedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/csds_analysis.py (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/small_cosmo_volume_dm.yml (diff)
Commit 937dc1dc6f5fc31969d51771610e630d5d6c62e5 by Matthieu Schaller
GEAR stellar evolution : Add SNIa to stars representing the continuous IMF part
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.h (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution_struct.h (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
Commit 1509ec15511b243a67f5988a519e7ab5d2e636d6 by Matthieu Schaller
Fix star resort logic for concurrent SF from gas and sinks
The file was modifiedsrc/engine_maketasks.c (diff)
Commit 533509ad1aa7ad22c2ec424762e12ccd07a426a6 by Rob McGibbon
Update thermal AGN feedback field descriptions in the spin-jet model
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
Commit 686deda5b31048f1924e2ae71c67e2265b602541 by Matthieu Schaller
Disable FPE trapping when using unsafe maths.
The file was modifiedconfigure.ac (diff)
Commit 171e2513f944422ba278e395dfd7b09f131848a3 by Matthieu Schaller
GEAR sink: update newborn stars positions and velocities
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
Commit 0ef76d708ab00907e543deb48e2c5ec28e765afe by Matthieu Schaller
Fix when passing a particle ID to initialise split information struct
The file was modifiedsrc/particle_splitting.h (diff)
Commit c1875064b3ebc95bc6a97edbfc26d480db65218e by Matthieu Schaller
Update zoom_merge with master updates (after wrangling immense conflicts)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/getChemistryTable.sh (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_io.h (diff)
The file was modifiedsrc/lightcone/lightcone_crossing.h (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_cups/README (diff)
The file was modifiedsrc/hydro/Phantom/hydro_io.h (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/feedback/AGORA/feedback.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.h (diff)
The file was removedexamples/Planetary/EarthImpact/configuration.yml (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/README (diff)
The file was removedexamples/Planetary/EarthImpact/run.sh (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/getGrackleCoolingTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getPS2020CoolingTables.sh (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_target_n50.yml (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_impactor_n70.yml (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was addedexamples/Planetary/DemoImpact/README.md (diff)
The file was modifiedsrc/csds_io.h (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry_io.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_io.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_io.h (diff)
The file was modifiedsrc/engine_redistribute.c (diff)
The file was modified.gitignore (diff)
The file was modifieddoc/onboardingGuide/source/dependencies.rst (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/getChemistryTable.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/README (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_io.h (diff)
The file was removedexamples/Planetary/EarthImpact/system.yml (diff)
The file was modifiedsrc/black_holes/Default/black_holes_io.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_io.h (diff)
The file was modifiedsrc/common_io_copy.c (diff)
The file was modifiedsrc/lightcone/lightcone_map.c (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_core/run.sh (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/rhoTPlot.py (diff)
The file was modifieddoc/RTD/source/Planetary/index.rst (diff)
The file was addedexamples/Planetary/DemoImpact/plot_snapshots.py (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedsrc/gravity/Default/gravity_io.h (diff)
The file was modifiedsrc/cooling/PS2020/cooling_io.h (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_target_n60.yml (diff)
The file was modifiedsrc/runner_doiact_functions_limiter.h (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/vrconfig_3dfof_subhalos_SO_hydro.cfg (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/README (diff)
The file was modifiedsrc/rt/GEAR/rt_io.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifiedsrc/feedback/GEAR/feedback.h (diff)
The file was addedexamples/Planetary/DemoImpact/demo_impact_n50.yml (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/getGrackleCoolingTable.sh (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was removedexamples/Planetary/EarthImpact/make_movie_logger.py (diff)
The file was modifiedsrc/lightcone/lightcone.c (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_io.h (diff)
The file was modifiedtests/testCbrt.c (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/params.yml (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/make_init_cond.py (diff)
The file was modifiedsrc/io_compression.c (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getEagleCoolingTable.sh (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/README (diff)
The file was addedexamples/Planetary/DemoImpact/getICs.sh (diff)
The file was addedexamples/Planetary/DemoImpact/run.sh (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/make_impact_init_cond.py (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getYieldTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/run.sh (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was modifiedexamples/Planetary/SquareTest_2D/makeICDifferentMasses.py (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry.h (diff)
The file was modifiedsrc/memuse.c (diff)
The file was modifiedtests/Makefile.am (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/run.sh (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was modifiedsrc/common_io.c (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/output.rst (diff)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
The file was addedexamples/IsolateddSph/README (diff)
The file was modifiedformat.sh (diff)
The file was modifiedsrc/stars/EAGLE/stars_io.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_io.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_cups/run.sh (diff)
The file was modifiedsrc/line_of_sight.c (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedexamples/Planetary/EvrardCollapse_3D/makeIC.py (diff)
The file was modifiedsrc/scheduler.h (diff)
The file was modifiedsrc/runner_doiact_functions_black_holes.h (diff)
The file was modifiedINSTALL.swift (diff)
The file was modifiedtests/testNeutrinoFermiDirac.c (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/getGrackleCoolingTable.sh (diff)
The file was modifiedsrc/rt/none/rt.h (diff)
The file was removedexamples/Planetary/EarthImpact/get_init_cond.sh (diff)
The file was modifiedsrc/runner_black_holes.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifiedsrc/rt/SPHM1RT/rt.h (diff)
The file was modifiedsrc/hydro/Shadowswift/voronoi3d_algorithm.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/tracers/EAGLE/tracers_io.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/index.rst (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_core/README (diff)
The file was modifiedexamples/Planetary/KelvinHelmholtz_2D/makeIC.py (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/extra_io/EAGLE/extra_io.h (diff)
The file was modifiedsrc/io_compression.h (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/plot_gas_density.py (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry_io.h (diff)
The file was addedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/csds_analysis.py (diff)
The file was modifieddoc/RTD/source/ParameterFiles/lossy_filters.rst (diff)
The file was modifiedsrc/chemistry/QLA/chemistry.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_io.h (diff)
The file was modifiedsrc/lightcone/lightcone_shell.c (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_io.h (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/chemistry/none/chemistry.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_io.h (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_core/params.yml (diff)
The file was modifiedargparse/argparse.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution_struct.h (diff)
The file was modifieddoc/RTD/source/GettingStarted/compiling_code.rst (diff)
The file was modifiedexamples/Planetary/SodShock_3D/makeIC.py (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/run.sh (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/plot_profiles.py (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/common_io.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_io.h (diff)
The file was addedexamples/IsolateddSph/IsolateddSph_cups/params.yml (diff)
The file was removedexamples/Planetary/EarthImpact/earth_impact.yml (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/small_cosmo_volume_dm.yml (diff)
The file was modifiedsrc/runner_doiact_nosort.h (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/lock.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback_struct.h (diff)
The file was modifiedsrc/vector.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_io.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_io.h (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedtests/difffloat.py (diff)
The file was modifiedsrc/hydro/Planetary/hydro_io.h (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getEaglePhotometryTable.sh (diff)
The file was modifiedsrc/engine.c (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/README.md (diff)
The file was modifiedconfigure.ac (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGORA/index.rst (diff)
The file was modifiedsrc/mpiuse.c (diff)
The file was modifiedsrc/sink/Default/sink_io.h (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/run.sh (diff)
The file was modifiedsrc/stars/Basic/stars_io.h (diff)
The file was removedexamples/Planetary/EarthImpact/make_anim.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/run.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/README (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/README (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_impactor_n60.yml (diff)
The file was modifiedsrc/const.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_io.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/feedback/AGORA/feedback.h (diff)
The file was modifiedexamples/Planetary/SquareTest_2D/makeIC.py (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/plot_snapshots.py (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity_io.h (diff)
The file was modifiedtests/testOutputList.c (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry.h (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/makeIC.py (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedsrc/parser.h (diff)
The file was modifiedexamples/Planetary/GreshoVortex_3D/makeIC.py (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_target_n70.yml (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback_struct.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifieddoc/RTD/source/Snapshots/index.rst (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was addedexamples/Planetary/DemoImpactInitCond/demo_impactor_n50.yml (diff)
The file was addedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/run_csds.sh (diff)
The file was modifiedsrc/lightcone/lightcone_replications.c (diff)
The file was modifiedsrc/line_of_sight.h (diff)
The file was modifiedsrc/chemistry/QLA/chemistry_io.h (diff)
The file was modifiedsrc/adiabatic_index.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifiedsrc/chemistry/none/chemistry_io.h (diff)
The file was modifiedsrc/io_properties.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry.h (diff)
The file was modifiedexamples/Planetary/EarthImpact/README.md (diff)
The file was modifiedsrc/single_io.c (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/params.yml (diff)
The file was removedexamples/Planetary/EarthImpact/plot_solution.py (diff)
The file was modifieddoc/RTD/source/Planetary/equations_of_state.rst (diff)
The file was modifiedsrc/rt/debug/rt.h (diff)
The file was modifiedsrc/stars/GEAR/stars.h (diff)
The file was modifiedsrc/neutrino/Default/neutrino_response.c (diff)
The file was modifiedsrc/stars/GEAR/stars_part.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/partition.c (diff)
The file was modifiedsrc/equation_of_state/planetary/equation_of_state.h (diff)
The file was modifiedsrc/velociraptor_interface.c (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was modifiedsrc/cooling/const_lambda/cooling_io.h (diff)
Commit 8e7d29960cd974ac208dcb2c1b8f706fb738d54f by Peter W. Draper
Fix output warnings for printf hsize_t mismatch
The file was modifiedsrc/feedback/GEAR/hdf5_functions.h (diff)
Commit bf356e813ca47a7b3e41355c987bbc40473cc99e by Matthieu Schaller
Superficial removal of rogue new lines in cosmology debug check
The file was modifiedsrc/cosmology.c (diff)
Commit aa4bdd3e84812ccf4a899b811a3743de682fb194 by mladen.ivkovic
fix new IO stuff in gearrt
The file was modifiedsrc/rt/GEAR/rt_io.h (diff)
The file was modifiedsrc/rt/GEAR/rt_io.h (diff)
Commit bbb2f42899fb197c4bbd6658a3dabdb3fb90bef0 by Matthieu Schaller
Yet another master into zoom buffer branch merge (with formatting all done!)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/particle_splitting.h (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/engine_redistribute.c (diff)
The file was modifiedsrc/rt/GEAR/rt_io.h (diff)
The file was modifiedsrc/feedback/GEAR/hdf5_functions.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/cosmology.c (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
Commit 395889b047821da0b588489d452f07772d789f55 by Matthieu Schaller
GEAR stars: Move star_type from feedback module to stars
The file was modifiedsrc/feedback/AGORA/feedback.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback_struct.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback_struct.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.h (diff)
The file was addedsrc/stars/GEAR/stars_stellar_type.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/stars.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
The file was modifiedsrc/stars/GEAR/stars_part.h (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
Commit 66032e6fa1de94aa4a404865d2e3cd8543f40333 by Matthieu Schaller
Fix the missing particle counter in zoom IO
The file was modifiedsrc/single_io.c (diff)
Commit f71e508e9b2fc887610c38e81392c7d1fe3c7b5f by Matthieu Schaller
remove numpy deprecation warning in RT plotting scripts
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/plotRadiationProjection.py (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/plotSolutionScatter.py (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/swift_rt_GEAR_io.py (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotRadiationProjection.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoAdvection_1D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotRadiationProjection.py (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoCoolingTest/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CollidingBeams_1D/plotEnergies.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CollidingBeams_1D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoAdvection_1D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/plotRadiationProjection.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CollidingBeams_2D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoAdvection_2D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/AdvectionDifferentTimeStepSizes_1D/plotSolution.py (diff)
Commit f8078ff5a24b08b2b2ac45603df651b78cceea54 by Matthieu Schaller
Modfications for making the zoom tasks at the void level
The file was modifiedsrc/zoom_region/zoom.h (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
The file was modifiedsrc/zoom_region/zoom_regrid.c (diff)
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
The file was modifiedsrc/zoom_region/zoom_maketasks.c (diff)
The file was modifiedsrc/runner_doiact_long_range_grav.c (diff)
The file was modifiedsrc/space.c (diff)
Commit e20785f191aa73c95bacd5eb6b48709bad26189d by Matthieu Schaller
Fix typo in the Gadget2 scheme introduced when the adaptive softening scheme option was added
The file was modifiedsrc/hydro/Gadget2/hydro_iact.h (diff)
Commit ad0bf79d2ef6b8604922c00e18c7ca5857fb2452 by Matthieu Schaller
Splitting void cell tasks to get MMs and self/pair tasks.
The file was modifiedsrc/scheduler.c (diff)
Commit 040928f2b135164f797922581b77b3ae7c546650 by Matthieu Schaller
GEAR : fix the SN energy when the stars must not do feedback
The file was modifiedsrc/feedback/GEAR/feedback.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
Commit 50f59db749ce598f2980cb2f59c552c710c91c4c by Matthieu Schaller
Add sink particles to IsolatedGalaxy_multi_component/GEAR
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/run_sink.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was addedexamples/SinkParticles/IsolatedGalaxy_multi_component_GEAR (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/README (diff)
Commit 29c23b80a167095bcd3e906f7a0192d46138ac42 by Matthieu Schaller
Initial high level changes from `moving_mesh`
The file was addedtheory/MovingMesh/VoronoiConstruction/current-status.tex (diff)
The file was modifiedsrc/hydro_io.h (diff)
The file was removedsrc/hydro/Shadowswift/voronoi2d_algorithm.h (diff)
The file was modifiedsrc/hydro.h (diff)
The file was modifiedtests/test27cells.c (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/figures/problem.tex (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/implementation-details.tex (diff)
The file was modifiedsrc/cell.c (diff)
The file was removedsrc/hydro/Shadowswift/voronoi_algorithm.h (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was removedsrc/hydro/Shadowswift/voronoi1d_algorithm.h (diff)
The file was removedsrc/hydro/Shadowswift/voronoi1d_cell.h (diff)
The file was modifiedtests/Makefile.am (diff)
The file was addedsrc/cell_grid.c (diff)
The file was addedsrc/shadowswift/voronoi.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_part.h (diff)
The file was addedtheory/MovingMesh/ShadowSWIFT/implementation-details.tex (diff)
The file was removedtests/testVoronoi2D.c (diff)
The file was modifieddoc/RTD/source/HydroSchemes/index.rst (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_iact.h (diff)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was addeddoc/RTD/source/HydroSchemes/shadowswift.rst (diff)
The file was modifiedsrc/engine.c (diff)
The file was removedsrc/hydro/Shadowswift/hydro_gradients.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro.h (diff)
The file was modifiedsrc/hydro_parameters.h (diff)
The file was modifiedtests/testInteractions.c (diff)
The file was removedtests/testVoronoi1D.c (diff)
The file was removedsrc/hydro/Shadowswift/voronoi_cell.h (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedsrc/proxy.h (diff)
The file was removedsrc/hydro/Shadowswift/hydro_slope_limiters.h (diff)
The file was modifiedswift.c (diff)
The file was modifiedtests/testSymmetry.c (diff)
The file was removedtests/testVoronoi3D.c (diff)
The file was modifiedsrc/part.h (diff)
The file was addedtheory/MovingMesh/header.tex (diff)
The file was modifiedsrc/space.h (diff)
The file was removedsrc/hydro/Shadowswift/hydro_slope_limiters_cell.h (diff)
The file was modifiedsrc/cell.h (diff)
The file was removedsrc/hydro/Shadowswift/voronoi2d_cell.h (diff)
The file was removedsrc/hydro/Shadowswift/hydro_slope_limiters_face.h (diff)
The file was removedsrc/hydro/Shadowswift/hydro_gradients_shadowfax.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_debug.h (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/construction-level.tex (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_parameters.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was removedsrc/hydro/Shadowswift/voronoi3d_cell.h (diff)
The file was modifiedsrc/const.h (diff)
The file was addedtheory/MovingMesh/references.bib (diff)
The file was removedsrc/hydro/Shadowswift/voronoi3d_algorithm.h (diff)
The file was modifiedsrc/debug.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_io.h (diff)
The file was modifiedconfigure.ac (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/figures/construction_level.tex (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was addedsrc/cell_grid.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
Commit eb316657f04afd56d29f5a1aca7e0972e7e02c65 by Matthieu Schaller
GEAR sink : Improve swallowing conditions
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/sink/Default/sink_iact.h (diff)
Commit c6ffcfaf5dabfc13b14b2dbbad198cdec039198f by Matthieu Schaller
Applied code formatting script
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
Commit 4e3b4d94077146c3fc672495d31353e99555d688 by Matthieu Schaller
GEARRT + SPHENIX: Radiation Transport
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_getters.h (diff)
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_iact.h (diff)
The file was modifiedsrc/rt/GEAR/rt_struct.h (diff)
The file was modifiedsrc/rt/GEAR/rt_flux.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/README (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_velocities.h (diff)
The file was addedsrc/fvpm_geometry/None/fvpm_geometry.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/rt_advection1D.yml (diff)
The file was addedsrc/fvpm_geometry.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/run.sh (diff)
The file was addedsrc/fvpm_geometry/None/fvpm_geometry_struct.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/README (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients_gizmo.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry_utils.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_velocities.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/README (diff)
The file was modifiedsrc/rt/GEAR/rt_unphysical.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_part.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_part.h (diff)
The file was addedsrc/fvpm_geometry/Gizmo/fvpm_geometry.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/rt/GEAR/rt_gradients.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was addedsrc/fvpm_geometry_struct.h (diff)
The file was addedsrc/fvpm_geometry/Gizmo/fvpm_geometry_struct.h (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/run.sh (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_part.h (diff)
The file was addedsrc/fvpm_geometry/Gizmo/MFM/fvpm_geometry.h (diff)
The file was addedsrc/fvpm_geometry/Gizmo/MFV/fvpm_geometry.h (diff)
The file was modifiedsrc/fvpm_geometry/Gizmo/fvpm_geometry.h (diff)
Commit 491c8ab7f2d1b4641ca9d6d32bc1d4ff13cbe33d by Matthieu Schaller
GEAR sink : final chunk from the big MR
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was addedsrc/star_formation/GEAR/star_formation_setters.h (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/sink/Default/sink_properties.h (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
Commit f37c0bc178e1c6114f67cb7689245456a898d355 by Matthieu Schaller
Void cell tree modifications to `grav/down` and long range gravity
The file was modifiedsrc/runner_doiact_long_range_grav.c (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/runner_doiact_grav.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/runner_doiact_grav.c (diff)
Commit b41d91362adb970499a7b7661d3018ba023ec45c by Matthieu Schaller
Implementing top down task creation from void cells to zoom cells (final logic and timestep modifications)
The file was modifiedtools/task_plots/analyse_zoom_tasks.py (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
The file was modifiedtools/task_plots/task_parser.py (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedsrc/space_rebuild.c (diff)
Commit 11db0688d0829e19f8f56e93fdabc45e0c3f4367 by Matthieu Schaller
Merging latest changes in zoom buffer branch
The file was removedsrc/hydro/Shadowswift/voronoi_algorithm.h (diff)
The file was removedtests/testVoronoi3D.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_part.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_io.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_part.h (diff)
The file was removedsrc/hydro/Shadowswift/voronoi1d_cell.h (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/plotRadiationProjection.py (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/README (diff)
The file was addedsrc/shadowswift/voronoi.h (diff)
The file was removedtests/testVoronoi2D.c (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/swift_rt_GEAR_io.py (diff)
The file was removedsrc/hydro/Shadowswift/hydro_gradients_shadowfax.h (diff)
The file was removedsrc/hydro/Shadowswift/voronoi2d_cell.h (diff)
The file was modifiedsrc/rt/GEAR/rt_gradients.h (diff)
The file was addedsrc/stars/GEAR/stars_stellar_type.h (diff)
The file was addedtheory/MovingMesh/references.bib (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was removedsrc/hydro/Shadowswift/hydro_slope_limiters.h (diff)
The file was removedsrc/hydro/Shadowswift/hydro_slope_limiters_cell.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/plotSolution.py (diff)
The file was removedsrc/hydro/Shadowswift/voronoi3d_cell.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/AdvectionDifferentTimeStepSizes_1D/plotSolution.py (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro.h (diff)
The file was modifieddoc/RTD/source/HydroSchemes/index.rst (diff)
The file was addedsrc/fvpm_geometry.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/plotSolution.py (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry_utils.h (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CollidingBeams_1D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/run.sh (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/plotSolution.py (diff)
The file was modifiedtests/testSymmetry.c (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/run_sink.sh (diff)
The file was addedsrc/fvpm_geometry/None/fvpm_geometry_struct.h (diff)
The file was removedsrc/hydro/Shadowswift/voronoi2d_algorithm.h (diff)
The file was removedsrc/hydro/Shadowswift/voronoi3d_algorithm.h (diff)
The file was modifiedsrc/space.c (diff)
The file was addedsrc/fvpm_geometry_struct.h (diff)
The file was modifiedsrc/sink/Default/sink_properties.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/debug.c (diff)
The file was modifiedsrc/feedback/AGORA/feedback_struct.h (diff)
The file was addedsrc/cell_grid.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/README (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/plotSolutionScatter.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CollidingBeams_1D/plotEnergies.py (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/plotSolution.py (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_velocities.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotRadiationProjection.py (diff)
The file was modifiedsrc/proxy.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_parameters.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_part.h (diff)
The file was addedsrc/fvpm_geometry/Gizmo/fvpm_geometry_struct.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/rt_advection1D.yml (diff)
The file was modifiedsrc/hydro_parameters.h (diff)
The file was modifiedsrc/proxy.c (diff)
The file was addedsrc/fvpm_geometry/Gizmo/MFM/fvpm_geometry.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_iact.h (diff)
The file was addedsrc/cell_grid.c (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/run.sh (diff)
The file was modifiedsrc/hydro_io.h (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/construction-level.tex (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_part.h (diff)
The file was removedsrc/hydro/Shadowswift/voronoi1d_algorithm.h (diff)
The file was modifiedsrc/rt/GEAR/rt_unphysical.h (diff)
The file was addedsrc/fvpm_geometry/Gizmo/MFV/fvpm_geometry.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/feedback/GEAR/feedback.h (diff)
The file was addedsrc/fvpm_geometry/None/fvpm_geometry.h (diff)
The file was removedsrc/hydro/Shadowswift/hydro_gradients.h (diff)
The file was addedtheory/MovingMesh/header.tex (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients_gizmo.h (diff)
The file was modifiedtests/testInteractions.c (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_getters.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoAdvection_1D/plotSolution.py (diff)
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was removedsrc/hydro/Shadowswift/hydro_slope_limiters_face.h (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/figures/problem.tex (diff)
The file was modifiedsrc/feedback/GEAR/feedback_struct.h (diff)
The file was modifiedsrc/stars/GEAR/stars_part.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CollidingBeams_2D/plotSolution.py (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/stars.h (diff)
The file was addeddoc/RTD/source/HydroSchemes/shadowswift.rst (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was removedsrc/hydro/Shadowswift/voronoi_cell.h (diff)
The file was modifiedsrc/hydro.h (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/implementation-details.tex (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
The file was modifiedsrc/part.h (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/plotRadiationProjection.py (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_velocities.h (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/current-status.tex (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoAdvection_2D/plotSolution.py (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was removedtests/testVoronoi1D.c (diff)
The file was addedsrc/fvpm_geometry/Gizmo/fvpm_geometry.h (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifiedtests/Makefile.am (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_iact.h (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was addedsrc/star_formation/GEAR/star_formation_setters.h (diff)
The file was modifiedsrc/rt/GEAR/rt_struct.h (diff)
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback.h (diff)
The file was addedexamples/SinkParticles/IsolatedGalaxy_multi_component_GEAR (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_iact.h (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/sink/Default/sink_iact.h (diff)
The file was modifiedsrc/const.h (diff)
The file was modifiedsrc/rt/GEAR/rt_flux.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_debug.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoAdvection_1D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotRadiationProjection.py (diff)
The file was addedtheory/MovingMesh/ShadowSWIFT/implementation-details.tex (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/README (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/README (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedtests/test27cells.c (diff)
The file was modifiedsrc/feedback/AGORA/feedback.c (diff)
The file was addedtheory/MovingMesh/VoronoiConstruction/figures/construction_level.tex (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoCoolingTest/plotSolution.py (diff)
Commit b0f1281ac7545e75e62ea18def457e6f36fa2f90 by Matthieu Schaller
Fix "Crash when compiling with grackle_1 2 or 3 but running without --cooling"
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
Commit 3579bfe9c7c3369c236af6ebab9031633c8f40fb by Matthieu Schaller
Make the formatting script ignore the three files that are formatted differently on different machines using the same clan-format version
The file was modifiedformat.sh (diff)
Commit 30b229c6eed4e27e54f898adf0d514a0bd65c101 by Matthieu Schaller
Log the splits going beyond the maximal allowed into a file
The file was modifieddoc/RTD/source/Snapshots/index.rst (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/particle_splitting.h (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/engine_split_particles.c (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifiedsrc/hydro_properties.h (diff)
The file was modifiedsrc/hydro_properties.c (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/introduction.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was addeddoc/RTD/source/NewOption/sink_adding_new_scheme.rst (diff)
The file was modifieddoc/RTD/source/NewOption/index.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/sink_imf.png (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_scheme.png (diff)
Commit 92eda3dce53b3ae5a98fab80b5a4ebe6d1e310e6 by Matthieu Schaller
GEAR sink IMF sampling theory
The file was addedtheory/SinkParticles/run.sh (diff)
The file was addedtheory/SinkParticles/gear_imf_sampling.tex (diff)
The file was addedtheory/SinkParticles/ar-1col-S2O.cls (diff)
The file was addedtheory/SinkParticles/plot_imf_image.py (diff)
The file was addedtheory/SinkParticles/ar-style2.bst (diff)
The file was modifiedconfigure.ac (diff)
Commit 1bd260b5d68890f0144c73937a83921c33837157 by Matthieu Schaller
Allow compilation of EAGLE SF with none tracers
The file was modifiedsrc/tracers/none/tracers_struct.h (diff)
Commit a0554b3a0f013c4f33ec8d4d2ed11f671e0dfc78 by Matthieu Schaller
Fixes the trigger quantities computed for the last snapshot in a list
The file was modifiedsrc/engine_io.c (diff)
Commit 68a816f2285f72b178d79c6398e1307456d5347a by Matthieu Schaller
Fixing void cell pointer array renaming in tests
The file was modifiedtests/testZoomRegrid.c (diff)
The file was modifiedtests/testZoomVoidTree.c (diff)
Commit c95179efaa99f7cca51e92594e2f76d9946b1a73 by Matthieu Schaller
Fixes to allow the code to run with the EAGLE model spawning stars
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifiedsrc/star_formation/QLA/star_formation.h (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/star_formation/none/star_formation.h (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/EAGLE/index.rst (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/cell_split.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/cell_unskip.c (diff)
Commit 880ee6de9050bd94978b3c161b34b691659a979b by Matthieu Schaller
GEAR sink : update the temperature and density thresholds criterion
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
Commit 63ad669873a7b290f7b31b425cba54ac1a9a5d7e by Matthieu Schaller
Sink iact overhauled to match BHs
The file was modifiedsrc/runner.h (diff)
The file was modifiedsrc/runner_doiact_sinks.h (diff)
The file was addedsrc/runner_doiact_functions_sinks.h (diff)
The file was modifiedsrc/runner_doiact_undef.h (diff)
The file was addedsrc/runner_doiact_sinks.c (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/runner_sinks.c (diff)
Commit 629290280d199ddbd5e26fc2b00bc8bb0b7abaf4 by Matthieu Schaller
Add missing file to the out-of-source build target
The file was modifiedsrc/Makefile.am (diff)
Commit eb9ac202ee06dee8b03add9d67c52c1c35ea8632 by Matthieu Schaller
Remove entirely the marktasks function.
The file was modifieddoc/RTD/source/Task/adding_your_own.rst (diff)
The file was modifiedsrc/task.h (diff)
The file was modifieddoc/RTD/source/Task/adding_your_own_neighbour_loop.rst (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/cell.h (diff)
The file was removedsrc/engine_marktasks.c (diff)
The file was modifiedsrc/scheduler.h (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/engine.h (diff)
Commit a19b761cb2cbb25f7b6b2413db9dbd042407e92c by Matthieu Schaller
Simplified switch to doing progeny MM properly for void cells
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/zoom_region/zoom_maketasks.c (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
Commit 2b2e49d2cbc30f80166482f2e1fbddd8f3f2913e by Matthieu Schaller
Introducing MM subtypes + some void task clean up
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedtools/task_plots/swift_hardcoded_data.py (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
Commit 78cbb3feb544a6bf8fcd0007a07757dfde43f0ec by Matthieu Schaller
Small adjustments to GEAR modules
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/README (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/isolated_galaxy.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_struct.h (diff)
The file was modifiedexamples/GEAR/ZoomIn/zoom_in.yml (diff)
The file was addedexamples/SinkParticles/IsolatedGalaxy_sink (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_setters.h (diff)
The file was modifiedsrc/stars/GEAR/stars_stellar_type.h (diff)
The file was modifiedsrc/potential/MWPotential2014/potential.h (diff)
The file was modifiedexamples/GEAR/AgoraCosmo/agora_cosmo.yml (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_circularorbit/makePlots.py (diff)
The file was modifiedexamples/GEAR/AgoraDisk/agora_disk.yml (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml (diff)
The file was modifiedexamples/AGORA/AgoraDisk/agora_disk.yml (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/params.yml (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/stars/Basic/stars_io.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifiedsrc/stars/EAGLE/stars_io.h (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_circularorbit/makeIC.py (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifiedAUTHORS (diff)
The file was modifiedsrc/io_properties.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGORA/index.rst (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/run.sh (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifieddoc/RTD/source/NewOption/sink_adding_new_scheme.rst (diff)
The file was modifiedsrc/runner_doiact_functions_sinks.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/timers.h (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/cell_sinks.h (diff)
The file was modifiedAUTHORS (diff)
The file was modifiedsrc/runner.h (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/timers.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedtools/plot_task_dependencies.py (diff)
The file was modifiedsrc/runner_doiact_sinks.c (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/space_recycle.c (diff)
The file was modifiedsrc/sink/Default/sink_iact.h (diff)
Commit 97c3f92c838f042fd877056475fe277cbe9563de by Matthieu Schaller
Bug fix: shift variable set but not used in sink density loop
The file was modifiedsrc/runner_doiact_functions_sinks.h (diff)
Commit 81cfafa2f7e30afdc5744c4dd896d5c00739d3ec by Matthieu Schaller
Fix SPIN-JET code for EAGLE
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_iact.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
Commit 01123e2b73998e21c53b356719fbeb231edb9812 by Matthieu Schaller
Applied code formatting script
The file was modifiedsrc/engine.c (diff)
Commit b759e5630670d88cae244d786d6bbee1f6ec72c5 by Matthieu Schaller
Add new option to --with-subgrid
The file was modifiedconfigure.ac (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/README (diff)
Commit 654a7567e9d5c5a4981e94e38a2deb324614f15e by Matthieu Schaller
Modify zoom geometry init to align buffer cells
The file was modifiedtools/task_plots/task_parser.py (diff)
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
Commit 0195a8ae5ca63e599d857ca7aefd1a3471ff6801 by Matthieu Schaller
Adapt the cell splitting logic to split buffer cells within the void tree
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
The file was modifiedsrc/zoom_region/zoom.h (diff)
The file was modifiedsrc/space_split.c (diff)
Commit a87b9da3c5e6887f728bc1a300f2bc7f7d0f3a93 by Matthieu Schaller
Task modifications to account for "all the way down" void cell tree
The file was modifiedsrc/runner_doiact_long_range_grav.c (diff)
The file was modifiedsrc/zoom_region/zoom_maketasks.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
Commit 13b1038d6afe340934745cc3390f486ebfb8a22f by Matthieu Schaller
GEAR sink: add a minimal mass to sink
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
Commit 3a335a1a80e71dff56cfc98711e30b662c0df935 by Matthieu Schaller
Adapting the regriding to account for the new geometry calculation
The file was modifiedsrc/zoom_region/zoom_regrid.c (diff)
The file was modifiedsrc/zoom_region/zoom.h (diff)
Commit 27eb4cfd616acac5bcc4be42df4541ae7b9c280d by Matthieu Schaller
Sink MPI part 1: engine, proxies and strays
The file was modifiedsrc/cooling/none/cooling.h (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/runner_doiact_functions_sinks.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/README (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/run.sh (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifiedsrc/space_rebuild.c (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/part.h (diff)
The file was modifiedsrc/space_unique_id.c (diff)
The file was modifiedtools/data/cell_hierarchy.html (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/part.c (diff)
The file was modifiedsrc/space_extras.c (diff)
The file was modifiedsrc/engine_redistribute.c (diff)
The file was modifiedsrc/proxy.h (diff)
The file was modifiedtests/difffloat.py (diff)
The file was modifiedtheory/SinkParticles/plot_imf_image.py (diff)
The file was modifiedsrc/engine_strays.c (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/mpi_run.sh (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/makeIC.py (diff)
The file was modifiedsrc/cell_split.c (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/getGrackleCoolingTable.sh (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/cell_sinks.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/space_cell_index.c (diff)
The file was modifiedtools/plot_task_dependencies.py (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/getChemistryTable.sh (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/params.yml (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/space_recycle.c (diff)
The file was modifiedsrc/cooling/grackle/cooling.h (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/proxy.c (diff)
Commit 421add3627013f61af608c9ee249fefd33142a0a by Matthieu Schaller
Washing SWIFT's mouth out with soap (fixing a typo)
The file was modifiedsrc/cosmology.h (diff)
Commit 200673c04917a8dc8a787ac30f3fd581e066b2a6 by Matthieu Schaller
GEAR sinks: add better time-step and sink merging constraints
The file was modifiedsrc/timestep.h (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/isolated_galaxy.yml (diff)
The file was addedsrc/sink/GEAR/sink_setters.h (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/index.rst (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_timesteps.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/output.rst (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was addedsrc/sink/GEAR/sink_getters.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
Commit 0e78ea70768617b7b278b80d0195f805de49e9b0 by Darwin Roduit
Add missing C_CFL parameter in HomogeneousBoxSinkParticles example
The file was modifiedexamples/SinkParticles/HomogeneousBoxSinkParticles/params.yml (diff)
Commit 2b1802d876d779f3a701b9c47cfee3729b1a3265 by Matthieu Schaller
Void cell tree the whole way down (with better zoom geometry init)
The file was modifiedtests/testGetZoomIJKFunc.c (diff)
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedsrc/random.h (diff)
The file was modifiedtools/task_plots/analyse_zoom_tasks.py (diff)
The file was modifiedtests/testZoomRegrid.c (diff)
The file was removedtests/zoom_params.yml (diff)
The file was modifiedtests/zoom_params_small.yml (diff)
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
The file was modifiedtests/testSpaceSplit.c (diff)
The file was modifiedtests/testZoomVoidTree.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedtools/task_plots/task_parser.py (diff)
The file was modifiedtests/zoom_params_large.yml (diff)
The file was modifiedtests/testZoomInit.sh.in (diff)
The file was addedtools/plot_zoom_geometry.py (diff)
The file was modifiedtests/Makefile.am (diff)
Commit 778cf5101bf582c364eafb676982359bb2c0d4da by Matthieu Schaller
Another master merged into the zoom branches
The file was modifiedsrc/star_formation/EAGLE/star_formation.h (diff)
The file was addedtheory/SinkParticles/ar-1col-S2O.cls (diff)
The file was modifiedsrc/stars/EAGLE/stars_io.h (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/README (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedsrc/timestep.h (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_timesteps.rst (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/cell_sinks.h (diff)
The file was addedtheory/SinkParticles/plot_imf_image.py (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/mpi_run.sh (diff)
The file was modifiedsrc/proxy.h (diff)
The file was modifiedsrc/star_formation/QLA/star_formation.h (diff)
The file was modifiedsrc/potential/MWPotential2014/potential.h (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/space_extras.c (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was modifieddoc/RTD/source/Task/adding_your_own_neighbour_loop.rst (diff)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedsrc/runner_doiact_sinks.h (diff)
The file was modifiedsrc/sink/GEAR/sink_struct.h (diff)
The file was modifiedsrc/part.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_setters.h (diff)
The file was modifiedAUTHORS (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/scheduler.h (diff)
The file was modifiedsrc/engine_redistribute.c (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/getChemistryTable.sh (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/index.rst (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/makeIC.py (diff)
The file was modifiedtools/plot_task_dependencies.py (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedexamples/AGORA/AgoraDisk/agora_disk.yml (diff)
The file was modifiedsrc/runner_doiact_undef.h (diff)
The file was modifiedsrc/stars/GEAR/stars_stellar_type.h (diff)
The file was modifiedsrc/timers.c (diff)
The file was modifiedconfigure.ac (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedsrc/space_unique_id.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/sink_imf.png (diff)
The file was modifiedsrc/cosmology.h (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/sinks/sink_scheme.png (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/engine_split_particles.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/output.rst (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was modifieddoc/RTD/source/NewOption/index.rst (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedexamples/GEAR/AgoraDisk/agora_disk.yml (diff)
The file was addedtheory/SinkParticles/run.sh (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/README (diff)
The file was modifieddoc/RTD/source/SubgridModels/EAGLE/index.rst (diff)
The file was modifiedsrc/runner.h (diff)
The file was modifiedexamples/GEAR/AgoraCosmo/agora_cosmo.yml (diff)
The file was modifiedsrc/hydro_properties.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/space_recycle.c (diff)
The file was addeddoc/RTD/source/NewOption/sink_adding_new_scheme.rst (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGORA/index.rst (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/engine_strays.c (diff)
The file was modifiedsrc/cooling/none/cooling.h (diff)
The file was modifiedsrc/stars/Basic/stars_io.h (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_circularorbit/makePlots.py (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifieddoc/RTD/source/Task/adding_your_own.rst (diff)
The file was modifiedsrc/cell_split.c (diff)
The file was modifiedsrc/engine_io.c (diff)
The file was modifiedsrc/cooling/grackle/cooling.h (diff)
The file was addedsrc/sink/GEAR/sink_setters.h (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/run.sh (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/introduction.rst (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/isolated_galaxy.yml (diff)
The file was modifiedsrc/space_cell_index.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/star_formation/none/star_formation.h (diff)
The file was modifiedsrc/space_rebuild.c (diff)
The file was modifiedsrc/part.c (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/params.yml (diff)
The file was modifiedsrc/io_properties.h (diff)
The file was modifiedtools/data/cell_hierarchy.html (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_circularorbit/makeIC.py (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_iact.h (diff)
The file was modifiedsrc/hydro_properties.c (diff)
The file was addedtheory/SinkParticles/gear_imf_sampling.tex (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/README (diff)
The file was addedexamples/SinkParticles/IsolatedGalaxy_sink (diff)
The file was modifiedexamples/GEAR/ZoomIn/zoom_in.yml (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
The file was addedsrc/runner_doiact_sinks.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was addedsrc/sink/GEAR/sink_getters.h (diff)
The file was modifiedsrc/sink/Default/sink_iact.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/params.yml (diff)
The file was modifiedtests/difffloat.py (diff)
The file was addedsrc/runner_doiact_functions_sinks.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/getGrackleCoolingTable.sh (diff)
The file was modifieddoc/RTD/source/Snapshots/index.rst (diff)
The file was addedexamples/SinkParticles/HomogeneousBoxSinkParticles/run.sh (diff)
The file was addedtheory/SinkParticles/ar-style2.bst (diff)
The file was modifiedsrc/particle_splitting.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedformat.sh (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/tracers/none/tracers_struct.h (diff)
The file was modifiedsrc/timers.h (diff)
The file was modifiedsrc/restart.c (diff)
Commit aa1f2aafe9ca111c37f071803a7820ce950b8790 by mladen.ivkovic
removed static attribute
The file was modifiedsrc/restart.c (diff)
Commit d331c1f6df987845bc108a4fcc5a909c4bc9df4d by Matthieu Schaller
Only activate the tend comms that are needed
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
The file was modifiedtools/timed_functions.py (diff)
Commit 9e94620659b1a7db4b2ff3a8839015bc308fc34e by Matthieu Schaller
Clean-up of interaction function signatures
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_iact.h (diff)
The file was modifiedsrc/rt/debug/rt_iact.h (diff)
The file was modifiedsrc/rt/GEAR/rt_gradients.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_iact.h (diff)
The file was modifiedsrc/chemistry/none/chemistry_iact.h (diff)
The file was modifiedsrc/star_formation/QLA/star_formation_iact.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients_gizmo.h (diff)
The file was modifiedsrc/stars/Basic/stars_iact.h (diff)
The file was modifiedsrc/stars/GEAR/stars_iact.h (diff)
The file was modifiedsrc/rt/debug/rt_gradients.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation_iact.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients_sph.h (diff)
The file was modifiedsrc/rays.h (diff)
The file was modifiedsrc/star_formation/none/star_formation_iact.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_iact.h (diff)
The file was modifiedsrc/stars/None/stars_iact.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_iact.h (diff)
The file was modifiedsrc/rt/none/rt_iact.h (diff)
Commit 5b03cbbf6d83ec99444695065ed46e069187d4f4 by Matthieu Schaller
Add the depth_h variable carried by every particle when using the subtask_speedup branch
The file was modifiedsrc/hydro/Gadget2/hydro_part.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_part.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_part.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_part.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_part.h (diff)
The file was modifiedsrc/hydro/None/hydro_part.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_part.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_part.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_part.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_part.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_part.h (diff)
Commit a58856a2d710527e7d0204dce43ed855ee2bafa2 by Matthieu Schaller
Added the loop debugging check counters to the planetary scheme
The file was modifiedsrc/hydro/Planetary/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_part.h (diff)
Commit e99e51969883cd2809f6612f64f780303def4c3c by Matthieu Schaller
Also add the depth to the stars, BHs, and sink particles
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifiedsrc/black_holes/Default/black_holes_part.h (diff)
The file was modifiedsrc/stars/None/stars_part.h (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedsrc/stars/EAGLE/stars_part.h (diff)
The file was modifiedsrc/stars/Basic/stars_part.h (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_part.h (diff)
The file was modifiedsrc/stars/GEAR/stars_part.h (diff)
Commit 8c6c3eae85ad06bd6b2b3961bfb1e3b92081514c by Matthieu Schaller
Update the runtime analysis script to use the new FOF function names and to stop python warnings
The file was modifiedtools/timed_functions.py (diff)
The file was modifiedtools/analyse_runtime.py (diff)
Commit 4c3e037cc4993f7b760b5e32f819c87cd52a6583 by Matthieu Schaller
Resolve "MWPotential2014 : Amplitude must have a unit"
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/potential/MWPotential2014/potential.h (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_circularorbit/params_unit_2.yml (diff)
The file was modifieddoc/RTD/source/ExternalPotentials/index.rst (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_circularorbit/params_unit_1.yml (diff)
Commit a01df06babcdf16e97917043a30139c799b64810 by Matthieu Schaller
Smoothing lengths for sinks
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was addedsrc/sink/Basic/sink_properties.h (diff)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedsrc/sink/Default/sink_iact.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/part.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was addedsrc/sink/Basic/sink_io.h (diff)
The file was modifiedsrc/sink_properties.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBoxSinkParticles/params.yml (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedsrc/sink_iact.h (diff)
The file was addedsrc/sink/Basic/sink_part.h (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/isolated_galaxy.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was addedexamples/SinkParticles/SingleSink/README (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was addedsrc/sink/Basic/sink.h (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was addedsrc/sink/Basic/sink_struct.h (diff)
The file was modifiedsrc/cell_convert_part.c (diff)
The file was addedsrc/sink/Basic/sink_iact.h (diff)
The file was modifiedsrc/sink_debug.h (diff)
The file was modifiedsrc/debug.c (diff)
The file was modifiedsrc/runner_doiact_functions_sinks.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/sink/Default/sink_io.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was addedexamples/SinkParticles/SingleSink/params.yml (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was addedsrc/sink.c (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was addedexamples/SinkParticles/SingleSink/make_test_plots.py (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/random.h (diff)
The file was modifiedsrc/sink_io.h (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/Basic/index.rst (diff)
The file was modifiedsrc/cell_sinks.h (diff)
The file was modifiedsrc/sink_struct.h (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedsrc/sink.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was addedsrc/sink/Basic/sink_debug.h (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was modifiedsrc/sink/Default/sink_properties.h (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/runner_doiact_sinks.h (diff)
The file was addedexamples/SinkParticles/SingleSink/make_sink_ic.py (diff)
Commit 638c58c4bc4e7e752e0bd9c05a376c4590d7a088 by Jon Davies
Update symmetry test for new sink iact arguments
The file was modifiedtests/testSymmetry.c (diff)
Commit 8f8df22f3ed55372959d05f37b9db213334d6c60 by Matthieu Schaller
Set the min/max h allowed at a given tree level in the cells. Set the particle's depth in the rebuild and in the drift
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/cell_convert_part.c (diff)
Commit c2e013fd026118a07083858e988408180ed94c00 by Matthieu Schaller
Add a spin lock for the extra sort
The file was modifiedsrc/space_recycle.c (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/cell_hydro.h (diff)
Commit aeba9b3ff4625be65f1d22f047accaca9ad47bb8 by Matthieu Schaller
Add the option for the sort task to use the new cell lock
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/runner_sort.c (diff)
The file was modifiedsrc/runner.h (diff)
Commit 099281361ad6fbc1b70726a1a04d445c92c1c373 by Matthieu Schaller
Also update the unit tests to use the new sorting function signature
The file was modifiedtests/test27cells.c (diff)
The file was modifiedtests/test27cellsStars.c (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedtests/testActivePair.c (diff)
Commit cacd3a1ef37c4a28012697d2929c2506468087b1 by Matthieu Schaller
Silence debugging message in the stray exchange
The file was modifiedsrc/engine_strays.c (diff)
Commit dc6ee6a1f2d47d85767f122384848d9248e04e37 by Matthieu Schaller
Add check verifying the global number of sends and receives is the same
The file was modifiedsrc/active.h (diff)
The file was modifiedsrc/engine.c (diff)
Commit 43d82cdcd2bf3b55d9bc7289a76108661754e268 by Matthieu Schaller
Add the runtime constants needed by the new recursion
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/rt/none/rt_iact.h (diff)
Commit 1effcfbaa0be29cf5d6cb72cd30021290e30a186 by Matthieu Schaller
Add the PS calculation to the list of timed functions
The file was modifiedtools/timed_functions.py (diff)
The file was modifiedexamples/SinkParticles/SingleSink/make_sink_ic.py (diff)
The file was modifiedexamples/SinkParticles/SingleSink/make_test_plots.py (diff)
Commit ee6ee2f362c0246c0a8cc808b910527b8ecf28f8 by Matthieu Schaller
Only accumulate the number of tasks in a cell in debugging mode
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/space_recycle.c (diff)
The file was modifiedsrc/cell.h (diff)
Commit bb1e59aa8dd42a509f655ec4411c06be0736a104 by Matthieu Schaller
Print GEAR physics with MPI rank 0
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback_properties.h (diff)
Commit 71289e9dec26df32fe3f82f17560d34b5a615f6a by Matthieu Schaller
Another master merge into the zoom buffer branch
The file was modifiedsrc/stars/None/stars_iact.h (diff)
The file was modifiedtests/test27cellsStars.c (diff)
The file was modifiedsrc/space_recycle.c (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/runner.h (diff)
The file was modifiedtests/testSymmetry.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/sink_debug.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_part.h (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/params.yml (diff)
The file was addedsrc/sink/Basic/sink_debug.h (diff)
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was modifiedsrc/rt/none/rt_iact.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_part.h (diff)
The file was modifiedsrc/chemistry/none/chemistry_iact.h (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/stars/None/stars_part.h (diff)
The file was modifiedsrc/runner_sort.c (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedsrc/star_formation/none/star_formation_iact.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients_sph.h (diff)
The file was modifiedsrc/stars/GEAR/stars_part.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/params.rst (diff)
The file was modifiedsrc/hydro/Planetary/hydro_part.h (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedsrc/runner_doiact_functions_sinks.h (diff)
The file was modifiedsrc/sink/GEAR/sink_iact.h (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_circularorbit/params_unit_2.yml (diff)
The file was modifiedsrc/restart.c (diff)
The file was modifiedsrc/sink_struct.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/stars/Basic/stars_iact.h (diff)
The file was modifiedsrc/sink_iact.h (diff)
The file was modifiedsrc/part.h (diff)
The file was modifiedsrc/active.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_part.h (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was addedsrc/sink.c (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation_iact.h (diff)
The file was modifiedsrc/stars/GEAR/stars_iact.h (diff)
The file was modifiedsrc/hydro/None/hydro_part.h (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_iact.h (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/params.yml (diff)
The file was modifiedtools/analyse_runtime.py (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/sink_io.h (diff)
The file was modifiedsrc/sink/GEAR/sink_properties.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients.h (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBoxSinkParticles/params.yml (diff)
The file was modifiedsrc/engine_strays.c (diff)
The file was addedsrc/sink/Basic/sink.h (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifiedsrc/rays.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients_gizmo.h (diff)
The file was addedexamples/SinkParticles/SingleSink/make_sink_ic.py (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_part.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_part.h (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_iact.h (diff)
The file was modifiedsrc/stars/EAGLE/stars_part.h (diff)
The file was modifiedtests/test27cells.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback_properties.h (diff)
The file was addedsrc/sink/Basic/sink_iact.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_part.h (diff)
The file was modifiedsrc/sink/Default/sink_properties.h (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was addedexamples/SinkParticles/SingleSink/make_test_plots.py (diff)
The file was addedexamples/SinkParticles/SingleSink/README (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was addedsrc/sink/Basic/sink_properties.h (diff)
The file was modifieddoc/RTD/source/ExternalPotentials/index.rst (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_circularorbit/params_unit_1.yml (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_part.h (diff)
The file was modifiedsrc/space.c (diff)
The file was addedexamples/SinkParticles/SingleSink/params.yml (diff)
The file was modifiedsrc/stars/Basic/stars_part.h (diff)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedsrc/sink/Default/sink_iact.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/Basic/index.rst (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_part.h (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/cell_convert_part.c (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_part.h (diff)
The file was modifiedtools/timed_functions.py (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_iact.h (diff)
The file was modifiedsrc/sink.h (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/isolated_galaxy.yml (diff)
The file was modifiedsrc/sink_properties.h (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_part.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_iact.h (diff)
The file was addedsrc/sink/Basic/sink_struct.h (diff)
The file was modifiedsrc/rt/GEAR/rt_gradients.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/debug.c (diff)
The file was modifiedsrc/cell_sinks.h (diff)
The file was modifiedsrc/sink/Default/sink_io.h (diff)
The file was modifiedsrc/rt/debug/rt_gradients.h (diff)
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
The file was modifiedsrc/random.h (diff)
The file was addedsrc/sink/Basic/sink_part.h (diff)
The file was modifiedsrc/runner_doiact_sinks.h (diff)
The file was modifiedsrc/star_formation/QLA/star_formation_iact.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was addedsrc/sink/Basic/sink_io.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/potential/MWPotential2014/potential.h (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/cell_hydro.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedsrc/black_holes/Default/black_holes_part.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_part.h (diff)
The file was modifiedsrc/rt/debug/rt_iact.h (diff)
Commit 5c68ff27b1d93246a07f6fccaed5f1a401cf552d by Darwin Roduit
Make grackle verbose only for rank 0 in MPI runs
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
Commit 23033f03680b707451ec2d9b67497db5f09123d8 by Matthieu Schaller
(bugfix) Do not set h-depth before applying min and max h
The file was modifiedsrc/cell_drift.c (diff)
Commit 6d89d9a778f8f312c308210c8c9255114b72573b by Matthieu Schaller
Change the code version number to 2025.01
The file was modifiedREADME.md (diff)
The file was modifiedconfigure.ac (diff)
The file was modifieddoc/RTD/source/conf.py (diff)
The file was modifiedREADME (diff)
Commit a5bbe13316263eaae4611145de96efa7e0097333 by Matthieu Schaller
Do not reset the delta times for snapshot triggers upon restarting the code
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/engine_io.c (diff)
Commit cf36e01edaa54da70af28ae72c2faa67f7fb6759 by wjr21
Formatted (finally)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/engine.c (diff)
Commit be1963a97d37b79089849cb2219f3960c2135fcf by Matthieu Schaller
Updated the doxygen configuration file
The file was modifieddoc/Doxyfile.in (diff)
Commit d64c5f3e0bbd8e1123d187748e3ee69c7beece45 by Matthieu Schaller
First few fixes from doxygen report
The file was modifiedsrc/active.h (diff)
The file was modifieddoc/Doxyfile.in (diff)
Commit 247f80298364bc689ef6459aacd884d71df04ed3 by Matthieu Schaller
Fixed a bunch more doxygen warnings
The file was modifiedsrc/chemistry/EAGLE/chemistry_iact.h (diff)
The file was modifiedsrc/chemistry/none/chemistry_iact.h (diff)
The file was modifiedsrc/cell_grid.c (diff)
The file was modifiedsrc/active.h (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/gravity_properties.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation.h (diff)
The file was modifiedsrc/runner_doiact_functions_sinks.h (diff)
The file was modifiedsrc/sink.c (diff)
The file was modifiedsrc/rays.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_iact.h (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry_iact.h (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_iact.h (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/sink/GEAR/sink_getters.h (diff)
The file was modifiedsrc/chemistry/QLA/chemistry_iact.h (diff)
Commit 0cf588b1cbf1b1327762d1efbbabc5e363af98f5 by Matthieu Schaller
Add sink debugging snapshot for the HomogeneousBox example
The file was modifiedexamples/SinkParticles/HomogeneousBox/README (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/run.sh (diff)
The file was modified.gitignore (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/params_debug.yml (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/getDebuggingICs.sh (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/getGrackleCoolingTable.sh (diff)
Commit b0bb677b3f69830a9473a56cb188ef4f22007847 by Matthieu Schaller
dynamical friction in the MW2014 potential
The file was addedexamples/GravityTests/MWPotential2014_df/params_unit_1.yml (diff)
The file was modifieddoc/RTD/source/ExternalPotentials/index.rst (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/README (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/run.sh (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/makePlots.py (diff)
The file was modifiedsrc/potential/MWPotential2014/potential.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/makeIC.py (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/params_unit_2.yml (diff)
Commit 652d9e8200f531ec31686cc67fdbe7787f8d432a by Matthieu Schaller
Swap order of evaluation of debugging check in gravity loops
The file was modifiedsrc/runner_doiact_grav.c (diff)
The file was modifiedtools/task_plots/swift_hardcoded_data.py (diff)
The file was modifiedtools/task_plots/iplot_tasks.py (diff)
The file was modifieddoc/RTD/source/AnalysisTools/index.rst (diff)
The file was modifiedtools/task_plots/plot_tasks.py (diff)
Commit 18eed1beb816bc328f7a6bb85e57d89d5b255de4 by Matthieu Schaller
Applied code formatting tool
The file was modifiedsrc/engine_io.c (diff)
Commit b1fcf22cdbc5470de9b1600642f3b3032910b0da by Matthieu Schaller
Revaz/dev : update plotting script
The file was modifiedexamples/GravityTests/MWPotential2014_df/makePlots.py (diff)
Commit f983a3889ec2c43c22d2f97021aa0cd831c583da by Darwin Roduit
Fix link to grackle cooling table
The file was modifiedexamples/SinkParticles/HomogeneousBox/getGrackleCoolingTable.sh (diff)
Commit b166625bac4687fd4cb9814c22cbb9d73515720a by Matthieu Schaller
some fix and improvement of the MW2014 dynamical friction
The file was modifiedexamples/GravityTests/MWPotential2014_df/makeIC.py (diff)
The file was modifiedsrc/potential/MWPotential2014/potential.h (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_df/makePlots.py (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_df/params_unit_2.yml (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_df/params_unit_1.yml (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_df/README (diff)
Commit dcca75ebf03f20fa5c4454e7caac2f90cb12cf59 by Matthieu Schaller
Add missing accretion efficiency io field
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/sink/Basic/sink_part.h (diff)
The file was modifiedsrc/runner_others.c (diff)
Commit 95a39c1036cb6961843915e624946cdb24fb1f25 by Matthieu Schaller
Upgraded neighbour finding matching the COLIBRE fork
The file was modifiedsrc/cell_convert_part.c (diff)
The file was modifiedsrc/runner_doiact_functions_limiter.h (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/runner_doiact_limiter.h (diff)
The file was modifiedsrc/runner_doiact_stars.h (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
Commit b98310e15565398e50b3daab60bb99afca5917da by Matthieu Schaller
Fix the unit tests to use the new interaction function signature. Backport from COLIBRE fork.
The file was modifiedtests/difffloat.py (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedtests/test27cellsStars.c (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedtests/test27cells.c (diff)
Commit fa1f252f66b2f57c73124e36fc4f79bd59734773 by Matthieu Schaller
Use  the threadpool in a few more functions
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/scheduler.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
Commit 3bd864387bf3b2a94cebc8ec29ea50be9a1c019e by Matthieu Schaller
Allow FOF to run on a restart step by first reallocating the scheduler memory.
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/Basic/index.rst (diff)
The file was modifieddoc/RTD/source/GettingStarted/compiling_code.rst (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
Commit 28632968a3742bf8925c0090dcb52bfd0cd724c4 by Matthieu Schaller
GEAR: Fix improper handling of IMF transition in star_population_continuous_IMF
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
Commit 811567023370a3d865159bc7fe93e55c166abfb6 by Matthieu Schaller
Applied code formatting script
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBoxSinkParticles/makeIC.py (diff)
Commit 466dc297636f01d1ee773be77fcdff8a2979ae57 by Peter W. Draper
Add direct lustre api calls
The file was modifiedsrc/Makefile.am (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifiedsrc/restart.c (diff)
The file was addedsrc/swift_lustre_api.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedMakefile.am (diff)
The file was modifiedsrc/engine.c (diff)
The file was addedsrc/swift_lustre_api.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_iact.h (diff)
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was modifiedsrc/rt/debug/rt_iact.h (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/randomized-rt.yml (diff)
Commit 9660c9a6444c68a6cb51eca86ffa41a706a7a58e by Matthieu Schaller
Catching the zoom branch up with master
The file was addedexamples/SinkParticles/HomogeneousBox/getDebuggingICs.sh (diff)
The file was modifiedsrc/runner_doiact_functions_limiter.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/run.sh (diff)
The file was modifiedMakefile.am (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedtests/test27cellsStars.c (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBoxSinkParticles/makeIC.py (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/rays.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/README (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/getGrackleCoolingTable.sh (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modified.gitignore (diff)
The file was modifiedsrc/runner_doiact_limiter.h (diff)
The file was modifiedtests/difffloat.py (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedsrc/chemistry/QLA/chemistry_iact.h (diff)
The file was modifiedsrc/runner_doiact_functions_sinks.h (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/params_unit_1.yml (diff)
The file was modifieddoc/RTD/source/SubgridModels/Basic/index.rst (diff)
The file was modifiedsrc/space.c (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/README (diff)
The file was modifiedsrc/sink/Basic/sink_part.h (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedtools/task_plots/plot_tasks.py (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was addedsrc/swift_lustre_api.c (diff)
The file was modifiedtools/task_plots/iplot_tasks.py (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/runner_doiact_grav.c (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/params_unit_2.yml (diff)
The file was modifiedsrc/scheduler.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedtools/task_plots/swift_hardcoded_data.py (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/makePlots.py (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/engine_io.c (diff)
The file was modifiedtests/test27cells.c (diff)
The file was modifiedsrc/sink.c (diff)
The file was modifiedsrc/runner_doiact_stars.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry_iact.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_iact.h (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/potential/MWPotential2014/potential.h (diff)
The file was modifieddoc/RTD/source/ExternalPotentials/index.rst (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_iact.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation.h (diff)
The file was addedsrc/swift_lustre_api.h (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/gravity_properties.h (diff)
The file was modifieddoc/RTD/source/AnalysisTools/index.rst (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/run.sh (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/active.h (diff)
The file was modifiedsrc/chemistry/none/chemistry_iact.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/restart.c (diff)
The file was modifiedsrc/cell_grid.c (diff)
The file was modifieddoc/Doxyfile.in (diff)
The file was addedexamples/SinkParticles/HomogeneousBox/params_debug.yml (diff)
The file was modifieddoc/RTD/source/GettingStarted/compiling_code.rst (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry_iact.h (diff)
The file was modifiedsrc/cell_convert_part.c (diff)
The file was addedexamples/GravityTests/MWPotential2014_df/makeIC.py (diff)
The file was modifiedsrc/sink/GEAR/sink_getters.h (diff)
The file was modifiedsrc/Makefile.am (diff)
Commit c000b124fd37ec3d632f45c1ac699873256c731d by Matthieu Schaller
Improve ./configure script to fix macOS function detection issues
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
Commit 4119b79cec98f7162d2c8451892310e6e4a98f1e by Matthieu Schaller
Small addition to SB example VR config file, without which VR does not run on...
The file was modifiedexamples/SantaBarbara/SantaBarbara-256/velociraptor_cfg.cfg (diff)
Commit 78b2430d599ba10e35fed8b3dcd4325260cd9b0d by Matthieu Schaller
Add new examples from REMIX paper and remove duplicate Planetary hydro tests
The file was modifiedexamples/Planetary/EvrardCollapse_3D/evrard.yml (diff)
The file was addedexamples/Planetary/RayleighTaylor_EarthLike_3D/run.sh (diff)
The file was addedexamples/Planetary/JupiterLikePlanet/run.sh (diff)
The file was modifiedexamples/Planetary/SodShock_3D/run.sh (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_EarthLike_3D/kelvin_helmholtz.yml (diff)
The file was addedexamples/Planetary/SquareTest_3D/run.sh (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_JupiterLike_3D/kelvin_helmholtz.yml (diff)
The file was removedexamples/Planetary/SquareTest_2D/makeIC.py (diff)
The file was addedexamples/Planetary/RayleighTaylor_JupiterLike_3D/run.sh (diff)
The file was removedexamples/Planetary/GreshoVortex_3D/run.sh (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_Smooth_3D/plotModeGrowth.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_JupiterLike_3D/run.sh (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_JupiterLike_3D/README.md (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_Smooth_3D/run.sh (diff)
The file was removedexamples/Planetary/KelvinHelmholtz_2D/kelvinHelmholtz.yml (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBoxSinkParticles/makeIC.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_LargeDensityContrast_3D/run.sh (diff)
The file was removedexamples/Planetary/KelvinHelmholtz_2D/run.sh (diff)
The file was modifiedexamples/Planetary/DemoImpactInitCond/plot_profiles.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_LargeDensityContrast_3D/kelvin_helmholtz.yml (diff)
The file was removedexamples/Planetary/SquareTest_2D/makeICDifferentMasses.py (diff)
The file was removedexamples/Planetary/GreshoVortex_3D/gresho.yml (diff)
The file was addedexamples/Planetary/JupiterLikePlanet/make_init_cond.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_Smooth_3D/kelvin_helmholtz.yml (diff)
The file was removedexamples/Planetary/KelvinHelmholtz_2D/README.md (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_3D/kelvin_helmholtz.yml (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_3D/README.md (diff)
The file was addedexamples/Planetary/RayleighTaylor_JupiterLike_3D/makeIC.py (diff)
The file was addedexamples/Planetary/RayleighTaylor_JupiterLike_3D/README.md (diff)
The file was addedexamples/Planetary/RayleighTaylor_IdealGas_3D/rayleigh_taylor.yml (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_LargeDensityContrast_3D/README.md (diff)
The file was modifiedexamples/Planetary/SodShock_3D/sodShock.yml (diff)
The file was modifiedexamples/Planetary/EvrardCollapse_3D/README.md (diff)
The file was addedexamples/Planetary/RayleighTaylor_JupiterLike_3D/rayleigh_taylor.yml (diff)
The file was addedexamples/Planetary/RayleighTaylor_JupiterLike_3D/plotSnapshots.py (diff)
The file was addedexamples/Planetary/JupiterLikePlanet/plot_profiles.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_LargeDensityContrast_3D/plotModeGrowth.py (diff)
The file was addedexamples/Planetary/RayleighTaylor_EarthLike_3D/README.md (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_EarthLike_3D/run.sh (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_JupiterLike_3D/plotSnapshots.py (diff)
The file was addedexamples/Planetary/RayleighTaylor_IdealGas_3D/makeIC.py (diff)
The file was modifiedexamples/Planetary/SodShock_3D/makeIC.py (diff)
The file was addedexamples/Planetary/SquareTest_3D/README.md (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_3D/plotSnapshots.py (diff)
The file was addedexamples/Planetary/RayleighTaylor_IdealGas_3D/run.sh (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_LargeDensityContrast_3D/makeIC.py (diff)
The file was modifiedexamples/Planetary/EvrardCollapse_3D/makeIC.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_LargeDensityContrast_3D/plotSnapshots.py (diff)
The file was addedexamples/Planetary/SquareTest_3D/square_equal_spacing.yml (diff)
The file was removedexamples/Planetary/GreshoVortex_3D/README.md (diff)
The file was removedexamples/Planetary/SquareTest_2D/run.sh (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_3D/makeIC.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_Smooth_3D/README.md (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_EarthLike_3D/plotModeGrowth.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_Smooth_3D/plotSnapshots.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_JupiterLike_3D/plotModeGrowth.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_EarthLike_3D/README.md (diff)
The file was addedexamples/Planetary/RayleighTaylor_IdealGas_3D/plotSnapshots.py (diff)
The file was addedexamples/Planetary/SquareTest_3D/plotSolution.py (diff)
The file was removedexamples/Planetary/KelvinHelmholtz_2D/makeIC.py (diff)
The file was addedexamples/Planetary/SquareTest_3D/makeICEqualSpacing.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_JupiterLike_3D/makeIC.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_EarthLike_3D/makeIC.py (diff)
The file was addedexamples/Planetary/RayleighTaylor_EarthLike_3D/rayleigh_taylor.yml (diff)
The file was addedexamples/Planetary/JupiterLikePlanet/demo_target_n70.yml (diff)
The file was addedexamples/Planetary/RayleighTaylor_IdealGas_3D/README.md (diff)
The file was removedexamples/Planetary/SquareTest_2D/square.yml (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_Smooth_3D/makeIC.py (diff)
The file was addedexamples/Planetary/SquareTest_3D/square_equal_mass.yml (diff)
The file was addedexamples/Planetary/JupiterLikePlanet/plot_snapshots.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_3D/plotModeGrowth.py (diff)
The file was removedexamples/Planetary/SquareTest_2D/README.md (diff)
The file was addedexamples/Planetary/RayleighTaylor_EarthLike_3D/plotSnapshots.py (diff)
The file was removedexamples/Planetary/GreshoVortex_3D/makeIC.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_IdealGas_3D/run.sh (diff)
The file was addedexamples/Planetary/SquareTest_3D/makeICEqualMass.py (diff)
The file was modifiedexamples/Planetary/SodShock_3D/README.md (diff)
The file was addedexamples/Planetary/SodShock_3D/plotSolution.py (diff)
The file was addedexamples/Planetary/RayleighTaylor_EarthLike_3D/makeIC.py (diff)
The file was addedexamples/Planetary/KelvinHelmholtz_EarthLike_3D/plotSnapshots.py (diff)
The file was addedsrc/hydro/REMIX/hydro_parameters.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedtests/makeInput.py (diff)
The file was addedsrc/hydro/REMIX/hydro_io.h (diff)
The file was addedsrc/hydro/REMIX/hydro_kernels.h (diff)
The file was modifiedexamples/Planetary/KelvinHelmholtz_IdealGas_LargeDensityContrast_3D/kelvin_helmholtz.yml (diff)
The file was addedsrc/hydro/REMIX/hydro_part.h (diff)
The file was modifiedtests/test27cells.c (diff)
The file was addedsrc/hydro/REMIX/hydro_visc_difn.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedsrc/debug.c (diff)
The file was modifiedsrc/hydro_csds.h (diff)
The file was addedsrc/hydro/REMIX/hydro_iact.h (diff)
The file was addedsrc/hydro/REMIX/hydro_debug.h (diff)
The file was modifiedsrc/hydro.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedtests/testRiemannTRRS.c (diff)
The file was modifiedsrc/hydro_io.h (diff)
The file was modifiedtests/testInteractions.c (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedtests/testEOS.c (diff)
The file was modifiedsrc/part.h (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedsrc/hydro_parameters.h (diff)
The file was removedtests/testEOS.sh (diff)
The file was addedsrc/symmetric_matrix.h (diff)
The file was addedsrc/hydro/REMIX/hydro.h (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
Commit 208261e9c71fb9514d92a3e0bdae13efd51e65de by Matthieu Schaller
Fix GEAR sink number of outputs
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution_struct.h (diff)
Commit 8f8a50c872cf2aa795f175a5bb638459ae6523a9 by Matthieu Schaller
Add new planetary equations of state and EoS functions
The file was modifiedsrc/equation_of_state/planetary/ideal_gas.h (diff)
The file was modifiedsrc/equation_of_state/isothermal/equation_of_state.h (diff)
The file was modifiedsrc/equation_of_state/planetary/sesame.h (diff)
The file was modifiedsrc/equation_of_state/planetary/tillotson.h (diff)
The file was modifiedsrc/equation_of_state/planetary/hm80.h (diff)
The file was modifiedexamples/Planetary/EoSTables/get_eos_tables.sh (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/equation_of_state/barotropic/equation_of_state.h (diff)
The file was modifieddoc/RTD/source/Planetary/equations_of_state.rst (diff)
The file was modifiedsrc/equation_of_state/planetary/equation_of_state.h (diff)
The file was modifiedsrc/equation_of_state/ideal_gas/equation_of_state.h (diff)
The file was modifiedsrc/utilities.h (diff)
Commit 1bf18149def14d6b1bbe6b7cce93ec668a04e767 by Tom Sandnes
Remove the deleted testEOS.sh from list of necessary files
The file was modifiedtests/Makefile.am (diff)
Commit 59aa39170b96270f4a9afb1dc02925c3d2dc8f36 by jacob.kegerreis
Clarify FoF select-output docs
The file was modifieddoc/RTD/source/ParameterFiles/output_selection.rst (diff)
The file was modifieddoc/RTD/source/FriendsOfFriends/stand_alone_fof.rst (diff)
Commit 9ce37e09431374a6ab3614f51d3d360fcb097d12 by Matthieu Schaller
Synch spin jet code with downstream
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes.h (diff)
Commit 21d2cf5157750671842fd0193ea1a70db99097e6 by jamiejquinn
Move SWIFT's intrinsics.h to swift_intrinsics.h to avoid clash with Cray's own intrinsics.h
The file was removedsrc/intrinsics.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/timeline.h (diff)
The file was addedsrc/swift_intrinsics.h (diff)
The file was modifiedsrc/scheduler.c (diff)
Commit dc61386b596296eb24a41ce3556b7bb00c8255d8 by Orestis Karapiperis
Small fixes to let high res SB cluster example run out of the box
The file was modifiedexamples/SantaBarbara/SantaBarbara-256/getIC.sh (diff)
The file was modifiedexamples/SantaBarbara/SantaBarbara-256/santa_barbara.yml (diff)
The file was modifiedsrc/scheduler.c (diff)
Commit 8d045eef73af072f2f15e4b08e1f6a2bdcb297f8 by Matthieu Schaller
Fixes and improvements to h_max_active
The file was modifiedsrc/runner_recv.c (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/runner_ghost.c (diff)
Commit 85a9972e6d79d9efce020ebd0fae7f7339483192 by Matthieu Schaller
GEAR documentation improvement
The file was removeddoc/RTD/source/SubgridModels/GEAR/sinks/output.rst (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/gear_model.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/index.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/index.rst (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/feedback.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/index.rst (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/output.rst (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/chemistry.rst (diff)
The file was addeddoc/RTD/source/SubgridModels/GEAR/supernova_feedback.rst (diff)
Commit 1b0926b1821f623470bc762bd45a63fe9f4b33ac by Matthieu Schaller
Fixing downloads from swift_webstorage
The file was modifiedexamples/RadiativeTransferTests/IonizationEquilibriumICSetupTest/getReference.sh (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/run.sh (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_2D/getReference.sh (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/getChemistryTable.sh (diff)
The file was modifiedexamples/HydroTests/SedovBlast_3D/getGlass.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/IonMassFractionAdvectionTest_2D/getGlass.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_feedback/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/HydroTests/SodShock_3D/getGlass.sh (diff)
The file was modifiedexamples/Cooling/CoolingSedovBlast_3D/getGlass.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_feedback/getIC.sh (diff)
The file was modifiedexamples/HydroTests/Vacuum_2D/getGlass.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/getCoolingTables.sh (diff)
The file was modifiedexamples/SubgridTests/PressureFloor/getGlass.sh (diff)
The file was modifiedexamples/EAGLE_ICs/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/GEAR/AgoraDisk/getSolution.sh (diff)
The file was modifiedexamples/HydroTests/Noh_2D/getGlass.sh (diff)
The file was modifiedexamples/HydroTests/InteractingBlastWaves_1D/getReference.sh (diff)
The file was modifiedexamples/GravityTests/DiscPatch/HydroStatic/getGlass.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getEagleCoolingTable.sh (diff)
The file was modifiedexamples/Cosmology/ComovingSodShock_2D/getGlass.sh (diff)
The file was modifiedexamples/GEAR/AgoraCosmo/getChemistryTable.sh (diff)
The file was modifiedexamples/IdealisedCluster/getYieldTable.sh (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/getGlass.sh (diff)
The file was modifiedexamples/GEAR/AgoraCosmo/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_3D/getGlass.sh (diff)
The file was modifiedexamples/HydroTests/Vacuum_3D/getGlass.sh (diff)
The file was modifiedexamples/Cooling/getPS2020CoolingTables.sh (diff)
The file was modifiedexamples/HydroTests/BlobTest_Braspenning2022/getICs.sh (diff)
The file was modifiedexamples/HydroTests/SodShockSpherical_3D/getGlass.sh (diff)
The file was modifiedexamples/GEAR/AgoraCosmo/getIC.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/run.sh (diff)
The file was modifiedexamples/SantaBarbara/SantaBarbara-256/getIC.sh (diff)
The file was modifiedexamples/HydroTests/SodShock_2D/getGlass.sh (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/getSolutions.sh (diff)
The file was modifiedexamples/GEAR/ZoomIn/getIC.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/getPS2020CoolingTables.sh (diff)
The file was modifiedexamples/QuickLymanAlpha/getPloeckingerTable.sh (diff)
The file was modifiedexamples/GEAR/ZoomIn/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/getIC.sh (diff)
The file was modifiedexamples/AGORA/AgoraDisk/getIC.sh (diff)
The file was modifiedexamples/Cooling/FeedbackEvent_3D/getGlass.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_100/getIC.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/GEAR/AgoraDisk/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/SubgridTests/CosmologicalStellarEvolution/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/ChemistryTests/MetalAdvectionTestGEAR/getGlass.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_50/getIC.sh (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M13/getIC.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_25/getIC.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoPropagationTest_3D/getGlass.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_25_low_res/getIC.sh (diff)
The file was modifiedexamples/IdealisedCluster/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoAdvection_2D/getGlass.sh (diff)
The file was modifiedexamples/Cooling/CoolingRedshiftDependence/getGlass.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/PMillennium/PMillennium-3072/getIC.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/getIC.sh (diff)
The file was modifiedexamples/HydroTests/EvrardCollapse_3D/getReference.sh (diff)
The file was modifiedexamples/IsolateddSph/IsolateddSph_cups/run.sh (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/getDebuggingICs.sh (diff)
The file was modifiedexamples/SubgridTests/BlackHoleSwallowing/getGlass.sh (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M15/getIC.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/getCoolingTables.sh (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtzGrowthRate_3D/getGlass.sh (diff)
The file was modifiedexamples/HydroTests/ToroTest2_3D/getGlass.sh (diff)
The file was modifiedexamples/AGORA/AgoraDisk/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/getGlass.sh (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/getGlass.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_12/getIC.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_100/getIC.sh (diff)
The file was modifiedexamples/HydroTests/SedovBlast_2D/getGlass.sh (diff)
The file was modifiedexamples/Planetary/DemoImpact/getICs.sh (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/IdealisedCluster/getPS2020CoolingTables.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_dmparticles/getIC.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_6/getIC.sh (diff)
The file was modifiedexamples/ChemistryTests/MetalAdvectionTestEAGLE/getGlass.sh (diff)
The file was modifiedexamples/Cooling/getEagleCoolingTable.sh (diff)
The file was modifiedexamples/Planetary/EoSTables/get_eos_tables.sh (diff)
The file was modifiedexamples/Cooling/getGrackleCoolingTable.sh (diff)
The file was modifiedsrc/equation_of_state/planetary/get_eos_tables.sh (diff)
The file was modifiedexamples/HydroTests/GreshoVortex_2D/getGlass.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/CosmoCoolingTest/getReference.sh (diff)
The file was modifiedexamples/GEAR/AgoraDisk/getChemistryTable.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_50_low_res/getIC.sh (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M14/getIC.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_12/getIC.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_potential/getIC.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/getGlass.sh (diff)
The file was modifiedexamples/nIFTyCluster/Baryonic/getIC.sh (diff)
The file was modifiedexamples/SubgridTests/CosmologicalStellarEvolution/getGlass.sh (diff)
The file was modifiedexamples/HydroTests/GreshoVortex_3D/getGlass.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_feedback/getYieldTable.sh (diff)
The file was modifiedexamples/GEAR/ZoomIn/getChemistryTable.sh (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_2D/getGlass.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/getEagleYieldTable.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_50/getIC.sh (diff)
The file was modifiedexamples/HydroTests/ToroTest2_2D/getGlass.sh (diff)
The file was modifiedexamples/Cooling/CoolingWithPrimordialElements/getICs.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_25/getIC.sh (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtzGrowthRate_2D/getGlass.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/getIC.sh (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M135/getIC.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getYieldTable.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/getPS2020CoolingTables.sh (diff)
The file was modifiedexamples/Cooling/CoolingBox/getGlass.sh (diff)
The file was modifiedexamples/HydroTests/NFW_Hydrostatic/getICs.sh (diff)
The file was modifiedexamples/EAGLE_ICs/getEagleCoolingTable.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_feedback/getEagleCoolingTable.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/getIC.sh (diff)
The file was modifiedexamples/EAGLE_ICs/getEagleYieldTable.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/EAGLE/run.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_NFW_MN/getIC.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_Snipshots/getIC.sh (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_100/getIC.sh (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/getChemistryTable.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/AGORA/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/SinkParticles/PlummerSphere/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBoxSinkParticles/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/Cooling/ConstantCosmoTempEvolution/getGlass.sh (diff)
The file was modifiedexamples/HydroTests/SodShockSpherical_3D/getReference.sh (diff)
The file was modifiedexamples/HydroTests/SodShockSpherical_2D/getGlass.sh (diff)
The file was modifiedexamples/Cosmology/ComovingSodShock_3D/getGlass.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/getChemistryTable.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/getIC.sh (diff)
The file was modifiedexamples/GEAR/AgoraDisk/getIC.sh (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_12/getIC.sh (diff)
The file was modifiedexamples/QuickLymanAlpha/getWiersmaTable.sh (diff)
The file was modifiedexamples/IsolateddSph/IsolateddSph_core/run.sh (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_25/getIC.sh (diff)
The file was modifiedexamples/HydroTests/SodShockSpherical_2D/getReference.sh (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/getEagleYieldTable.sh (diff)
The file was modifiedexamples/Cooling/CoolingHeatingBox/getGlass.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_6/getIC.sh (diff)
The file was modifiedexamples/HydroTests/Noh_3D/getGlass.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/getReference.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_feedback/getPS2020CoolingTables.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/run_sink.sh (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_50/getIC.sh (diff)
The file was modifiedexamples/PMillennium/PMillennium-384/getIC.sh (diff)
The file was modifiedexamples/EAGLE_ICs/getPS2020CoolingTables.sh (diff)
The file was modifiedexamples/SubgridTests/SmoothedMetallicity/getGlass.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/CollidingBeams_2D/getGlass.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/getXrayTables.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/getIC.sh (diff)
The file was modifiedexamples/SubgridTests/CosmologicalStellarEvolution/getSolutions.sh (diff)
The file was modifiedexamples/GravityTests/MWPotential2014_df/run.sh (diff)
The file was modifiedexamples/PMillennium/PMillennium-768/getIC.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/getGlass.sh (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/QuickLymanAlpha/L050N0752/getIC.sh (diff)
The file was modifiedexamples/SubgridTests/CosmologicalStellarEvolution/getEagleYieldTable.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_VELOCIraptor/getIC.sh (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_3D/getReference.sh (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBoxSinkParticles/getChemistryTable.sh (diff)
The file was modifiedexamples/PMillennium/PMillennium-1536/getIC.sh (diff)
The file was modifiedexamples/Cooling/CoolingHeatingBox/getResults.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/GEAR/getGrackleCoolingTable.sh (diff)
The file was modifiedexamples/SantaBarbara/SantaBarbara-128/getIC.sh (diff)
Commit 095b1de78ab9e20935509753aabc3607f201fc62 by Matthieu Schaller
Fixing restarting in a zoom run
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
Commit 77ec8bf81d14a1d0b3335575103165c8322a375a by Matthieu Schaller
Applied python formatting script
The file was modifiedtests/makeInput.py (diff)
Commit 3224b1a63999505c68b3d280a53d0c21b18f5817 by Matthieu Schaller
Fix typo in stats gathering in the tools.c reported by Mladen
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/partition.c (diff)
The file was modifiedtools/task_plots/swift_hardcoded_data.py (diff)
Commit d5c4bab5674c75b1e3713210c8d088f4bae77b26 by Matthieu Schaller
Applied code formatting tool
The file was modifiedsrc/partition.c (diff)
Commit 4c97d9b2eebf9639989dfa0c533e62ca11a95212 by wjr21
Fixing 125 text conflict issue
The file was modifiedtests/test125cells.c (diff)
Commit 8d39ff066819aa62182208d192289a67f906a134 by Matthieu Schaller
Memory-lean implementation of FOF
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/fof.h (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_6/check_fof.py (diff)
The file was modifieddoc/RTD/source/FriendsOfFriends/parameter_description.rst (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/hashmap.c (diff)
The file was modifiedsrc/fof_catalogue_io.h (diff)
The file was modifiedsrc/engine_fof.c (diff)
The file was modifiedsrc/hashmap.h (diff)
The file was modifieddoc/RTD/source/Planetary/hydro_scheme.rst (diff)
The file was addeddoc/RTD/source/HydroSchemes/remix_sph.rst (diff)
The file was modifieddoc/RTD/source/Planetary/index.rst (diff)
The file was modifieddoc/RTD/source/HydroSchemes/index.rst (diff)
Commit 58d6bb41933eedb7a09e4767d074bd25a343c29d by Matthieu Schaller
Slimming down of foreign gpart + reduced comm size
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/runner.h (diff)
The file was modifiedsrc/gravity/Default/gravity.h (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/runner_doiact_grav.c (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/gravity_cache.h (diff)
The file was modifiedtools/task_plots/swift_hardcoded_data.py (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity.h (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/gravity/Default/gravity_part.h (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/part.c (diff)
The file was modifiedsrc/runner_pack.c (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/runner_recv.c (diff)
The file was modifiedswift_fof.c (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/active.h (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/cell_grav.h (diff)
The file was modifiedsrc/engine_fof.c (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity_part.h (diff)
The file was modifiedsrc/part.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 modifiedREADME.md (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedREADME (diff)
Commit 1fb70eaef02dff9cda918da179fbce5359457f17 by katy
Add missing files to the IsolatedGalaxy_starformation example
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/run.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/getPS2020CoolingTables.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/getEagleCoolingTable.sh (diff)
The file was addedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/getYieldTable.sh (diff)
Commit b95c16bedf09db04a19aa05afaa7ff32975ed39f by Matthieu Schaller
Zoom: fixing interactions and buffer cells
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
The file was modifiedsrc/runner_doiact_long_range_grav.c (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
The file was modifiedsrc/space.c (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 modifieddoc/RTD/source/EquationOfState/index.rst (diff)
The file was addedsrc/equation_of_state/continuous_barotropic/equation_of_state.h (diff)
The file was modifiedsrc/equation_of_state.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifieddoc/RTD/source/TimeStepping/timestep_synchronization.rst (diff)
The file was modifieddoc/RTD/source/TimeStepping/timestep_limiter.rst (diff)
Commit 41d32068a83258c822dd3ab7e8e128d48c3c0303 by Matthieu Schaller
Ensuring void task splitting is always symmetric + eighty-sixing buffer cells
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/cell_grav.h (diff)
The file was modifiedsrc/scheduler.c (diff)
Commit 518cb41dba3e90ba977091549c4522b97e0e1904 by Matthieu Schaller
Fixing find replace typo in task_below_diff_grav_dpeth
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/scheduler.c (diff)
Commit 088b9e1744b00dbf14f0c9db3326de7302339788 by Matthieu Schaller
Removing buffer cells from cell_getID test
The file was modifiedtests/testGetZoomIJKFunc.c (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.h (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/timers.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/timers.c (diff)
Commit 2b486461c33f4455dc2207d0bf9813488cf631c4 by Matthieu Schaller
Zoom: Applying fixes for running with EAGLE/hydro
The file was modifiedsrc/space_rebuild.c (diff)
The file was modifiedsrc/cell_split.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/space_extras.c (diff)
Commit 339f9fd422766475719fb2f4789edbbbf59e0232 by Matthieu Schaller
Zoom: Fixing empty top level zoom cell bug
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/space_rebuild.c (diff)
Commit 3c546cc7bf409bb091ff68b3603f4b391ac0bd01 by Matthieu Schaller
Zoom: Updating zoom test to account for NULL void progeny
The file was modifiedtests/testZoomVoidTree.c (diff)
Commit 63f126a9e44fa7f405bcb4a34e5f3fb0336cf061 by Matthieu Schaller
Accounting for differing softening lengths in exact gravity calculation and particle selection
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/gravity_properties.c (diff)
The file was modifiedsrc/gravity.c (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifiedsrc/gravity_properties.h (diff)
The file was modifieddoc/RTD/source/GettingStarted/special_modes.rst (diff)
Commit e4782930e90f79d53185591baf8845669972d958 by Matthieu Schaller
Removed the defunct 'anarchy-du' option alias for SPHENIX SPH
The file was modifiedconfigure.ac (diff)
Commit 7f7669d24731bdbd105f12b6bb0817649db85e88 by Matthieu Schaller
Zoom: implementing some I/O helpers for zoom outputs
The file was modifiedsrc/zoom_region/zoom.h (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_io.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_io.h (diff)
The file was modifiedsrc/line_of_sight.c (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity_io.h (diff)
The file was modifiedsrc/stars/EAGLE/stars_io.h (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_io.h (diff)
The file was modifiedsrc/sink/Default/sink_io.h (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_io.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_io.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_io.h (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/hydro/REMIX/hydro_io.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_io.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_io.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_io.h (diff)
The file was modifiedsrc/sink/Basic/sink_io.h (diff)
The file was modifiedsrc/stars/Basic/stars_io.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/single_io.c (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_io.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_io.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_io.h (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was addedsrc/zoom_region/zoom_io.c (diff)
The file was modifiedsrc/gravity/Default/gravity_io.h (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/black_holes/Default/black_holes_io.h (diff)
The file was modifiedsrc/stars/GEAR/stars_io.h (diff)
Commit dadf60ec4346a294c3e2f5a5e2fcd9c53bfd87f1 by Matthieu Schaller
Applied code formatting tool
The file was modifiedsrc/parallel_io.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/plots.py (diff)
The file was modifiedtheory/SPH/Flavours/plotSoundspeed.py (diff)
The file was modifiedtheory/SPH/Kernels/kernels.py (diff)
The file was removedtheory/latex/Figures/Gravity/force.png (diff)
The file was removedtheory/latex/Figures/Gravity/correction.png (diff)
The file was modifiedtheory/Multipoles/plot_mesh.py (diff)
The file was addedtheory/latex/Makefile (diff)
The file was modifiedtheory/SinkParticles/plot_imf_image.py (diff)
The file was removedtheory/latex/Figures/Gravity/error.png (diff)
The file was modifiedtheory/latex/Figures/Gravity/force.py (diff)
The file was modifiedtheory/RadiativeTransfer/HLLRiemannSolverEigenvalues/plot_eigenvalues.py (diff)
Commit a481b736392cb0589fbb5158182bfa633b33bc44 by Matthieu Schaller
Fix plotting script in the small cosmo volume example
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/plotProjection.py (diff)
Commit 3d524982a171d3f0497c1d6bab3eff1b8520bda1 by Matthieu Schaller
Zoom: Recentering during regridding
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
The file was modifiedsrc/zoom_region/zoom_io.c (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/zoom_region/zoom.h (diff)
The file was modifiedsrc/zoom_region/zoom_regrid.c (diff)
Commit 82dc246f67cee15cbfdc9f0dfbb4c09f2592bd89 by Matthieu Schaller
GEAR: Make Gizmo MFV and MFM compatible with sinks and SF
The file was modifiedsrc/sink/GEAR/sink_getters.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/gear_model.rst (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/README (diff)
The file was modifiedexamples/SinkParticles/HomogeneousBox/params.yml (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/sinks/theory.rst (diff)
Commit 35d6b583037488958762454ee50ff79a8ecc53d8 by Matthieu Schaller
Modularize Stellar Feedback in GEAR for Pre-Supernova Prescriptions
The file was modifiedsrc/stars/GEAR/stars.h (diff)
The file was modifiedsrc/stars/None/stars.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback_struct.h (diff)
The file was modifiedsrc/stars/EAGLE/stars.h (diff)
The file was modifiedsrc/timestep.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.h (diff)
The file was modifiedsrc/stars/Basic/stars.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback_iact.h (diff)
Commit f3aa1c258d4b003ff9db437a4cb62d9ac930fc20 by Matthieu Schaller
Prepare task MPI Interface for Sink Particles
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/partition.c (diff)
Commit cf150dd4bcda7b79a5ee8af111d45879ca56c869 by Matthieu Schaller
Fix swift with csds compilation
The file was modifiedsrc/runner_others.c (diff)
Commit a1f7c721189f088a481e5e5c69182da57a41e5c7 by Matthieu Schaller
Modularise GEAR feedback modules to reduce code duplication with mechanical feedback
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/feedback/GEAR/feedback.h (diff)
The file was addedsrc/feedback/GEAR/feedback_common.h (diff)
The file was addedsrc/feedback/GEAR/feedback_common.c (diff)
Commit 4738b9236739ced5138eab70ef5cf6297ecac2fd by Matthieu Schaller
Appied python formatting code
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/plotProjection.py (diff)
Commit 471d0ede9665d6bb23ac7f352fad6756720dc080 by Darwin Roduit
Fix GEAR stars compilation with feedback=none
The file was modifiedsrc/feedback/none/feedback.h (diff)
Commit ebbef3009821e5e3d1651a8854c55063cc569583 by Matthieu Schaller
Fixes to hydrostatic halo parameter file to run with latest code
The file was modifiedexamples/GravityTests/HydrostaticHalo/hydrostatic.yml (diff)
Commit 91872c6d02f8de85ec4016e81ef9eac79439dc79 by Rob McGibbon
Add extra fof properties
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/fof.h (diff)
The file was modifiedsrc/fof.c (diff)
Commit aef575c66d2ccfd859f8792fbd08cf775a1f6842 by Matthieu Schaller
Upgraded the clang formatting tool to version 20.0
The file was modifiedsrc/engine.c (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/runner_doiact_functions_black_holes.h (diff)
The file was modifiedformat.sh (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedsrc/engine_io.c (diff)
The file was modifiedINSTALL.swift (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was modifiedsrc/lightcone/lightcone_map.c (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedREADME.md (diff)
Commit 9e83e401ae8254d930a1c6dd2ad181ff9b50d5e2 by Peter W. Draper
Work around feature in clang-format/20.1.0
The file was modified.clang-format (diff)
Commit 81361e7ccc42c353cc9ecf33c9edd274815c7022 by Matthieu Schaller
Correction in GEAR Feddback
The file was modifiedsrc/feedback/GEAR/supernovae_ii.c (diff)
The file was modifiedsrc/feedback/GEAR/initial_mass_function.c (diff)
Commit 256fa041cf6ece95f1a85e09c9cd4d0d662be2d0 by Matthieu Schaller
CSDS documentation improvements
The file was modifieddoc/RTD/source/CSDS/index.rst (diff)
Commit 3257ae2eea53c66d683a0f89a84e72b08f1835ad by Matthieu Schaller
Add check for stand alone FOF
The file was modifiedsrc/fof.c (diff)
Commit 366714fa1fb02d8faaf60f20e46af5acf82993ed by Matthieu Schaller
Applied code formatting tool
The file was modifiedsrc/fof.c (diff)
Commit 1f81b30f9523c8377d6f0c11123bb17e507d5aec by Matthieu Schaller
Update the version number after the October 2025 updates
The file was modifiedREADME.md (diff)
The file was modifieddoc/RTD/source/conf.py (diff)
The file was modifiedREADME (diff)
The file was modifiedconfigure.ac (diff)
Commit 860f370d87b4dbef3a7e1c1f68cc7ef61a06ebcb by Matthieu Schaller
Being explicit about pointer placement in formatting
The file was modified.clang-format (diff)
Commit f956bfa6dabbe17e5fd4d3309f0d76c8229ea9e3 by Matthieu Schaller
Applying right pointer justification
The file was modifiedsrc/cooling/EAGLE/cooling_debug.h (diff)
The file was modifiedsrc/cooling/none/cooling.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_io.h (diff)
The file was modifiedsrc/pressure_floor/GEAR/pressure_floor_debug.h (diff)
The file was modifiedsrc/rt/GEAR/rt_ionization_equilibrium.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_debug.h (diff)
The file was modifiedsrc/rt/GEAR/rt_slope_limiters_cell.h (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_debug.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_flux.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_io.h (diff)
The file was modifiedtests/testRandomPoisson.c (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_debug.h (diff)
The file was modifiedsrc/chemistry_additions.h (diff)
The file was modifiedtests/testRandomSpacing.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback_debug.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_additions.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_io.h (diff)
The file was modifiedsrc/rt/GEAR/rt_slope_limiters_face.h (diff)
The file was modifiedsrc/power_spectrum.h (diff)
The file was modifiedsrc/single_io.c (diff)
The file was modifiedsrc/star_formation/QLA/star_formation_debug.h (diff)
The file was modifiedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
The file was modifiedsrc/rt/GEAR/rt_io.h (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry.h (diff)
The file was modifiedsrc/sink/Basic/sink_part.h (diff)
The file was modifiedsrc/fvpm_geometry/None/fvpm_geometry.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_part.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_parameters.h (diff)
The file was modifiedsrc/hydro/None/hydro_io.h (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry.h (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity_io.h (diff)
The file was modifiedsrc/adaptive_softening.h (diff)
The file was modifiedsrc/forcing/none/forcing.h (diff)
The file was modifiedsrc/black_holes/Default/black_holes_io.h (diff)
The file was modifiedsrc/chemistry/none/chemistry_io.h (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_part.h (diff)
The file was modifiedsrc/timers.c (diff)
The file was modifiedsrc/cooling/const_lambda/cooling_io.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_parameters.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_spin.h (diff)
The file was modifiedsrc/chemistry/none/chemistry_additions.h (diff)
The file was modifiedsrc/sink/Basic/sink_debug.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_parameters.h (diff)
The file was modifiedsrc/hydro/REMIX/hydro_io.h (diff)
The file was modifiedsrc/feedback/EAGLE_thermal/feedback_debug.h (diff)
The file was modifiedsrc/riemann/riemann_exact.h (diff)
The file was modifiedsrc/cooling/grackle/cooling.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_debug.h (diff)
The file was modifiedsrc/star_formation.c (diff)
The file was modifiedtests/testGravityDerivatives.c (diff)
The file was modifiedsrc/xmf.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_getters.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_gradients.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/stars/EAGLE/stars.h (diff)
The file was modifiedsrc/stars/GEAR/stars.h (diff)
The file was modifiedsrc/rt/debug/rt_properties.h (diff)
The file was modifiedsrc/sink/GEAR/sink_struct.h (diff)
The file was modifiedsrc/stars/Basic/stars_debug.h (diff)
The file was modifiedsrc/sink/Default/sink.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_part.h (diff)
The file was modifiedsrc/gravity/Default/gravity_debug.h (diff)
The file was modifiedsrc/fvpm_geometry/Gizmo/MFM/fvpm_geometry.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/csds_io.c (diff)
The file was modifiedsrc/hydro/Gizmo/hydro.h (diff)
The file was modifiedsrc/stars/EAGLE/stars_part.h (diff)
The file was modifiedsrc/chemistry.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt.h (diff)
The file was modifiedsrc/neutrino/Default/neutrino_io.h (diff)
The file was modifiedsrc/particle_splitting.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_debug.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_debug.h (diff)
The file was modifiedsrc/potential/MWPotential2014/potential.h (diff)
The file was modifiedsrc/feedback/EAGLE_kinetic/feedback_debug.h (diff)
The file was modifiedsrc/sink/Default/sink_struct.h (diff)
The file was modifiedsrc/feedback/none/feedback.h (diff)
The file was modifiedsrc/chemistry/QLA/chemistry_io.h (diff)
The file was modifiedsrc/potential/constant/potential.h (diff)
The file was modifiedsrc/forcing/ABC_flow/forcing.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_iact.h (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
The file was modifiedsrc/forcing.c (diff)
The file was modifiedsrc/potential/hernquist/potential.h (diff)
The file was modifiedsrc/cooling/QLA_EAGLE/cooling_io.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback_common.c (diff)
The file was modifiedsrc/mhd/None/mhd_io.h (diff)
The file was modifiedsrc/rt/none/rt_io.h (diff)
The file was modifiedsrc/star_formation/none/star_formation_io.h (diff)
The file was modifiedsrc/cooling/QLA/cooling_debug.h (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedtests/testAdiabaticIndex.c (diff)
The file was modifiedsrc/star_formation/none/star_formation_debug.h (diff)
The file was modifiedsrc/cooling/const_lambda/cooling.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_iact.h (diff)
The file was modifiedsrc/chemistry/QLA/chemistry_debug.h (diff)
The file was modifiedtests/testTimeline.c (diff)
The file was modifiedsrc/hydro/REMIX/hydro_part.h (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_io.h (diff)
The file was modifiedsrc/common_io_cells.c (diff)
The file was modifiedsrc/xmf.c (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_properties.h (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry_debug.h (diff)
The file was modifiedsrc/common_io_fields.c (diff)
The file was modifiedsrc/hydro/Phantom/hydro_parameters.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_parameters.h (diff)
The file was modifiedsrc/fof_io.h (diff)
The file was modifiedsrc/part_type.h (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry_debug.h (diff)
The file was modifiedtests/testErfc.c (diff)
The file was modifiedsrc/feedback/EAGLE_kinetic/feedback.c (diff)
The file was modifiedsrc/riemann/riemann_vacuum.h (diff)
The file was modifiedsrc/stars/None/stars_debug.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_additions.h (diff)
The file was modifiedsrc/cooling/const_du/cooling.h (diff)
The file was modifiedsrc/hydro/None/hydro_debug.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_debug.h (diff)
The file was modifiedsrc/stars/GEAR/stars_debug.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry.h (diff)
The file was modifiedsrc/hydro/REMIX/hydro_debug.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation.h (diff)
The file was modifiedsrc/stars/None/stars.h (diff)
The file was modifiedsrc/potential/nfw_mn/potential.h (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/sink/GEAR/sink.h (diff)
The file was modifiedsrc/common_io_copy.c (diff)
The file was modifiedsrc/cooling/none/cooling_io.h (diff)
The file was modifiedsrc/shadowswift/voronoi.h (diff)
The file was modifiedsrc/potential/point_mass_softened/potential.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_debug.h (diff)
The file was modifiedsrc/output_options.c (diff)
The file was modifiedsrc/gravity/Default/gravity_io.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_slope_limiters_cell.h (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_cooling.c (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_cooling.h (diff)
The file was modifiedsrc/rt/debug/rt.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry.h (diff)
The file was modifiedtests/testRiemannExact.c (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_debug.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_part.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_io.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_unphysical.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_iact.h (diff)
The file was modifiedtests/testRiemannTRRS.c (diff)
The file was modifiedsrc/stars/Basic/stars_part.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_io.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_io.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_debug.h (diff)
The file was modifiedsrc/potential/disc_patch/potential.h (diff)
The file was modifiedsrc/potential/nfw/potential.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback.c (diff)
The file was modifiedsrc/rt/debug/rt_additions.h (diff)
The file was modifiedsrc/cooling/grackle/cooling_io.h (diff)
The file was modifiedsrc/feedback/EAGLE/interpolate.h (diff)
The file was modifiedsrc/sink/GEAR/sink_part.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_species_and_elements.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_parameters.h (diff)
The file was modifiedsrc/rt/GEAR/rt_stellar_emission_model.h (diff)
The file was modifiedsrc/chemistry/AGORA/chemistry_io.h (diff)
The file was modifiedsrc/chemistry/none/chemistry_debug.h (diff)
The file was modifiedsrc/mesh_gravity.c (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was modifiedsrc/pressure_floor/none/pressure_floor.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation.h (diff)
The file was modifiedsrc/io_compression.h (diff)
The file was modifiedsrc/distributed_io.h (diff)
The file was modifiedsrc/gravity/Default/gravity.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_part.h (diff)
The file was modifiedsrc/chemistry/QLA/chemistry_additions.h (diff)
The file was modifiedsrc/potential/none/potential.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/feedback/AGORA/feedback_debug.h (diff)
The file was modifiedsrc/sink/GEAR/sink_io.h (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedsrc/sink/GEAR/sink_setters.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_part.h (diff)
The file was modifiedsrc/feedback/GEAR/lifetime.h (diff)
The file was modifiedsrc/star_formation/QLA/star_formation.h (diff)
The file was modifiedtests/testRandom.c (diff)
The file was modifiedsrc/feedback/EAGLE/enrichment.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_struct.h (diff)
The file was modifiedsrc/output_options.h (diff)
The file was modifiedsrc/rt/none/rt.h (diff)
The file was modifiedtests/testExp.c (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_parameters.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_debug.h (diff)
The file was modifiedsrc/black_holes/Default/black_holes_debug.h (diff)
The file was modifiedsrc/star_formation/none/star_formation.h (diff)
The file was modifiedsrc/extra_io.h (diff)
The file was modifiedsrc/potential/sine_wave/potential.h (diff)
The file was modifiedsrc/sink/Default/sink_debug.h (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry_additions.h (diff)
The file was modifiedsrc/single_io.h (diff)
The file was modifiedsrc/cooling/const_lambda/cooling_debug.h (diff)
The file was modifiedsrc/feedback/AGORA/feedback.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.h (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity.h (diff)
The file was modifiedsrc/feedback/EAGLE_thermal/feedback.h (diff)
The file was modifiedsrc/cooling.c (diff)
The file was modifiedsrc/feedback/EAGLE_thermal/feedback.c (diff)
The file was modifiedsrc/hydro/Minimal/hydro_parameters.h (diff)
The file was modifiedsrc/sink/Basic/sink.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
The file was modifiedsrc/chemistry/none/chemistry.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_io.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_io.h (diff)
The file was modifiedsrc/black_holes/Default/black_holes_part.h (diff)
The file was modifiedsrc/cooling/const_du/cooling_debug.h (diff)
The file was modifiedsrc/part_type.c (diff)
The file was modifiedsrc/serial_io.h (diff)
The file was modifiedsrc/potential/point_mass/potential.h (diff)
The file was modifiedsrc/feedback/EAGLE_kinetic/feedback.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_parameters.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_velocities.h (diff)
The file was modifiedsrc/rt/GEAR/rt_additions.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback_properties.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation_io.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_iact.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_io.h (diff)
The file was modifiedsrc/tracers/none/tracers_debug.h (diff)
The file was modifiedsrc/stars/None/stars_part.h (diff)
The file was modifiedsrc/chemistry.c (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes.h (diff)
The file was modifiedsrc/hydro/REMIX/hydro_parameters.h (diff)
The file was modifiedsrc/cooling/const_du/cooling_io.h (diff)
The file was modifiedsrc/feedback/GEAR/feedback_common.h (diff)
The file was modifiedsrc/cooling/grackle/cooling_debug.h (diff)
The file was modifiedsrc/potential.c (diff)
The file was modifiedsrc/fvpm_geometry/Gizmo/fvpm_geometry.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_debug.h (diff)
The file was modifiedsrc/rt/debug/rt_io.h (diff)
The file was modifiedsrc/cooling/PS2020/cooling_debug.h (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/parallel_io.h (diff)
The file was modifiedsrc/tracers/EAGLE/tracers_io.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_getters.h (diff)
The file was modifiedsrc/rt/none/rt_additions.h (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_debug.h (diff)
The file was modifiedsrc/feedback/none/feedback_debug.h (diff)
The file was modifiedsrc/physical_constants.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_debug.h (diff)
The file was modifiedsrc/chemistry/GEAR_DIFFUSION/chemistry_io.h (diff)
The file was modifiedsrc/common_io.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry_utils.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation_debug.h (diff)
The file was modifiedtests/testLog.c (diff)
The file was modifiedsrc/cooling/QLA/cooling_io.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_iact.h (diff)
The file was modifiedsrc/mhd/None/mhd_parameters.h (diff)
The file was modifiedsrc/sink/Default/sink_part.h (diff)
The file was modifiedsrc/potential/isothermal/potential.h (diff)
The file was modifiedsrc/pressure_floor/none/pressure_floor_debug.h (diff)
The file was modifiedsrc/version.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_part.h (diff)
The file was modifiedsrc/chemistry/GEAR/chemistry_additions.h (diff)
The file was modifiedsrc/forcing.h (diff)
The file was modifiedsrc/fvpm_geometry/Gizmo/MFV/fvpm_geometry.h (diff)
The file was modifiedsrc/star_formation/QLA/star_formation_io.h (diff)
The file was modifiedsrc/potential/hernquist_sdmh05/potential.h (diff)
The file was modifiedsrc/stars/GEAR/stars_part.h (diff)
The file was modifiedsrc/rt/GEAR/rt_properties.h (diff)
The file was modifiedsrc/potential.h (diff)
The file was modifiedsrc/sink/GEAR/sink_getters.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_velocities.h (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_struct.h (diff)
The file was modifiedsrc/rt/GEAR/rt_flux.h (diff)
The file was modifiedsrc/sink/Basic/sink_struct.h (diff)
The file was modifiedsrc/tracers/EAGLE/tracers_debug.h (diff)
The file was modifiedsrc/cooling/none/cooling_debug.h (diff)
The file was modifiedsrc/units.h (diff)
The file was modifiedsrc/rt/GEAR/rt_unphysical.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_flux.h (diff)
The file was modifiedsrc/tracers/none/tracers_io.h (diff)
The file was modifiedtests/testMatrixInversion.c (diff)
The file was modifiedtests/testKernelLongGrav.c (diff)
The file was modifiedsrc/equation_of_state/planetary/equation_of_state.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_stellar_emission_rate.h (diff)
The file was modifiedsrc/star_formation.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_debug.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_parameters.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_io.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_part.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_io.h (diff)
The file was modifiedsrc/sink/Default/sink_io.h (diff)
The file was modifiedsrc/riemann/riemann_trrs.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_parameters.h (diff)
The file was modifiedsrc/cycle.h (diff)
The file was modifiedsrc/pressure_floor/GEAR/pressure_floor.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_part.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_debug.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_io.h (diff)
The file was modifiedsrc/stars/EAGLE/stars_debug.h (diff)
The file was modifiedsrc/chemistry/EAGLE/chemistry_io.h (diff)
The file was modifiedsrc/cooling/PS2020/cooling_io.h (diff)
The file was modifiedsrc/sink/GEAR/sink_debug.h (diff)
The file was modifiedsrc/cooling/EAGLE/cooling_io.h (diff)
The file was modifiedsrc/chemistry/QLA/chemistry.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_setters.h (diff)
The file was modifiedsrc/statistics.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_part.h (diff)
The file was modifiedsrc/gravity/MultiSoftening/gravity_debug.h (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_io.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_setters.h (diff)
The file was modifiedsrc/cooling/QLA_EAGLE/cooling_debug.h (diff)
The file was modifiedsrc/black_holes/Default/black_holes.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_debug.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/hydro/None/hydro_part.h (diff)
The file was modifiedsrc/common_io.c (diff)
The file was modifiedsrc/rt/none/rt_properties.h (diff)
The file was modifiedsrc/velociraptor_io.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_debug.h (diff)
The file was modifiedsrc/stars/Basic/stars.h (diff)
The file was modifiedsrc/cooling.h (diff)
The file was modifiedsrc/black_holes/Default/black_holes_struct.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_io.h (diff)
The file was modifiedsrc/hydro/None/hydro_parameters.h (diff)
The file was modifiedsrc/io_compression.c (diff)
The file was modifiedsrc/sink/Basic/sink_io.h (diff)
Commit b2f043c6f65718c519142626b3c380403bc2b1b8 by Matthieu Schaller
Zoom: Fixing region init args in test suite
The file was modifiedtests/testZoomInit.c (diff)
The file was modifiedtests/testGetZoomIJKFunc.c (diff)
The file was modifiedsrc/single_io.c (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/line_of_sight.c (diff)
Commit 36e6a706ded8d9d3600851d15c0eee598f782c87 by Matthieu Schaller
Make sure the configuration header is included in the main zoom header
The file was modifiedsrc/zoom_region/zoom.h (diff)
Commit 34d32538f1427f0a417c46d9d6505930a415bf9c by Matthieu Schaller
Zoom: Removing unnecessary pair tasks
The file was modifiedsrc/runner_doiact_long_range_grav.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/scheduler.c (diff)
Commit 3451d40e38f6dd2cd0b994d3ba61376fde673240 by Matthieu Schaller
Handling some zoom cell geometry edge cases
The file was modifiedsrc/zoom_region/zoom_cell.c (diff)
The file was modifiedsrc/zoom_region/zoom_split.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/zoom_region/zoom_init.c (diff)
The file was modifiedsrc/scheduler.c (diff)