| Overview | Launching the notebooks | Running the notebooks | Citation | Issues | License |
This repository contains the notebooks used to generate the examples shown in "Modeling electromagnetics on cylindrical meshes with applications to steel-cased wells" by Lindsey J. Heagy and Douglas W. Oldenburg and Chapter 3 of the thesis Electromagnetic imaging of subsurface injections. There are two directories of notebooks
notebooks: contains the notebooks used to generate figures in the paper and thesis
appendix_notebooks: supplementary notebooks that contain notebooks examining the impact of formulation choice for the discretization of Maxwell's equations and additional tests for the 2D and 3D cyl codes
The notebooks can be run online through mybinder or azure notebooks.
To run them locally, you will need to have python installed, preferably through anaconda.
You can then clone this repository. From a command line, run
git clone https://github.com/simpeg-research/heagy-2018-emcyl.git
Then cd
into the heagy-2018-emcyl
cd heagy-2018-emcyl
To setup your software environment, we recommend you use the provided conda environment
conda env create -f environment.yml
source activate emcyl-environment
alternatively, you can install dependencies through pypi
pip install -r requirements.txt
You can then launch Jupyter
jupyter notebook
Jupyter will then launch in your web-browser.
Each cell of code can be run with shift + enter
or you can run the entire notebook by selecting cell
, Run All
in the toolbar.
For more information on running Jupyter notebooks, see the Jupyter Documentation
Heagy, L. J., & Oldenburg, D. W. (2018). Modeling electromagnetics on cylindrical meshes with applications to steel-cased wells. http://arxiv.org/abs/1804.07991
@article{Heagy2018a,
archivePrefix = {arXiv},
arxivId = {1804.07991},
author = {Heagy, Lindsey J. and Oldenburg, Douglas W.},
eprint = {1804.07991},
month = {apr},
title = {{Modeling electromagnetics on cylindrical meshes with applications to steel-cased wells}},
url = {http://arxiv.org/abs/1804.07991},
year = {2018}
}
If you run into problems or bugs, please let us know by creating an issue in this repository.
These notebooks are licensed under the MIT License which allows academic and commercial re-use and adaptation of this work.
Version: 0.0.2