Use the linear problem and survey class

This commit is contained in:
Rowan Cockett
2016-02-05 14:01:20 -08:00
parent ac8f26be3e
commit 9b67956630
2 changed files with 4 additions and 26 deletions
+2 -2
View File
@@ -214,11 +214,11 @@ class BaseTimeProblem(BaseProblem):
del self._timeMesh
class LinearProblem(BaseProblem):
surveyPair = Survey.LinearSurvey
def __init__(self, mesh, G, **kwargs):
Problem.BaseProblem.__init__(self, mesh, **kwargs)
BaseProblem.__init__(self, mesh, **kwargs)
self.G = G
def fields(self, m):