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.receivers.PointElectricField.getSpatialP#

PointElectricField.getSpatialP(mesh, f)[source]#

Get spatial projection matrix from mesh to receivers.

Only constructed when called.

Parameters
meshdiscretize.BaseMesh

A discretize mesh

fSimPEG.electromagnetics.time_domain.fields.FieldsTDEM
Returns
scipy.sparse.csr_matrix

P, the interpolation matrix

Show Source