simpeg.electromagnetics.time_domain.Fields3DMagneticFluxDensity.knownFields#
- property Fields3DMagneticFluxDensity.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
keydefines the name of the field solution that is stored, and astrdefines where on the mesh the stored field solution is discretized. Thestrmust be one of {'CC','N','E','F'}.E.g.
{'eSolution': 'E', 'bSolution': 'F'}would define the eSolution on edges and bSolution on faces.- Returns:
dictThe keys are the field solution names and the values {‘N’, ‘CC’, ‘E’. ‘F’} define where the field solution is discretized.