Order
The asymptotic rate at which the error decreases.
Definition
Order summarizes the dominant power of the error. If a step method has global error , halving reduces the error by about . For root finding, defines iterative order.
How it is used
Use it to compare refinements, but not as a replacement for cost: RK4 is fourth order, yet uses four evaluations of per step.