Ask Your Question

Revision history [back]

There is no PDE in Sage (yet?), however you can install some PDE Python libraries, for example you can easily install fipy by typing from a terminal:

sage -pip install ez_setup fipy

Then, you can import it from within Sage and let it interact with other existing tools.

Other possibilities seem to include sfepy and hpfem, though they might require more skills to get installed within Sage.