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.time_domain.sources.RawVec_Grounded.getRHSdc#

RawVec_Grounded.getRHSdc(simulation)[source]#

Right-hand side for galvanic source term

Parameters
simulationSimPEG.electromagnetics.time_domain.simulation.BaseTDEMSimulation

Base TDEM simulation

Returns
numpy.ndarray

Right-hand side of galvanic source term. On edges for ‘EB’ formulation, and on faces for ‘HJ’ formulation.

Show Source