Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
krylov::ksp_monitor_t Type Reference

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

Public Attributes

integer iter
 Iteration number.
 
real(kind=rp) res_start
 Initial residual.
 
real(kind=rp) res_final
 FInal residual.
 
logical converged = .false.
 Status.
 

Detailed Description

Definition at line 56 of file krylov.f90.

Member Data Documentation

◆ converged

logical krylov::ksp_monitor_t::converged = .false.

Definition at line 64 of file krylov.f90.

◆ iter

integer krylov::ksp_monitor_t::iter

Definition at line 58 of file krylov.f90.

◆ res_final

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

Definition at line 62 of file krylov.f90.

◆ res_start

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

Definition at line 60 of file krylov.f90.


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