Minnesota Supercomputing Institute
1.5.0
1.5.0, 1.5.0
Tuesday, August 29, 2023
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.