mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-13 12:40:08 +08:00
Linear Problem Working
This commit is contained in:
@@ -45,7 +45,7 @@ class Parameter(object):
|
||||
@property
|
||||
def prob(self): return self.parent.prob
|
||||
@property
|
||||
def model(self): return self.parent.model
|
||||
def mapping(self): return self.parent.mapping
|
||||
@property
|
||||
def mesh(self): return self.parent.mesh
|
||||
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ class BaseProblem(object):
|
||||
Utils.setKwargs(self, **kwargs)
|
||||
self.mesh = mesh
|
||||
self.mapping = mapping or Maps.IdentityMap(mesh)
|
||||
self.mapping._assertMatchesPair(mapPair)
|
||||
self.mapping._assertMatchesPair(self.mapPair)
|
||||
|
||||
@property
|
||||
def survey(self):
|
||||
|
||||
Reference in New Issue
Block a user