Changed EM --> MT

This commit is contained in:
rowanc1
2014-05-13 12:04:41 -07:00
parent b91bc5fec4
commit 828960c29f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from SimPEG import Survey, Problem, Utils, np, sp, Solver as SimpegSolver
from scipy.constants import mu_0
class BaseEMProblem(Problem.BaseProblem):
class BaseMTProblem(Problem.BaseProblem):
def __init__(self, mesh, **kwargs):
Problem.BaseProblem.__init__(self, mesh, **kwargs)
+3 -3
View File
@@ -1,14 +1,14 @@
from SimPEG import Survey, Problem, Utils, np, sp, Solver as SimpegSolver
from scipy.constants import mu_0
from SurveyFDEM import SurveyFDEM, FieldsFDEM
from simpegEM.Utils import Sources
from simpegEM.Base import BaseEMProblem
# from simpegMT.Utils import Sources
from simpegMT.Base import BaseMTProblem
def omega(freq):
"""Change frequency to angular frequency, omega"""
return 2.*np.pi*freq
class BaseFDEMProblem(BaseEMProblem):
class BaseFDEMProblem(BaseMTProblem):
"""
We start by looking at Maxwell's equations in the electric field \\(\\vec{E}\\) and the magnetic flux density \\(\\vec{B}\\):