resolution

The parameters dt, dx, dy, and dz are not directly user-defined but are controlled by the driver. Querying these parameters in a simulation will give the local grid values for dt, dx, dy, and dz.

Notes

See Also

h,hx,hy,hz,hxyz0

Index of all manual pages

Examples

Example:
       dx = par(P_DX)
       dt = par(P_DT)
This returns the local dx and dt for the grid. Grids from different levels of refinement will return different answers.