Working on the namespace, renamed problems.

This commit is contained in:
GudniRos
2016-01-12 17:16:35 -08:00
parent 02afcabd7d
commit 2cf3d5d195
13 changed files with 15 additions and 14 deletions
@@ -87,7 +87,7 @@ def dataMis_AnalyticTotalDomain(sigmaHalf):
# Total domain solution
surveyTD, sigma, mesh = setupSurvey(sigmaHalf)
problemTD = simpegmt.ProblemMT1D.eForm_TotalField(mesh)
problemTD = simpegmt.Problem1D.eForm_TotalField(mesh)
problemTD.pair(surveyTD)
# Analytic data
dataAnaObj = calculateAnalyticSolution(surveyTD.srcList,mesh,sigma)
@@ -109,7 +109,7 @@ def dataMis_AnalyticPrimarySecondary(sigmaHalf):
# Make the survey
# Primary secondary
surveyPS, sigmaPS, mesh = setupSurvey(sigmaHalf,tD=False)
problemPS = simpegmt.ProblemMT1D.eForm_psField(mesh)
problemPS = simpegmt.Problem1D.eForm_psField(mesh)
problemPS.sigmaPrimary = sigmaPS
problemPS.pair(surveyPS)
# Analytic data