SimPEG.electromagnetics.static.resistivity.sources.BaseSrc#

class SimPEG.electromagnetics.static.resistivity.sources.BaseSrc(receiver_list, location, current=1.0, **kwargs)[source]#

Bases: BaseSrc

Base DC/IP source

Parameters:
receiver_listlist of SimPEG.electromagnetics.static.resistivity.receivers.BaseRx

A list of DC/IP receivers

location(n_source, dim) numpy.ndarray

Source locations

currentfloat or numpy.ndarray, default: 1.0

Current amplitude [A]

Attributes

current

Amplitudes of the source currents

location

locations of the source electrodes

Methods

eval(sim)

Discretize sources to mesh

evalDeriv(sim)

Returns the derivative of the source term with respect to the model.

Galleries and Tutorials using SimPEG.electromagnetics.static.resistivity.sources.BaseSrc#

DC Analytic Dipole

DC Analytic Dipole

Simulate a 1D Sounding over a Layered Earth

Simulate a 1D Sounding over a Layered Earth

Least-Squares 1D Inversion of Sounding Data

Least-Squares 1D Inversion of Sounding Data

Sparse 1D Inversion of Sounding Data

Sparse 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data