Loading...
Searching...
No Matches
Go to the source code of this file.
|
| subroutine | krylov_solver_template::krylov_solver_template_init (this, n, max_iter, m, rel_tol, abs_tol, monitor) |
| |
| subroutine | krylov_solver_template::krylov_solver_template_free (this) |
| |
| type(ksp_monitor_t) function | krylov_solver_template::krylov_solver_template_solve (this, ax, x, f, n, coef, bc_projector, gs_h, niter) |
| |
| type(ksp_monitor_t) function, dimension(3) | krylov_solver_template::krylov_solver_template_solve_coupled (this, ax, x, y, z, fx, fy, fz, n, coef, bc_projector, gs_h, niter) |
| |
| subroutine, public | krylov_solver_template::krylov_solver_template_register_types () |
| |
| subroutine | krylov_solver_template::krylov_solver_template_allocate (obj) |
| |