motion#

Functions#

time_derivative(f, xyz, t[, h])

space_dirderivative(f, xyz, t, direction[, h])

particle_motion(t, state, p)

particle_motion_withoutALforce(t, state, p)

particle_motion_withALforce(t, state, p)

gc_motion(t, state, p)

gc_motion_stateRdotR(t, state, p)

gc_motion_stateRv(t, state, p)

particle_motion_relativistic(t, state, p)

Module Contents#

motion.time_derivative(f, xyz, t, h=1e-05)[source]#
motion.space_dirderivative(f, xyz, t, direction, h=1e-08)[source]#
motion.particle_motion(t, state, p)[source]#
motion.particle_motion_withoutALforce(t, state, p)[source]#
motion.particle_motion_withALforce(t, state, p)[source]#
motion.gc_motion(t, state, p)[source]#
motion.gc_motion_stateRdotR(t, state, p)[source]#
motion.gc_motion_stateRv(t, state, p)[source]#
motion.particle_motion_relativistic(t, state, p)[source]#