Go to the source code of this file.
|
module | pipecg |
| Defines a pipelined Conjugate Gradient methods.
|
|
|
subroutine | pipecg::pipecg_init (this, n, max_iter, m, rel_tol, abs_tol, monitor) |
| Initialise a pipelined PCG solver.
|
|
subroutine | pipecg::pipecg_free (this) |
| Deallocate a pipelined PCG solver.
|
|
type(ksp_monitor_t) function | pipecg::pipecg_solve (this, ax, x, f, n, coef, blst, gs_h, niter) |
| Pipelined PCG solve.
|
|
type(ksp_monitor_t) function, dimension(3) | pipecg::pipecg_solve_coupled (this, ax, x, y, z, fx, fy, fz, n, coef, blstx, blsty, blstz, gs_h, niter) |
| Pipelined PCG coupled solve.
|
|