How to determine stability of nonlinear diffusion equation using explicit finite difference scheme?

287 Views Asked by At

I'm trying to determine stability criteria for a particular case of nonlinear diffusion $$ \frac{\partial u}{\partial t} = \frac{\partial }{\partial x}\left(g(u)\frac{\partial u}{\partial x}\right), $$ using finite differences. For linear diffusion Von Neumann Stability analysis can be used to get the result $$ \nu \frac{\Delta t}{(\Delta x)^2} \leq \frac{1}{2}, $$ but I'm not sure where to start for nonlinear diffusion since the same technique does not appear to work. Any references of where to look would be appreciated!