Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
steady_simcomp.f90 File Reference

Go to the source code of this file.

Data Types

type  steady_simcomp::steady_simcomp_t
 The steady_simcomp_t type is a simulation component that terminates a simulation when the normed difference between the old and new fields is below a certain tolerance. This allow us to compute steady-state solutions without modifying the simulation loop. More...
 

Modules

module  steady_simcomp
 Implements the steady_simcomp_t type.
 

Functions/Subroutines

subroutine steady_simcomp::steady_simcomp_init_from_json (this, json, case)
 
subroutine steady_simcomp::steady_simcomp_init_from_attributes (this, tol)
 
subroutine steady_simcomp::steady_simcomp_free (this)
 
subroutine steady_simcomp::steady_simcomp_compute (this, t, tstep)