Nbody6
 All Files Functions Variables
himod.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine himod (evec, hvec, m3, mt, EOvec, HOvec, ICALL, dt0, dt, e, r, v)
 
subroutine cross (u, v, w)
 
real *8 function dot (u, v)
 
subroutine transform2 (element, mb, r, v)
 
subroutine transform4 (e, h, mb, element)
 

Function/Subroutine Documentation

subroutine cross ( real*8, dimension(3)  u,
real*8, dimension(3)  v,
real*8, dimension(3)  w 
)

Definition at line 109 of file himod.f.

Referenced by deriv(), peri(), and transform4().

Here is the caller graph for this function:

real*8 function dot ( real*8, dimension(3)  u,
real*8, dimension(3)  v 
)

Definition at line 122 of file himod.f.

Referenced by deriv(), himod(), and transform4().

Here is the caller graph for this function:

subroutine himod ( real*8, dimension(3)  evec,
real*8, dimension(3)  hvec,
  m3,
  mt,
real*8, dimension(3)  EOvec,
real*8, dimension(3)  HOvec,
  ICALL,
  dt0,
  dt,
  e,
real*8, dimension(3)  r,
real*8, dimension(3)  v 
)

Definition at line 1 of file himod.f.

References deriv(), dot(), rkint(), transform2(), and transform4().

Referenced by higrow().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine transform2 ( real*8, dimension(6)  element,
real*8  mb,
real*8, dimension(3)  r,
real*8, dimension(3)  v 
)

Definition at line 133 of file himod.f.

Referenced by himod().

Here is the caller graph for this function:

subroutine transform4 ( real*8, dimension(3)  e,
real*8, dimension(3)  h,
real*8  mb,
real*8, dimension(6)  element 
)

Definition at line 201 of file himod.f.

References cross(), and dot().

Referenced by himod().

Here is the call graph for this function:

Here is the caller graph for this function: