[Trilinos-Users] NOX epetra computeF

Simon-Nicolas Roth simon at roth.me
Tue Jul 23 17:43:54 MDT 2013


Hello,

I am confused with the computeF method in a Newton non linear solve using NOX. 
If I compute the residual of the type:
J dx = F - R
with
J = Jacobian
dx = solution increment
R = Imbalance force vector
F = external force

Do I have to increment the solution x at time n+1 such that x_(n+1) = x_n+dx 
in the routine computeF or this is already performed in an other routine?

Best regards
Simon


More information about the Trilinos-Users mailing list