Neko 1.99.2
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
scalar_aux Module Reference

Auxiliary routines for fluid solvers.

Functions/Subroutines

subroutine, public scalar_step_info (time, ksp_results, strict_convergence, allow_stabilization)
 Prints for prs, velx, vely, velz the following: Number of iterations, start residual, end residual.
 
subroutine, public scalar_step_info_reset_stabilized ()
 Resets the stabilized flag to false.
 

Variables

logical, public, protected stabilized = .false.
 To track if the solver is stabilized.
 

Function/Subroutine Documentation

◆ scalar_step_info()

subroutine, public scalar_aux::scalar_step_info ( type(time_state_t), intent(in time,
type(ksp_monitor_t), intent(in ksp_results,
logical, intent(in), optional  strict_convergence,
logical, intent(in), optional  allow_stabilization 
)

Definition at line 52 of file scalar_aux.f90.

Here is the caller graph for this function:

◆ scalar_step_info_reset_stabilized()

subroutine, public scalar_aux::scalar_step_info_reset_stabilized

Definition at line 102 of file scalar_aux.f90.

Variable Documentation

◆ stabilized

logical, public, protected scalar_aux::stabilized = .false.

Definition at line 46 of file scalar_aux.f90.