PFHub benchmark problems implemented with FEniCS. Problem details https://pages.nist.gov/pfhub/
Install FEniCS using Miniconda.
conda create -n PF-env
conda activate PF-env
conda install -c conda-forge fenics dolfin-adjoint matplotlib
Clone the code
git clone git@github.com:vpuri3/PFHubBenchmarks.git
Run the code in parallel
cd PFHubBenchmarks/
mpirun -np 8 python dolfin/bench<1,2,3,6>.py
or in serial
cd PFHubBenchmarks/
python dolfin/bench<1,2,3,6>.py