This is documentation for an old version (0.21.1).Switch to stable version
Skip to main content
Ctrl+K
SimPEG 0.21.1 documentation - Home SimPEG 0.21.1 documentation - Home

Site Navigation

  • Getting Started
  • User Guide
  • API Reference
  • Release Notes
  • User Tutorials
    • SimPEG
    • Contact
devv0.24.0 (latest)v0.23.0v0.22.2v0.22.1v0.22.0v0.21.10.21.00.20.00.19.00.18.10.18.0
  • GitHub
  • Mattermost
  • Discourse
  • Youtube

Site Navigation

  • Getting Started
  • User Guide
  • API Reference
  • Release Notes
  • User Tutorials
    • SimPEG
    • Contact
devv0.24.0 (latest)v0.23.0v0.22.2v0.22.1v0.22.0v0.21.10.21.00.20.00.19.00.18.10.18.0
  • GitHub
  • Mattermost
  • Discourse
  • Youtube

Section Navigation

  • Potential Fields
  • Electromagnetics
    • Induced Polarization (SimPEG.electromagnetics.static.induced_polarization)
    • DC Resistivity (SimPEG.electromagnetics.static.resistivity)
    • Spectral Induced Polarization (SimPEG.electromagnetics.static.induced_polarization)
    • Spontaneous Potential (SimPEG.electromagnetics.static.spontaneous_potential)
    • Frequency-Domain EM (SimPEG.electromagnetics.frequency_domain)
    • Natural Source EM (SimPEG.electromagnetics.natural_source)
      • SimPEG.electromagnetics.natural_source.Simulation1DElectricField
      • SimPEG.electromagnetics.natural_source.Simulation1DMagneticField
      • SimPEG.electromagnetics.natural_source.Simulation1DPrimarySecondary
      • SimPEG.electromagnetics.natural_source.Simulation2DElectricField
      • SimPEG.electromagnetics.natural_source.Simulation2DMagneticField
      • SimPEG.electromagnetics.natural_source.Simulation3DPrimarySecondary
      • SimPEG.electromagnetics.natural_source.receivers.PointNaturalSource
      • SimPEG.electromagnetics.natural_source.receivers.Point3DTipper
      • SimPEG.electromagnetics.natural_source.sources.Planewave
      • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.frequency
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.integrate
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.location
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.nD
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.receiver_list
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.uid
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.vnD
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.S_e
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.S_eDeriv
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.bPrimary
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.bPrimaryDeriv
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.ePrimary
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.ePrimaryDeriv
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.eval
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.evalDeriv
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.get_receiver_indices
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.hPrimary
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.hPrimaryDeriv
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.jPrimary
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.jPrimaryDeriv
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.s_e
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.s_eDeriv
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.s_eDeriv_m
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.s_m
        • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.s_mDeriv
      • SimPEG.electromagnetics.natural_source.survey.Data
      • SimPEG.electromagnetics.natural_source.Fields1DElectricField
      • SimPEG.electromagnetics.natural_source.Fields1DMagneticField
      • SimPEG.electromagnetics.natural_source.Fields1DPrimarySecondary
      • SimPEG.electromagnetics.natural_source.Fields2DElectricField
      • SimPEG.electromagnetics.natural_source.Fields2DMagneticField
      • SimPEG.electromagnetics.natural_source.Fields3DPrimarySecondary
    • Time-Domain EM (SimPEG.electromagnetics.time_domain)
    • Viscous Remanent Magnetization (SimPEG.electromagnetics.viscous_remanent_magnetization)
    • Static Utilities (SimPEG.electromagnetics.utils)
    • Electromagnetics Utilities (SimPEG.electromagnetics.utils)
    • Base EM (SimPEG.electromagnetics)
  • Fluid Flow
  • Seismic
  • Base SimPEG Classes (SimPEG)
  • Regularization (SimPEG.regularization)
  • Directives (SimPEG.directives)
  • Utility Classes and Functions (SimPEG.utils)
  • Meta SimPEG Classes (SimPEG.meta)
  • API Reference
  • SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary
  • SimPEG.elect...

SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.s_eDeriv#

PlanewaveXYPrimary.s_eDeriv(simulation, v, adjoint=False)[source]#

Derivative of electric source term with respect to model

Parameters:
simulationSimPEG.electromagnetics.frequency_domain.simulation.BaseFDEMSimulation

A NSEM simulation

vnumpy.ndarray

A vector

adjointbool, default: False

If True, perform the adjoint operation

Returns:
numpy.ndarray

Derivative of electric source term on mesh.

previous

SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.s_e

next

SimPEG.electromagnetics.natural_source.sources.PlanewaveXYPrimary.s_eDeriv_m

On this page
  • PlanewaveXYPrimary.s_eDeriv()
Show Source

Built with the PyData Sphinx Theme 0.14.4.