mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-09 12:00:16 +08:00
Added EDI files read support.
Fixed all srcMT to take 2 inputs.
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user