pack_result Subroutine

private subroutine pack_result(res, res_out, s, hist_buf, its, f_norm, dx_norm, lambda, cond_est)

Arguments

Type IntentOptional Attributes Name
type(newton_result), intent(inout) :: res
type(newton_result), intent(out), optional :: res_out
type(newton_settings), intent(in) :: s
real(kind=pr), intent(in), optional :: hist_buf(:)
integer, intent(in) :: its

Iterations done

real(kind=pr), intent(in) :: f_norm

||F||_inf at exit

real(kind=pr), intent(in) :: dx_norm

||dX||_inf at exit

real(kind=pr), intent(in) :: lambda

LM lambda at exit

real(kind=pr), intent(in) :: cond_est

cond(J) at exit


Called by

proc~~pack_result~~CalledByGraph proc~pack_result pack_result proc~newton newton proc~newton->proc~pack_result