mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-13 17:45:30 +08:00
- rx.projectFields --> rx.eval
- rx.projectFieldsDeriv --> rx.evalDeriv
This commit is contained in:
@@ -11,7 +11,7 @@ def run(N=100, plotIt=True):
|
||||
"""
|
||||
|
||||
class LinearSurvey(Survey.BaseSurvey):
|
||||
def projectFields(self, u):
|
||||
def eval(self, u):
|
||||
return u
|
||||
|
||||
class LinearProblem(Problem.BaseProblem):
|
||||
|
||||
Reference in New Issue
Block a user