simpeg.electromagnetics.frequency_domain.Fields3DMagneticField.knownFields#

property Fields3DMagneticField.knownFields#

The field solutions and where they are discretized on the mesh.

Dictionary defining the field solutions that are stored and where on the mesh they are discretized. The key defines the name of the field solution that is stored, and a str defines where on the mesh the stored field solution is discretized. The str must be one of {'CC', 'N', 'E', 'F'}.

E.g. {'eSolution': 'E', 'bSolution': 'F'} would define the eSolution on edges and bSolution on faces.

Returns:
dict

The keys are the field solution names and the values {‘N’, ‘CC’, ‘E’. ‘F’} define where the field solution is discretized.