plot a harmonic mag dipole

This commit is contained in:
Lindsey Heagy
2016-01-19 23:57:41 -08:00
parent e254c04297
commit 7107cd9d94
3 changed files with 75 additions and 1 deletions
@@ -0,0 +1,26 @@
.. _examples_EM_Analytic_MagDipoleWholespace:
.. --------------------------------- ..
.. ..
.. THIS FILE IS AUTO GENEREATED ..
.. ..
.. SimPEG/Examples/__init__.py ..
.. ..
.. --------------------------------- ..
EM: Magnetic Dipole in a Whole-Space
====================================
Here we plot the magnetic flux density from a harmonic dipole in a wholespace.
.. plot::
from SimPEG import Examples
Examples.EM_Analytic_MagDipoleWholespace.run()
.. literalinclude:: ../../SimPEG/Examples/EM_Analytic_MagDipoleWholespace.py
:language: python
:linenos: