Fields#

Everything that is related to fields: storing the electric field, obtaining the magnetic field, generating the source field; obtaining the fields at receiver locations.

Functions#

get_source_field(grid, source, frequency, ...)

Return source field for provided source and frequency.

get_receiver(field, receiver[, method])

Return the field (response) at receiver coordinates.

get_magnetic_field(model, efield)

Return magnetic field corresponding to provided electric field.

Classes#

Field(grid[, data, frequency, dtype, electric])

A Field contains the x-, y-, and z- directed electromagnetic fields.