ESYS13
Revision_
|
Functions | |
err_t | Paso_Solver_GMRES (Paso_SystemMatrix *A, double *r, double *x, dim_t *iter, double *tolerance, dim_t Length_of_recursion, dim_t restart, Paso_Performance *pp) |
err_t Paso_Solver_GMRES | ( | Paso_SystemMatrix * | A, |
double * | r, | ||
double * | x, | ||
dim_t * | iter, | ||
double * | tolerance, | ||
dim_t | Length_of_recursion, | ||
dim_t | restart, | ||
Paso_Performance * | pp | ||
) |
References ABS, Esys_MPIInfo::comm, FALSE, MAX, MIN, MPI_DOUBLE, Paso_SystemMatrix::mpi_info, omp_get_max_threads, PASO_ONE, Paso_SystemMatrix_getTotalNumRows(), Paso_SystemMatrix_MatrixVector_CSR_OFFSET0(), Paso_SystemMatrix_solvePreconditioner(), PASO_ZERO, SOLVER_BREAKDOWN, SOLVER_INPUT_ERROR, SOLVER_MAXITER_REACHED, SOLVER_MEMORY_ERROR, SOLVER_NO_ERROR, TMPMEMALLOC, TMPMEMFREE, and TRUE.
Referenced by Paso_Solver().