mockstream_dop853#
- gala.dynamics.mockstream.mockstream_dop853(nbody, time, stream_w0, stream_t1, tfinal, nstream, atol=1e-10, rtol=1e-10, nmax=0, dt_max=0.0, nstiff=-1, progress=0, err_if_fail=1, log_output=0)#
- Parameters:
- nbody
DirectNBody - time
numpy.ndarray(ntimes, ) - stream_w0
numpy.ndarray(nstreamparticles, 6) - stream_t1
numpy.ndarray(ntimes, ) - nstream
numpy.ndarray(ntimes, ) The number of stream particles to be integrated from this timestep.
- nbody
Notes
In code,
nbodiesare the massive bodies included from thenbodyinstance passed in.nstreamparticlesare the stream test particles.nstreamis the array containing the number of stream particles released at each timestep.