simpeg.electromagnetics.natural_source.Fields1DPrimarySecondary#

class simpeg.electromagnetics.natural_source.Fields1DPrimarySecondary(simulation)[source]#

Bases: FieldsFDEM

Fields storage for the 1D NSEM solution.

Solving for e fields, using primary/secondary formulation

Attributes

approxSize

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

dtype

Python data type(s) used to store the fields.

mesh

Mesh used by the simulation.

simulation

The simulation object used to compute the field solution.

survey

Survey used by the simulation.

Methods

startup()

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