Skip to content

Latest commit

 

History

History
 
 

1712_FWI_forward_modeling

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

FWI modeling, part 1: Forward modeling

The manuscript is in a runnable Jupyter Notebook — manuscript.ipynb. It contains instructions for setting up your environment and installing Devito.

See Part 2 and Part 3.

Install Devito

git clone -b v3.1.0 https://github.com/opesci/devito
cd devito
conda env create -f environment.yml
source activate devito
pip install -e .

Thank you, The Authors