On Sep 20, 2011, at 8:27 AM, Roy Stogner wrote:
>> For now I think I'm going to add a get_total_linear_iterations()
>> just to PetscNonlinearSolver so I can get my work done…. it will
>> follow the path of get_converged_reason()….
>
> This looks good to me. Long term we want to make this virtua
On Mon, 19 Sep 2011, Derek Gaston wrote:
A while back we changed NonlinearSolver::solve() to return a
std::pair that included the total number of nonlinear iterations and
the final nonlinear residual.
I'm now also wanting the total number of _linear_ iterations.
What are we going to do here l
A while back we changed NonlinearSolver::solve() to return a std::pair that
included the total number of nonlinear iterations and the final nonlinear
residual.
I'm now also wanting the total number of _linear_ iterations.
What are we going to do here long term?
This used to not be a problem be