Solver updates.

This commit is contained in:
rowanc1
2014-05-16 22:06:59 -07:00
parent 1530096d01
commit 6e7d88de77
5 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class FDEM_analyticTests(unittest.TestCase):
prb = EM.FDEM.ProblemFDEM_b(mesh, mapping=mapping)
prb.pair(survey)
prb.Solver = Utils.SolverUtils.DSolverWrap(sp.linalg.splu, checkAccuracy=False)
prb.Solver = SolverLU
sig = 1e-1
sigma = np.ones(mesh.nC)*sig