You are reading an old version of the documentation (v0.18.1). 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.static.resistivity.sources.Multipole.evalDeriv#

Multipole.evalDeriv(sim)[source]#

Returns the derivative of the source term with respect to the model.

This is zero.

Parameters
simSimPEG.base.BaseElectricalPDESimulation

The static electromagnetic simulation

Returns
discretize.utils.Zero
Show Source