In my partial differential equations course, given an equation on $[0,T]\times\mathbb{R}^n$:
$\partial_t u(x,t) + b(x,t)\partial_x u(x,t) + a(x,t)\partial_{xx}u(x,t) + f(x,t) = 0$
$v(x,T) = g(x) \forall x\in\mathbb(R)^n$
We can define a finite-difference scheme $u_j^k, j\in\mathbb{Z}, k=0:N$ where $u_j^k$ is an approximation of $u(j\Delta x, k\Delta t)$ where $\Delta t = T/N$ a time step.
We say that the scheme is simply monotone if $\forall j, u_j ^{k-1}$ is an increasing function of $u_j^k, u_{j-1}^k, u_{j+1}^k$ and $f_j^k$.
In the course, we bother searching conditions on the time / space steps so that the scheme is monotone, but I do no understand the importance of such schemes.
Thank you very much,