Minnesota Supercomputing Institute
1.5.0
1.5.0, 1.5.0
Wednesday, March 25, 2020
Thursday, August 2, 2018
FEniCS is a popular open-source (LGPLv3) computing platform for solving partial differential equations (PDEs).
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.