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

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

Find the parameters you need to get a grid with n values between x1 and x2. More...

Functions/Subroutines

program getgrid
 Find the parameters you need to get a grid with n values between x1 and x2. More...
 
subroutine printgrid (xi1, dx, n)
 Print the masses, mass ratios or periods in a grid. More...
 

Detailed Description

Find the parameters you need to get a grid with n values between x1 and x2.

Function/Subroutine Documentation

program getgrid ( )

Find the parameters you need to get a grid with n values between x1 and x2.

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

Referenced by getgrid(), and grid().