Rename to mad driver

This commit is contained in:
Rowan Cockett
2016-04-29 16:58:09 -07:00
parent 8bbc70228d
commit b01b14efb9
5 changed files with 12 additions and 21 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ class Problem3D_Integral(Problem.BaseProblem):
#surveyPair = Survey.LinearSurvey
storeG = True #: Store the forward matrix by default, otherwise just compute d
actInd = None #: Active cell indices provided
M = None #: Magnetization matrix provided, otherwise all induced
forwardOnly = True #: Store the forward matrix by default, otherwise just compute d
actInd = None #: Active cell indices provided
M = None #: Magnetization matrix provided, otherwise all induced
def __init__(self, mesh, mapping=None, **kwargs):