A Guided research project on Solving Inverse problems in PDE using Deep learning SS2019.
Please follow the following procedure to prepare the environment.
-
Python Version 3 check with:
python3 --versionPython venv should be installed -
virtualenv installed
virtualenv -hIf not installed install on linux with:sudo apt update && sudo apt install virtualenv
-
Install Miniconda and get started by initiating a virtual environment for installing fenics
conda install -c conda-forge fenics(Instead of fenics you can give your own environment name) -
Activate the environment now
conda activate fenics -
Install Dependencies ` pip install -r requirements.txt