SimPEG.flow.richards.receivers.Saturation.deriv#

Saturation.deriv(U, simulation, du_dm_v=None, v=None, adjoint=False)[source]#

Derivative with respect to the model

Parameters:
U(n_time) list of (n_cells) numpy.ndarray

Fields computed on the mesh. This is unused for this receiver.

simulationSimPEG.flow.richards.simulation.SimulationNDCellCentered

A Richards flor simulation

du_dm_vnumpy.ndarray

Derivative with respect to the model times a vector

vnumpy.ndarray

A vector

adjointbool, default = False.

If True, return the adjoint

Returns:
numpy.ndarray

Derivative with respect to the model times a vector