- each of e,b,h,j from every formulation. Currently, b from j is first order

- removed CCV primary and secondary (dangerous the way it was previously done)
- NOTE: Source derive may not be properly taken care of yet
This commit is contained in:
Lindsey Heagy
2016-02-20 17:05:43 -08:00
parent f1527f994b
commit 3e673d34f1
4 changed files with 217 additions and 250 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ import sys
from scipy.constants import mu_0
from SimPEG.EM.Utils.testingUtils import getFDEMProblem, crossCheckTest
testEB = False
testEB = True
testHJ = True
testEJ = False
testEJ = True
testBH = True
verbose = False