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
The aliased fields of this object.
The approximate cost to storing all of the known fields.
The data type of the storage matrix
The known fields of this object.
The simulation object that created these fields
mesh
survey
Methods
startup