Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.22 KB

README.rst

File metadata and controls

53 lines (33 loc) · 1.22 KB

sympde

build status binder Documentation Status

sympde is a Symbolic calculus library for partial differential equations and variational forms. It can be used to have similar capabilities as the fenics project, by extending and writing your own printing functions.

An example of use can be found in psydac or gelato.

Install

From PyPi

Simply run, for a local installation:

pip3 install --user sympde

or:

pip3 install sympde

for a global installation.

From sources

  • Standard mode:

    python3 -m pip install .
    
  • Development mode:

    python3 -m pip install --user -e .