SimPEG.flow.richards.survey.Survey#

class SimPEG.flow.richards.survey.Survey(receiver_list, **kwargs)[source]#

Bases: BaseSurvey

Richards flow surve class

Attributes

counter

A SimPEG counter object for counting iterations and operations

nD

Number of data

nSrc

Number of Sources

receiver_list

List of receivers associated with the survey

source_list

List of sources associated with the survey

uid

Universal unique identifier

vnD

Number of associated data for each source

Methods

deriv(simulation, f[, du_dm_v, v])

The derivative with respect to the model.

derivAdjoint(simulation, f[, v])

The adjoint derivative with respect to the model.

get_source_indices(sources)