Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Abstract interface for a Krylov method's constructor. More...
Public Member Functions | |
subroutine | ksp_init_intrf (this, n, max_iter, m, rel_tol, abs_tol, monitor) |
n | Size of work arrays. |
max_iter | Max number of iterations. |
M | The preconditioner (optional). |
rel_tol | Relative tolerance (optional). |
abs_tol | Absolute tolerance (optional). |
monitor | Whether to log the iteration count and residuals (optional). |
Definition at line 108 of file krylov.f90.
|
virtual |
Definition at line 108 of file krylov.f90.