Skip to content

vpuri3/PFHubBenchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PFHubBenchmarks

PFHub benchmark problems implemented with FEniCS. Problem details https://pages.nist.gov/pfhub/

Installation and Running

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

About

Phase Field simulations implemented with FEniCS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors