You are reading an old version of the documentation (v0.18.0). For the latest version see https://docs.simpeg.xyz/latest

Ctrl+K
Logo image Logo image

Site Navigation

  • Getting Started
  • User Guide
  • API Reference
  • Release Notes
  • SimPEG
  • Contact

Site Navigation

  • Getting Started
  • User Guide
  • API Reference
  • Release Notes
  • SimPEG
  • Contact

SimPEG.electromagnetics.frequency_domain.Simulation3DMagneticFluxDensity.Jvec#

Simulation3DMagneticFluxDensity.Jvec(m, v, f=None)[source]#

Sensitivity times a vector.

Parameters
  • m (numpy.ndarray) – inversion model (nP,)

  • v (numpy.ndarray) – vector which we take sensitivity product with (nP,)

  • u (SimPEG.electromagnetics.frequency_domain.fields.FieldsFDEM) – fields object

Return type

numpy.ndarray

Returns

Jv (ndata,)

Show Source