# fenics ## Summary + **Module Name:** fenics + **Support Level:** Secondary Support + **Software Access Level:** Open Access + **Home Page:** [https://fenicsproject.org](https://fenicsproject.org) ## Software Description FEniCS is a popular open-source (LGPLv3) computing platform for solving partial differential equations (PDEs). ## General Linux To run this software [interactively](https://www.msi.umn.edu/remote-access) in a Linux environment run the commands: module load fenics ipython from dolfin import* From this you can then continue with your python code.