|
1 year ago | |
---|---|---|
explicit | 2 years ago | |
fenics | 1 year ago | |
shooting_julia | 2 years ago | |
README.md | 2 years ago |
To run the FEniCS code in this repository, you need to install Anaconda and FEniCS. Anaconda can be found here: https://www.anaconda.com/download/ Once it is set up, proceed with installing FEniCS:
# FEniCS installation
$ conda create -n fenics -c conda-forge fenics
# activate the FEniCS virtualenv
$ source activate fenics
# install missing packages
$ conda install -c conda-forge matplotlib mshr pyyaml ipython sympy=1.0
You can now run the code by cd-ing into the fenics
directory, and running
$ python run_CT.py