Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Identity Krylov preconditioner for accelerators.
Data Types | |
type | device_ident_t |
Defines a canonical Krylov preconditioner for accelerators. More... | |
Functions/Subroutines | |
subroutine | device_ident_solve (this, z, r, n) |
The (default) naive preconditioner \( I z = r \). More... | |
subroutine | device_ident_update (this) |
Mandatory update routine (NOP) More... | |
subroutine device_identity::device_ident_solve | ( | class(device_ident_t), intent(inout) | this, |
real(kind=rp), dimension(n), intent(inout) | z, | ||
real(kind=rp), dimension(n), intent(inout) | r, | ||
integer, intent(in) | n | ||
) |
|
private |
Definition at line 68 of file pc_identity_device.f90.