SimPEG.electromagnetics.natural_source.receivers.Point3DTipper.getP#
- Point3DTipper.getP(mesh, projected_grid, field='e')[source]#
- Projection matrices for all components collected by the receivers - Note projection matrices are stored as a dictionary listed by meshes. - Parameters:
- meshdiscretize.base.BaseMesh
- The mesh on which the discrete set of equations is solved 
- projected_gridstr
- Define what part of the mesh (i.e. edges, faces, centers, nodes) to project from. Must be one of: - 'Ex', 'edges_x' -> x-component of field defined on x edges 'Ey', 'edges_y' -> y-component of field defined on y edges 'Ez', 'edges_z' -> z-component of field defined on z edges 'Fx', 'faces_x' -> x-component of field defined on x faces 'Fy', 'faces_y' -> y-component of field defined on y faces 'Fz', 'faces_z' -> z-component of field defined on z faces 'N', 'nodes' -> scalar field defined on nodes 'CC', 'cell_centers' -> scalar field defined on cell centers 'CCVx', 'cell_centers_x' -> x-component of vector field defined on cell centers 'CCVy', 'cell_centers_y' -> y-component of vector field defined on cell centers 'CCVz', 'cell_centers_z' -> z-component of vector field defined on cell centers 
- fieldstr,default= “e”
- Whether to project electric or magnetic fields from mesh. Choose “e” or “h” 
 
- mesh