Consistency

A method is consistent if its local error tends to zero as the step size shrinks.

Definition

Consistency compares the exact equation with the numerical scheme over one step. For ODEs, substituting the exact solution into the method leaves a local defect that vanishes as h0h\to0.

How it is used

Use it to separate modelling error from iteration behaviour: an inconsistent method cannot converge to the correct solution even if it is stable.