SimPEG.fields.Fields.knownFields#
- property Fields.knownFields#
- The known fields of this object. - The dictionary representing the known fields and their locations on the simulation mesh. The keys are the names of the fields, and the values are the location on the mesh. - >>> fields.knownFields {'e': 'E', 'phi': 'CC'} - Would represent that the e field and phi fields are known, and they are located on the mesh edges and cell centers, respectively. - Returns:
- dict
- They keys are the field names and the values are the field locations.