Skip to content

Commit

Permalink
removed prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr3ven committed Sep 13, 2023
1 parent e5d04f6 commit 2172525
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CreepLaw/NonLinearPeierlsCreep.jl
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,8 @@ function Peierls_stress_iterations(rheo::NonLinearPeierlsCreep, Tau, EpsII; T=47
Tau_old = Tau

fTau_n, dfdtau = dualDerivative(x->PeierlsResidual(rheo, x, EpsII; T=T, args...), Tau)
@show fTau_n, dfdtau
Tau = Tau - (fTau_n / dfdtau)
err = (Tau_old - Tau) / Tau_old
@show Tau
end
return Tau
end
Expand Down

0 comments on commit 2172525

Please sign in to comment.