mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-13 12:40:08 +08:00
Removed Known Fields from base Fields object, it is unique to each fields object type
This commit is contained in:
@@ -4,7 +4,6 @@ from simpegEM.Utils.EMUtils import omega
|
||||
|
||||
class FieldsFDEM(Problem.Fields):
|
||||
"""Fancy Field Storage for a FDEM survey."""
|
||||
knownFields = {'b': 'F', 'e': 'E', 'b_sec' : 'F', 'e_sec':'E' ,'j': 'F', 'h': 'E'} # TODO: a, phi
|
||||
dtype = complex
|
||||
|
||||
def calcFields(self,sol,tx,fieldType):
|
||||
|
||||
Reference in New Issue
Block a user