SimPEG.electromagnetics.static.resistivity.Survey.drape_electrodes_on_topography#
- Survey.drape_electrodes_on_topography(mesh, ind_active, option='top', topography=None, force=False)[source]#
- Shift electrode locations to discrete surface topography. - Parameters:
- meshdiscretize.TensorMeshordiscretize.TreeMesh
- The mesh on which the discretized fields are computed 
- ind_activenumpy.ndarrayofintor bool
- Active topography cells 
- option :{“top”, “center”}
- Define topography at tops of cells or cell centers. 
- topography(n,dim)numpy.ndarray,default=None
- Surface topography 
- forcebool, default=False
- If - Trueforce electrodes to surface even if borehole
 
- mesh