tx -> src

This commit is contained in:
Lindsey
2015-04-17 16:41:54 -07:00
parent 08d90bbb67
commit dc7cc1c716
18 changed files with 248 additions and 238 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ if plotIt:
rxOffset=1e-3
rx = EM.TDEM.RxTDEM(np.array([[rxOffset, 0., 30]]), np.logspace(-5,-3, 31), 'bz')
tx = EM.TDEM.TxTDEM(np.array([0., 0., 80]), 'VMD_MVP', [rx])
survey = EM.TDEM.SurveyTDEM([tx])
src = EM.TDEM.SrcTDEM(np.array([0., 0., 80]), 'VMD_MVP', [rx])
survey = EM.TDEM.SurveyTDEM([src])
prb = EM.TDEM.ProblemTDEM_b(mesh, mapping=mapping)
prb.Solver = SolverLU