Neko  0.8.1
A portable framework for high-order spectral element flow simulations
scalar_aux Module Reference

Auxiliary routines for fluid solvers. More...

Functions/Subroutines

subroutine scalar_step_info (step, t, dt, ksp_results)
 Prints for prs, velx, vely, velz the following: Number of iterations, start residual, end residual. More...
 

Detailed Description

Auxiliary routines for fluid solvers.

Function/Subroutine Documentation

◆ scalar_step_info()

subroutine scalar_aux::scalar_step_info ( integer, intent(in)  step,
real(kind=rp), intent(in)  t,
real(kind=rp), intent(in)  dt,
type(ksp_monitor_t), dimension(1), intent(in)  ksp_results 
)

Prints for prs, velx, vely, velz the following: Number of iterations, start residual, end residual.

Definition at line 13 of file scalar_aux.f90.