simpeg.electromagnetics.static.resistivity.receivers.Dipole.evalDeriv#
- Dipole.evalDeriv(src, mesh, f, v=None, adjoint=False)[source]#
Derivative of the projected fields with respect to the model, times a vector.
- Parameters:
- src
simpeg.electromagnetics.static.resistivity.sources.BaseSrc A frequency-domain EM source
- mesh
discretize.base.BaseMesh The mesh on which the discrete set of equations is solved
- f
simpeg.electromagnetic.static.resistivity.fields.FieldsDC The solution for the fields defined on the mesh
- du_dm_v
numpy.ndarray,default=None The derivative of the fields on the mesh with respect to the model, times a vector.
- v
numpy.ndarray The vector which being multiplied
- adjointbool,
default=False If
True, return the adjoint
- src
- Returns:
numpy.ndarrayThe derivative times a vector at the receiver(s)