mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-10 12:37:30 +08:00
- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user