simpeg.electromagnetics.natural_source.Fields3DPrimarySecondary#

class simpeg.electromagnetics.natural_source.Fields3DPrimarySecondary(simulation, knownFields=None, aliasFields=None, dtype=None)[source]#

Bases: Fields

Fields storage for the 3D NSEM solution. Labels polarizations by px and py.

param SimPEG object mesh:

The solution mesh

param SimPEG object survey:

A survey object

Attributes

approxSize

Approximate cost of storing all of the known fields in MB.

mesh

Mesh used by the simulation.

simulation

The simulation object used to compute the field solution.

survey

Survey used by the simulation.

Methods

dtype

alias of complex

startup()

Run startup to connect the simulation's discrete attributes to the fields object.