mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-09 06:23:51 +08:00
renamed FDEM.py to ProblemFDEM.py, changed real_or_imag to component
This commit is contained in:
@@ -43,7 +43,7 @@ def run(plotIt=True):
|
||||
|
||||
|
||||
rxOffset=10.
|
||||
bzi = EM.FDEM.Rx.bField(np.array([[rxOffset, 0., 1e-3]]), orientation='z', real_or_imag='imag')
|
||||
bzi = EM.FDEM.Rx.bField(np.array([[rxOffset, 0., 1e-3]]), orientation='z', component='imag')
|
||||
|
||||
freqs = np.logspace(1,3,10)
|
||||
srcLoc = np.array([0., 0., 10.])
|
||||
|
||||
Reference in New Issue
Block a user