Problem3D_N is tested!

This commit is contained in:
seogi_macbook
2016-04-24 13:29:38 -07:00
parent 0bb001973c
commit eeee594f09
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class Fields_N(Fields):
return phiSolution
def _phiDeriv_u(self, src, v, adjoint = False):
return Identity()
return Identity()*v
def _phiDeriv_m(self, src, v, adjoint = False):
return Zero()