SimPEG.electromagnetics.static.resistivity.sources.Multipole#

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

Bases: BaseSrc

Generic Multipole Source

Attributes

current

Amplitudes of the source currents

location

locations of the source electrodes

location_a

Locations of the A electrodes

location_b

Location of the B electrodes

nD

Number of data associated with the source.

receiver_list

List of receivers associated with the source

uid

Universal unique identifier

vnD

Vector number of data.

Methods

eval(sim)

Discretize sources to mesh

evalDeriv(sim)

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

get_receiver_indices(receivers)

Get indices for a subset of receivers within the source's receivers list.