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