Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Defines a fused Conjugate Gradient method for accelerators.
Data Types | |
type | fusedcg_device_t |
Fused preconditioned conjugate gradient method. More... | |
interface | cuda_fusedcg_update_p |
interface | cuda_fusedcg_update_x |
interface | cuda_fusedcg_part2 |
Functions/Subroutines | |
subroutine | device_fusedcg_update_p (p_d, z_d, po_d, beta, n) |
subroutine | device_fusedcg_update_x (x_d, p_d, alpha, p_cur, n) |
real(kind=rp) function | device_fusedcg_part2 (a_d, b_d, c_d, alpha_d, alpha, p_cur, n) |
subroutine | fusedcg_device_init (this, n, max_iter, M, rel_tol, abs_tol, monitor) |
Initialise a fused PCG solver. More... | |
subroutine | fusedcg_device_free (this) |
Deallocate a pipelined PCG solver. More... | |
type(ksp_monitor_t) function | fusedcg_device_solve (this, Ax, x, f, n, coef, blst, gs_h, niter) |
Pipelined PCG solve. More... | |
type(ksp_monitor_t) function, dimension(3) | fusedcg_device_solve_coupled (this, Ax, x, y, z, fx, fy, fz, n, coef, blstx, blsty, blstz, gs_h, niter) |
Pipelined PCG solve coupled solve. More... | |
Variables | |
integer, parameter | device_fusedcg_p_space = 10 |
|
private |
Definition at line 170 of file fusedcg_device.F90.
|
private |
Definition at line 145 of file fusedcg_device.F90.
|
private |
Definition at line 158 of file fusedcg_device.F90.
|
private |
Definition at line 258 of file fusedcg_device.F90.
|
private |
Definition at line 195 of file fusedcg_device.F90.
|
private |
|
private |
Definition at line 403 of file fusedcg_device.F90.
|
private |
Definition at line 50 of file fusedcg_device.F90.