Hello,
I have the following code which generates a 3-d grid between 0 and nmax (usually the three nmax's are around 100):
program Mesh
implicit none
integer, parameter :: npts=64
integer::ntot,n,n1,n2,n3,nmax(3), nstart(3),tmp(3),k(3,npts)
nmax(1)=4...