|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Auxiliary routines for fluid solvers.
Functions/Subroutines | |
| subroutine, public | fluid_step_info (time, ksp_results, full_stress_formulation, strict_convergence, allow_stabilization) |
| Prints for prs, velx, vely, velz the following: Number of iterations, start residual, end residual. | |
| subroutine, public | fluid_step_info_reset_stabilized () |
| Resets the stabilized flag to false. | |
Variables | |
| logical, public, protected | stabilized = .false. |
| To track if the solver is stabilized. | |
| subroutine, public fluid_aux::fluid_step_info | ( | type(time_state_t), intent(in) | time, |
| type(ksp_monitor_t), dimension(:), intent(in) | ksp_results, | ||
| logical, intent(in) | full_stress_formulation, | ||
| logical, intent(in), optional | strict_convergence, | ||
| logical, intent(in), optional | allow_stabilization | ||
| ) |
Definition at line 52 of file fluid_aux.f90.
| subroutine, public fluid_aux::fluid_step_info_reset_stabilized |
Definition at line 113 of file fluid_aux.f90.
Definition at line 46 of file fluid_aux.f90.