English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Journal Article

py-pde: A Python package for solving partial differential equations

MPS-Authors
/persons/resource/persons185097

Zwicker,  David
Max Planck Research Group Theory of Biological Fluids, Max Planck Institute for Dynamics and Self-Organization, Max Planck Society;

External Resource
No external resources are shared
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)
There are no public fulltexts stored in PuRe
Supplementary Material (public)
There is no public supplementary material available
Citation

Zwicker, D. (2020). py-pde: A Python package for solving partial differential equations. Journal of Open Source Software, 5(48): 2158. doi:10.21105/joss.02158.


Cite as: https://hdl.handle.net/21.11116/0000-0009-CE07-8
Abstract
The py-pde python package presented in this paper allows researchers to quickly and conveniently simulate and analyze PDEs of the general form
∂tu(x, t) = D[u(x, t)] + η(u, x, t) ,
where D is a (non-linear) differential operator that defines the time evolution of a (set of)
physical fields u with possibly tensorial character, which depend on spatial coordinates x and
time t. The framework also supports stochastic differential equations in the Itô representation,
indicated by the noise term η in the equation above.