Neko  0.8.1
A portable framework for high-order spectral element flow simulations
pipecg_sx.f90 File Reference

Go to the source code of this file.

Data Types

type  pipecg_sx::sx_pipecg_t
 Pipelined preconditioned conjugate gradient method for SX-Aurora. More...
 

Modules

module  pipecg_sx
 Defines a pipelined Conjugate Gradient methods SX-Aurora backend.
 

Functions/Subroutines

subroutine pipecg_sx::sx_pipecg_init (this, n, max_iter, M, rel_tol, abs_tol)
 Initialise a pipelined PCG solver. More...
 
subroutine pipecg_sx::sx_pipecg_free (this)
 Deallocate a pipelined PCG solver. More...
 
type(ksp_monitor_t) function pipecg_sx::sx_pipecg_solve (this, Ax, x, f, n, coef, blst, gs_h, niter)
 Pipelined PCG solve. More...