SimPEG.potential_fields.base.BaseEquivalentSourceLayerSimulation#

class SimPEG.potential_fields.base.BaseEquivalentSourceLayerSimulation(mesh, cell_z_top, cell_z_bottom, **kwargs)[source]#

Bases: BasePFSimulation

Base equivalent source layer simulation class.

Parameters:
meshdiscretize.BaseMesh

A 2D tensor or tree mesh defining discretization along the x and y directions

cell_z_topnumpy.ndarray or float

Define the elevations for the top face of all cells in the layer. If an array, it should be the same size as the active cell set.

cell_z_bottomnumpy.ndarray or float

Define the elevations for the bottom face of all cells in the layer. If an array, it should be the same size as the active cell set.