GPUE  v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
hist3d.py File Reference

Go to the source code of this file.

Namespaces

 hist3d
 

Functions

def hist3d.plot_xyz_histogram (start, fin, incr, barcolor)
 
def hist3d.plot_hist_pcolor (start, fin, incr, barcolor)
 

Variables

 hist3d.c = ConfigParser.ConfigParser()
 
 hist3d.xDim = int(c.getfloat('Params','xDim'))
 
 hist3d.yDim = int(c.getfloat('Params','yDim'))
 
 hist3d.gndMaxVal = int(c.getfloat('Params','gsteps'))
 
 hist3d.evMaxVal = int(c.getfloat('Params','esteps'))
 
 hist3d.incr = int(c.getfloat('Params','print_out'))
 
tuple hist3d.sep = (c.getfloat('Params','dx'))
 
tuple hist3d.dx = (c.getfloat('Params','dx'))
 
tuple hist3d.dt = (c.getfloat('Params','dt'))
 
tuple hist3d.xMax = (c.getfloat('Params','xMax'))
 
tuple hist3d.yMax = (c.getfloat('Params','yMax'))
 
int hist3d.num_vort = 0