galpy.orbit.Orbit.getOrbit_dxdv

integrate_dxdv is currently only supported for planarOrbit instances. getOrbit_dxdv is therefore also only supported for those types of Orbit.

Orbit.getOrbit_dxdv()

NAME:

getOrbit_dxdv

PURPOSE:

return a previously calculated integration of a small phase-space volume (with integrate_dxdv)

INPUT:

(none)

OUTPUT:

array orbit[nt,nd*2] with for each t the dxdv vector

HISTORY:

2010-07-10 - Written - Bovy (NYU)