SimPEG.potential_fields.magnetics.SimulationEquivalentSourceLayer#
- class SimPEG.potential_fields.magnetics.SimulationEquivalentSourceLayer(mesh, cell_z_top, cell_z_bottom, **kwargs)[source]#
Bases:
BaseEquivalentSourceLayerSimulation
,Simulation3DIntegral
Equivalent source layer simulation
- Parameters:
- mesh
discretize.BaseMesh
A 2D tensor or tree mesh defining discretization along the x and y directions
- cell_z_top
numpy.ndarray
orfloat
Define the elevations for the top face of all cells in the layer
- cell_z_bottom
numpy.ndarray
orfloat
Define the elevations for the bottom face of all cells in the layer
- mesh