JTvec is working but not converging.

This commit is contained in:
GudniRos
2015-06-24 12:33:08 -07:00
parent f2a8cf0a62
commit e3a2ec6c8d
3 changed files with 35 additions and 73 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class BaseMTProblem(BaseFDEMProblem):
# Get the
dA_duIT = ATinv * PTv
dA_dmT = self.getADeriv_m(freq, u_src, dA_duIT, adjoint=True)
dRHS_dmT = self.getRHSDeriv_m(src, dA_duIT, adjoint=True)
dRHS_dmT = self.getRHSDeriv_m(freq, dA_duIT, adjoint=True)
# Make du_dmT
if dRHS_dmT is None:
du_dmT = - dA_dmT