mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-08 19:29:00 +08:00
Rename to Problem3D_Integral
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -4,7 +4,7 @@ from scipy.constants import mu_0
|
||||
from MagAnalytics import spheremodel, CongruousMagBC
|
||||
import re
|
||||
|
||||
class MagneticIntegral(Problem.BaseProblem):
|
||||
class Problem3D_Integral(Problem.BaseProblem):
|
||||
|
||||
#surveyPair = Survey.LinearSurvey
|
||||
|
||||
@@ -206,7 +206,7 @@ class MagneticIntegral(Problem.BaseProblem):
|
||||
|
||||
return G
|
||||
|
||||
class MagneticsDiffSecondary(Problem.BaseProblem):
|
||||
class Problem3D_DiffSecondary(Problem.BaseProblem):
|
||||
"""
|
||||
Secondary field approach using differential equations!
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user