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.natural_source.Simulation1DElectricField.Jtvec#

Simulation1DElectricField.Jtvec(m, v, f=None)[source]#

Sensitivity transpose times a vector

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

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

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

Return type

numpy.ndarray

Returns

Jv (ndata,)

Show Source