mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 18:25:42 +08:00
29 lines
668 B
ReStructuredText
29 lines
668 B
ReStructuredText
.. _examples_Utils_surface2ind_topo:
|
|
|
|
.. --------------------------------- ..
|
|
.. ..
|
|
.. THIS FILE IS AUTO GENEREATED ..
|
|
.. ..
|
|
.. SimPEG/Examples/__init__.py ..
|
|
.. ..
|
|
.. --------------------------------- ..
|
|
|
|
|
|
|
|
Utils: surface2ind_topo
|
|
=======================
|
|
|
|
Here we show how to use :code:`Utils.surface2ind_topo` to identify cells below
|
|
a topographic surface.
|
|
|
|
|
|
|
|
.. plot::
|
|
|
|
from SimPEG import Examples
|
|
Examples.Utils_surface2ind_topo.run()
|
|
|
|
.. literalinclude:: ../../../SimPEG/Examples/Utils_surface2ind_topo.py
|
|
:language: python
|
|
:linenos:
|