Go to the source code of this file.
|
| | 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 |
| |