Neko  0.8.1
A portable framework for high-order spectral element flow simulations
krylov::ksp_monitor_t Type Reference

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...
 

Detailed Description

Type for storing initial and final residuals in a Krylov solver.

Definition at line 55 of file krylov.f90.

Member Data Documentation

◆ iter

integer krylov::ksp_monitor_t::iter

Iteration number.

Definition at line 57 of file krylov.f90.

◆ res_final

real(kind=rp) krylov::ksp_monitor_t::res_final

FInal residual.

Definition at line 61 of file krylov.f90.

◆ res_start

real(kind=rp) krylov::ksp_monitor_t::res_start

Initial residual.

Definition at line 59 of file krylov.f90.


The documentation for this type was generated from the following file: