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

Go to the source code of this file.

Data Types

type  cacg::cacg_t
 S-step communication avoiding preconditioned conjugate gradient method. More...
 

Modules

module  cacg
 Defines a communication avoiding Conjugate Gradient method.
 

Functions/Subroutines

subroutine cacg::cacg_init (this, n, max_iter, M, s, rel_tol, abs_tol, monitor)
 Initialise a s-step CA PCG solver. More...
 
subroutine cacg::cacg_free (this)
 Deallocate a s-step CA PCG solver. More...
 
type(ksp_monitor_t) function cacg::cacg_solve (this, Ax, x, f, n, coef, blst, gs_h, niter)
 S-step CA PCG solve. More...
 
subroutine cacg::construct_basis_matrix (Tt, s)
 Monomial matrix constuction, not sparse. More...
 
type(ksp_monitor_t) function, dimension(3) cacg::cacg_solve_coupled (this, Ax, x, y, z, fx, fy, fz, n, coef, blstx, blsty, blstz, gs_h, niter)
 S-step CA PCG coupled solve. More...