Coarse grid size parameters: nt0, nx0, ny0, nz0
The coarse mesh is specified by the following four parameters:
- nt0 : number of coarse mesh time steps to take during a simulation
- nx0 : number of coarse mesh points in the x direction
- ny0 : number of coarse mesh points in the y direction
- nz0 : number of coarse mesh points in the z direction
Notes
- While nx0 , ny0 , and nz0 do not have to
be equal, the resolution in the x-, y-, and z- directions must be equal. See
resolution documentation
- Note that nx0 , ny0 , and nz0 must be
odd, not even. Otherwise, undefined results will occur.
See Also
resolution
Index of all manual pages
Examples
None