parse out SrcTDEM

This commit is contained in:
Lindsey Heagy
2016-03-20 22:41:40 -07:00
parent 2d8bbdce45
commit 1be4082ea3
7 changed files with 218 additions and 210 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ def run(plotIt=True):
ax.grid(color='k', alpha=0.5, linestyle='dashed', linewidth=0.5)
rxOffset=10.
rxOffset=10.
bzi = EM.FDEM.Rx(np.array([[rxOffset, 0., 1e-3]]), 'bzi')
freqs = np.logspace(1,3,10)
+1 -1
View File
@@ -43,7 +43,7 @@ def run(plotIt=True):
rxOffset=1e-3
rx = EM.TDEM.Rx(np.array([[rxOffset, 0., 30]]), np.logspace(-5,-3, 31), 'bz')
src = EM.TDEM.SurveyTDEM.MagDipole([rx], loc=np.array([0., 0., 80]))
src = EM.TDEM.Src.MagDipole([rx], loc=np.array([0., 0., 80]))
survey = EM.TDEM.Survey([src])
prb = EM.TDEM.Problem_b(mesh, mapping=mapping)