:orphan:
Models and Mapping
==================
In SimPEG, the model represents the set of parameters that define our geology.
For many problems, the model is a vector containing one or more physical
property values for each cell in the mesh.
This method and additional methods for parameterizing models will be
demonstrated in the tutorials.
Simulations and inverse problems in SimPEG require the user to define a
mapping which goes from the model space to the vector space containing the
mesh. For different types of models, we will demonstrate how this mapping
is generated and applied.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /content/tutorials/01-models_mapping/images/thumb/sphx_glr_plot_1_tensor_models_thumb.png
:alt:
:ref:`sphx_glr_content_tutorials_01-models_mapping_plot_1_tensor_models.py`
.. raw:: html
Tensor Meshes
.. raw:: html
.. only:: html
.. image:: /content/tutorials/01-models_mapping/images/thumb/sphx_glr_plot_2_cyl_models_thumb.png
:alt:
:ref:`sphx_glr_content_tutorials_01-models_mapping_plot_2_cyl_models.py`
.. raw:: html
Cylindrical Meshes
.. raw:: html
.. only:: html
.. image:: /content/tutorials/01-models_mapping/images/thumb/sphx_glr_plot_3_tree_models_thumb.png
:alt:
:ref:`sphx_glr_content_tutorials_01-models_mapping_plot_3_tree_models.py`
.. raw:: html
Tree Meshes
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/content/tutorials/01-models_mapping/plot_1_tensor_models
/content/tutorials/01-models_mapping/plot_2_cyl_models
/content/tutorials/01-models_mapping/plot_3_tree_models
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: 01-models_mapping_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: 01-models_mapping_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery