simpeg.electromagnetics.time_domain.Fields3DElectricField.knownFields#
- property Fields3DElectricField.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 astr
defines where on the mesh the stored field solution is discretized. Thestr
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.