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. More...
|
|
subroutine | pipecg::pipecg_free (this) |
| Deallocate a pipelined PCG solver. More...
|
|
type(ksp_monitor_t) function | pipecg::pipecg_solve (this, Ax, x, f, n, coef, blst, gs_h, niter) |
| Pipelined PCG solve. More...
|
|
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. More...
|
|