prim-sec for EB formulation on same meshes

This commit is contained in:
Lindsey Heagy
2016-03-29 09:59:13 -07:00
parent d6daa93d9a
commit d11f5c736b
4 changed files with 65 additions and 49 deletions
@@ -8,8 +8,8 @@ from SimPEG.EM.Utils.testingUtils import getFDEMProblem
testE = True
testB = True
testH = True
testJ = True
testH = False
testJ = False
verbose = False
@@ -20,8 +20,8 @@ MU = mu_0
freq = 1e-1
addrandoms = True
SrcType = ['MagDipole', 'RawVec'] #or 'MAgDipole_Bfield', 'CircularLoop', 'RawVec'
# SrcType = ['MagDipole', 'RawVec'] #or 'MAgDipole_Bfield', 'CircularLoop', 'RawVec'
SrcType = ['PrimSecSigma']
def derivTest(fdemType, comp):