SimPEG.fields.Fields#
- class SimPEG.fields.Fields(simulation, knownFields=None, aliasFields=None, dtype=None, **kwargs)[source]#
- Bases: - object- Fancy Field Storage .. code::python - fields = Fields(
- simulation=simulation, knownFields={“phi”: “CC”} 
 - ) fields[:,’phi’] = 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 - Fields known to this object. - The simulation object that created these fields - mesh - survey - Methods - startup