mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 17:51:19 +08:00
fixed typo in MfRhoDeriv. note that it still won't work (but we don't call it anywhere... yet
This commit is contained in:
+1
-1
@@ -141,5 +141,5 @@ class BaseEMProblem(Problem.BaseProblem):
|
||||
|
||||
# TODO: This isn't going to work yet
|
||||
# TODO: This should take a vector
|
||||
def dMfRhoIDeriv(self,u):
|
||||
def MfRhoIDeriv(self,u):
|
||||
return self.mesh.getFaceInnerProductDeriv(self.curModel.rho, invMat=True)(u) * self.curModel.rhoDeriv
|
||||
|
||||
Reference in New Issue
Block a user