SimPEG.electromagnetics.static.spontaneous_potential.sources.StreamingCurrents#

class SimPEG.electromagnetics.static.spontaneous_potential.sources.StreamingCurrents(receiver_list, **kwargs)[source]#

Bases: BaseSrc

A streaming current source.

Parameters:
receiver_listlist of resistivity.receivers.BaseRx

The list of Pole and Dipole receivers that listen to this source.

Attributes

location

Source location

nD

Number of data associated with the source.

receiver_list

The list of receivers.

uid

Universal unique identifier

vnD

Vector number of data.

Methods

get_receiver_indices(receivers)

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