SimPEG.electromagnetics.static.resistivity.sources.BaseSrc#
- class SimPEG.electromagnetics.static.resistivity.sources.BaseSrc(receiver_list, location, current=1.0, **kwargs)[source]#
- Bases: - SimPEG.survey.BaseSrc- Base DC/IP source - Parameters
- receiver_listlistofSimPEG.electromagnetics.static.resistivity.receivers.BaseRx
- A list of DC/IP receivers 
- location(n_source,dim)numpy.ndarray
- Source locations 
- currentfloatornumpy.ndarray, default: 1.0
- Current amplitude [A] 
 
- receiver_list
 - Attributes - Amplitudes of the source currents - 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. 
 
 
 
 
