Tested and passing HJ formulation, solving for J. Only works with diagonal anisotropy

This commit is contained in:
Lindsey
2015-02-25 16:28:54 -08:00
parent 2a6f0ab440
commit 57380ea2d8
3 changed files with 189 additions and 168 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class BaseEMProblem(Problem.BaseProblem):
Problem.BaseProblem.__init__(self, mesh, **kwargs)
solType = None
storeTheseFields = ['e', 'b', 'j', 'h']
storeTheseFields = ['e', 'b']
surveyPair = Survey.BaseSurvey
dataPair = Survey.Data