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
+27
View File
@@ -0,0 +1,27 @@
.. _examples_Maps_Mesh2Mesh:
.. --------------------------------- ..
.. ..
.. THIS FILE IS AUTO GENEREATED ..
.. ..
.. SimPEG/Examples/__init__.py ..
.. ..
.. --------------------------------- ..
Maps: Mesh2Mesh
===============
This mapping allows you to go from one mesh to another.
.. plot::
from SimPEG import Examples
Examples.Maps_Mesh2Mesh.run()
.. literalinclude:: ../../../SimPEG/Examples/Maps_Mesh2Mesh.py
:language: python
:linenos: