Added EDI files read support.

Fixed all srcMT to take 2 inputs.
This commit is contained in:
GudniRos
2015-07-02 14:00:37 -07:00
parent 205ee000a2
commit ed72fba063
10 changed files with 243 additions and 17 deletions
+7
View File
@@ -20,11 +20,18 @@ class eForm_psField(BaseMTProblem):
# From FDEMproblem: Used to project the fields. Currently not used for MTproblem.
_fieldType = 'e_1d'
_eqLocs = 'EF'
_sigmaPrimary = None
def __init__(self, mesh, **kwargs):
BaseMTProblem.__init__(self, mesh, **kwargs)
self.fieldsPair = FieldsMT_1D
# self._sigmaPrimary = sigmaPrimary
@property
def sigmaPrimary(self):
return self._sigmaPrimary
def getA(self, freq):
"""