simpeg.electromagnetics.time_domain.fields.FieldsDerivativesEB.knownFields#
- property FieldsDerivativesEB.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 a- strdefines where on the mesh the stored field solution is discretized. The- strmust 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. 
 
 
