#include "Common.h"#include "Solver.h"#include "PasoUtil.h"Functions | |
| err_t | Paso_Solver_NewtonGMRES (Paso_Function *F, double *x, Paso_Options *options, Paso_Performance *pp) |
| err_t Paso_Solver_NewtonGMRES | ( | Paso_Function * | F, | |
| double * | x, | |||
| Paso_Options * | options, | |||
| Paso_Performance * | pp | |||
| ) |
References Paso_Options::absolute_tolerance, Paso_Options::adapt_inner_tolerance, Paso_Options::inner_iter_max, Paso_Options::inner_tolerance, Paso_Options::iter_max, MAX, MIN, Paso_Function::mpi_info, Paso_Function::n, Paso_FunctionCall(), Paso_l2(), Paso_lsup(), Paso_Solver_GMRES2(), Paso_Update(), SOLVER_MAXITER_REACHED, SOLVER_NO_ERROR, TMPMEMALLOC, TMPMEMFREE, Paso_Options::tolerance, and Paso_Options::verbose.
Referenced by Paso_Solver().
1.7.1