SimPEG.electromagnetics.frequency_domain.Fields3DMagneticField#

class SimPEG.electromagnetics.frequency_domain.Fields3DMagneticField(simulation, knownFields=None, aliasFields=None, dtype=None, **kwargs)[source]#

Bases: FieldsFDEM

Fields object for Simulation3DMagneticField.

Parameters:
  • mesh (discretize.base.BaseMesh) – mesh

  • survey (SimPEG.electromagnetics.frequency_domain.SurveyFDEM.Survey) – survey

Attributes

approxSize

The approximate cost to storing all of the known fields.

dtype

The data type of the storage matrix

simulation

The simulation object that created these fields

mesh

survey

Methods

startup