SimPEG.fields.TimeFields#

class SimPEG.fields.TimeFields(simulation, knownFields=None, aliasFields=None, dtype=None, **kwargs)[source]#

Bases: Fields

Fancy Field Storage for time domain problems .. code:: python

fields = TimeFields(simulation=simulation, knownFields={‘phi’:’CC’}) fields[:,’phi’, timeInd] = phi print(fields[src0,’phi’])

Attributes

aliasFields

The aliased fields of this object.

approxSize

The approximate cost to storing all of the known fields.

dtype

The data type of the storage matrix

knownFields

The known fields of this object.

simulation

The simulation object that created these fields

mesh

survey

Methods

startup