Step size ($h$)

The distance between consecutive points of the discretization.

Definition

The step hh controls the resolution of a mesh or of an ODE integration. Truncation error is written as powers of hh, and computational cost grows as it shrinks: choosing hh is a trade-off between accuracy, cost and stability.

How it is used

In stiff problems stability rules rather than accuracy: the admissible step can be far smaller than the truncation error suggests.