zwicker-group / py-pde

Python package for solving partial differential equations using finite differences.
https://py-pde.readthedocs.io
MIT License
402 stars 51 forks source link

Non-linear PDEs homotopy analysis method #437

Closed Asif-Iqbal-Bhatti closed 11 months ago

Asif-Iqbal-Bhatti commented 1 year ago

can this code solve highly non-linear equations encounters in nonequilibrium dynamical systems?

david-zwicker commented 1 year ago

I'm not quite sure what you're asking. What do you mean by "PDEs homotopy analysis"? Certainly the code can solve some non-linear equations, while others are unstable and difficult to solve with the package.