evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
 All Classes Files Functions Variables Pages
Functions/Subroutines
grid.f90 File Reference

(evTools version 0.4.1, revision 191, hash 60997ac (2015-04-25))

See what a log grid of models in ev will result in. More...

Functions/Subroutines

program grid
 See what a log grid of models in ev will result in. More...
 
subroutine printgrid (xi1, dx, n)
 Print the masses, mass ratios or periods in a grid. More...
 

Detailed Description

See what a log grid of models in ev will result in.

Function/Subroutine Documentation

program grid ( )

See what a log grid of models in ev will result in.

References printgrid().

subroutine printgrid ( real(double), intent(in)  xi1,
real(double), intent(in)  dx,
integer, intent(in)  n 
)

Print the masses, mass ratios or periods in a grid.

Parameters
xi1Initial value for log M/q/P
dxIncrement of M/q/P
nNumber of steps in grid
Note
Shared with grid.f90