| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Jacobi preconditioner accelerator backend.
Data Types | |
| interface | cuda_jacobi_update | 
| type | device_jacobi_t | 
| Defines a jacobi preconditioner.  More... | |
| interface | hip_jacobi_update | 
| interface | opencl_jacobi_update | 
Functions/Subroutines | |
| subroutine | device_jacobi_init (this, coef, dof, gs_h) | 
| subroutine | device_jacobi_free (this) | 
| subroutine | device_jacobi_solve (this, z, r, n) | 
| The jacobi preconditioner \( J z = r \) \( z = J^{-1}r\) where \( J^{-1} ~= 1/diag(A) \).   | |
| subroutine | device_jacobi_update (this) | 
      
  | 
  private | 
      
  | 
  private | 
Definition at line 147 of file pc_jacobi_device.F90.

