simpeg.electromagnetics.time_domain.receivers.PointMagneticField.getP#
- PointMagneticField.getP(mesh, time_mesh, f)[source]#
- Returns projection matrices as a list for all components collected by the receivers. - Parameters:
- meshdiscretize.BaseMesh
- A discretize mesh defining spatial discretization 
- time_meshdiscretize.TensorMesh
- A 1D - TensorMeshdefining the time discretization
- fsimpeg.electromagnetics.time_domain.fields.FieldsTDEM
 
- mesh
- Returns:
- scipy.sparse.csr_matrix
- Returns full projection matrix from fields to receivers. 
 
 - Notes - Projection matrices are stored as a dictionary (mesh, time_mesh) if storeProjections is True 
