Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Type for storing initial and final residuals in a Krylov solver. More...
Public Attributes | |
integer | iter |
Iteration number. More... | |
real(kind=rp) | res_start |
Initial residual. More... | |
real(kind=rp) | res_final |
FInal residual. More... | |
Definition at line 56 of file krylov.f90.
integer krylov::ksp_monitor_t::iter |
Definition at line 58 of file krylov.f90.
real(kind=rp) krylov::ksp_monitor_t::res_final |
Definition at line 62 of file krylov.f90.
real(kind=rp) krylov::ksp_monitor_t::res_start |
Definition at line 60 of file krylov.f90.