Skip to content
Snippets Groups Projects

Fixed issues with missing unlocks/dependencies/debug checks for top level cells which aren't also super cells

Merged Mladen Ivkovic requested to merge rt_fix_timestep_collect_dependency into master
Compare and
14 files
+ 367
78
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -26,6 +26,9 @@ o To use GEAR-RT, configure SWIFT with
--with-stars=basic --with-hydro=gizmo-mfv --with-riemann-solver=hllc --with-rt=GEAR_1 --with-rt-riemann-solver=GLF --with-feedback=none
[technically, any other feedback scheme should work as well.]
[the .yml file is set up to handle up to 3 photon groups, so
you could also be compiling with --with-rt=GEAR_3 if you want
to test more photon groups as well.]
o To use the DEBUG RT scheme, configure SWIFT with
Loading