mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-10 12:37:30 +08:00
change field--> fields
This commit is contained in:
@@ -9,7 +9,7 @@ class LinearProblem(Problem.BaseProblem):
|
||||
Problem.BaseProblem.__init__(self, mesh, model, **kwargs)
|
||||
self.G = G
|
||||
|
||||
def field(self, m, u=None):
|
||||
def fields(self, m, u=None):
|
||||
return self.G.dot(m)
|
||||
|
||||
def J(self, m, v, u=None):
|
||||
|
||||
Reference in New Issue
Block a user