mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 23:40:00 +08:00
ba173674ec
Also fixed plotting codes to show the plots by default.
28 lines
582 B
ReStructuredText
28 lines
582 B
ReStructuredText
.. _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:
|