simpeg.electromagnetics.frequency_domain.receivers.PointMagneticField.eval#
- PointMagneticField.eval(src, mesh, f)[source]#
- Project fields from the mesh to the receiver(s). - Parameters:
- srcsimpeg.electromagnetics.frequency_domain.sources.BaseFDEMSrc
- A frequency-domain EM source 
- meshdiscretize.base.BaseMesh
- The mesh on which the discrete set of equations is solved 
- fsimpeg.electromagnetic.frequency_domain.fields.FieldsFDEM
- The solution for the fields defined on the mesh 
 
- src
- Returns:
- numpy.ndarray
- Fields projected to the receiver(s) 
 
 
