8000 GitHub - andrewli1235/PFHubBenchmarks: Phase Field simulations implemented with FEniCS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewli1235/PFHubBenchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 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

No packages published

Languages

  • Jupyter Notebook 50.8%
  • Python 48.6%
  • Julia 0.6%
0