Add drift/kick/timestep function for sink
Compare changes
+ 39
− 0
@@ -31,6 +31,7 @@
@@ -199,4 +200,42 @@ __attribute__((always_inline)) INLINE static void drift_bpart(
I am only adding the functions for the drift/kick/timestep and not the structure around them. I am also implementing a new set of min/max functions because we will need them when computing the time step of a cell (min/max for gparts, parts, sparts, bparts and sinks -> 5 values).