zwicker-group / py-pde

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

How to use it #345

Closed hxwe closed 1 year ago

hxwe commented 1 year ago

I am learing python for just one month.I still can not understand how to use the py-pde.But I have to solve a pde problem named Dual-temperature equation.So I need some advice on how to use it or where I can learn.

david-zwicker commented 1 year ago

We can only help you if you have a concrete question and demonstrated first attempts.

hxwe commented 1 year ago

Excuse me,I am still quite not sure whether it can solve heat conduction problems like this . heat conduction problems.docx If so,how can I input the parameters. Thanks!

david-zwicker commented 1 year ago

Having had a quick look at the document, I think this might be possible. Please read the documentation and examples carefully to learn how to use py-pde.