Mesh2Mesh and Combo Map examples.

Also fixed plotting codes to show the plots by default.
This commit is contained in:
Rowan Cockett
2016-06-26 17:07:07 -06:00
parent 303da372aa
commit ba173674ec
10 changed files with 215 additions and 47 deletions
+26
View File
@@ -0,0 +1,26 @@
.. _examples_Inversion_IRLS:
.. --------------------------------- ..
.. ..
.. THIS FILE IS AUTO GENEREATED ..
.. ..
.. SimPEG/Examples/__init__.py ..
.. ..
.. --------------------------------- ..
Inversion: Linear Problem
=========================
Here we go over the basics of creating a linear problem and inversion.
.. plot::
from SimPEG import Examples
Examples.Inversion_IRLS.run()
.. literalinclude:: ../../../SimPEG/Examples/Inversion_IRLS.py
:language: python
:linenos: