#include "sll_working_precision.h"
Go to the source code of this file.
|
| subroutine | create_linear_solver_mgmres (self, linear_operator, pc_left, filename) |
| | creates a linear solver More...
|
| |
| subroutine | initialize_linear_solver_mgmres (self, linear_operator, x_0) |
| | initializes the linear solver More...
|
| |
| subroutine | set_guess_linear_solver_mgmres (self, x_0) |
| | sets the initial guess More...
|
| |
| subroutine | check_convergence_linear_solver_mgmres (self, i_iteration, flag, r_err, arr_err) |
| | check the convergence of the current linear solver More...
|
| |
| subroutine | read_from_file_linear_solver_mgmres (self, filename) |
| | read from file More...
|
| |
| subroutine | set_verbose_linear_solver_mgmres (self, verbose) |
| | sets the verbose for the linear solver object More...
|
| |
| subroutine | solve_real_linear_solver_mgmres (self, rhs, unknown) |
| | solves the linear system with real vectors More...
|
| |
| subroutine | mgmres_linear_solver (self, x, rhs, itr_max, mr, tol_abs, tol_rel, itr_used, rho) |
| |
| subroutine | mult_givens (c, s, k, g) |
| |
| subroutine | print_info_linear_solver_mgmres (self) |
| | destroys a finite element cell More...
|
| |
| subroutine | free_linear_solver_mgmres (self) |
| | destroys the current object More...
|
| |