DownloadΒΆ
EMFEM is hosted on GitHub and can be downloaded at https://github.com/emfem/emfem. There are also some examples provided in https://github.com/emfem/emfem_examples.
The recommended way to get the code is to use git clone
to clone
the repository to your local machine. Whenever the repositories is
updated, you can use git pull
to incrementally update your local copy.
git clone https://github.com/emfem/emfem.git
git clone https://github.com/emfem/emfem_examples.git