mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 13:11:59 +08:00
Moving functions around into the new framework. Added requiresProblem annotation.
This commit is contained in:
@@ -55,19 +55,6 @@ class Problem(object):
|
||||
def RHS(self, value):
|
||||
self._RHS = value
|
||||
|
||||
@property
|
||||
def P(self):
|
||||
"""
|
||||
Projection matrix.
|
||||
|
||||
.. math::
|
||||
d_\\text{pred} = Pu(m)
|
||||
"""
|
||||
return self._P
|
||||
@P.setter
|
||||
def P(self, value):
|
||||
self._P = value
|
||||
|
||||
@utils.count
|
||||
def dpred(self, m, u=None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user