fenics
Summary
Module Name: fenics
Support Level: Secondary Support
Software Access Level: Open Access
Home Page: 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 in a Linux environment run the commands:
module load fenics
ipython
from dolfin import*
From this you can then continue with your python code.