maroba / findiff

Python package for numerical derivatives and partial differential equations in any number of dimensions.
MIT License
420 stars 60 forks source link

Non-linear PDE #20

Closed mralbu closed 4 years ago

mralbu commented 4 years ago

Is it possible to use findiff to solve non-linear PDEs, such as Burgers equation?

maroba commented 4 years ago

No, sorry, currently findiff only supports linear PDEs.