| 9 |
sNy = size of tile in y-direction (ideally fits in cache, 30-60) |
sNy = size of tile in y-direction (ideally fits in cache, 30-60) |
| 10 |
OLx = overlap size in x-direction (1 or 3 usually) |
OLx = overlap size in x-direction (1 or 3 usually) |
| 11 |
OLy = overlap size in y-direction (1 or 3 usually) |
OLy = overlap size in y-direction (1 or 3 usually) |
| 12 |
ii) of ini_params.F: |
ii) of ini_parms.F: |
| 13 |
nTimeSteps = number of pseudo-timesteps to run for |
nTimeSteps = number of pseudo-timesteps to run for |
| 14 |
cg2dMaxIters = maximum number of CG iterations per timestep |
cg2dMaxIters = maximum number of CG iterations per timestep |
| 15 |
|
|