Nbody6
 All Files Functions Variables
hut.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine hut (es0, spin10, spin20, ecc, spin1, spin2, nsteps, dtau)
 
subroutine rk4b (dt, u)
 
subroutine deriv2 (u, udot)
 

Function/Subroutine Documentation

subroutine deriv2 ( real*8, dimension(3)  u,
real*8, dimension(3)  udot 
)

Definition at line 107 of file hut.f.

Referenced by hut(), and rk4b().

Here is the caller graph for this function:

subroutine hut (   es0,
  spin10,
  spin20,
  ecc,
  spin1,
  spin2,
  nsteps,
  dtau 
)

Definition at line 1 of file hut.f.

References deriv2(), and rk4b().

Referenced by spiral().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rk4b (   dt,
real*8, dimension(n)  u 
)

Definition at line 65 of file hut.f.

References deriv2().

Referenced by hut().

Here is the call graph for this function:

Here is the caller graph for this function: