Rename to Problem3D_Integral

This commit is contained in:
Rowan Cockett
2016-04-29 16:06:08 -07:00
parent 47cf1151e3
commit 8bbc70228d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ midy = int(mesh.nCy/2)
PF.Magnetics.plot_obs_2D(rxLoc,d,'Observed Data')
#%% Run inversion
prob = PF.Magnetics.MagneticIntegral(mesh, mapping=idenMap, actInd=actv)
prob = PF.Magnetics.Problem3D_Integral(mesh, mapping=idenMap, actInd=actv)
prob.solverOpts['accuracyTol'] = 1e-4
survey.pair(prob)
#survey.makeSyntheticData(data, std=0.01)