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

Implements the steady_simcomp_t type.

Data Types

type  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...
 

Functions/Subroutines

subroutine, public steady_simcomp_allocate (obj)
 Allocator for the steady simulation component.
 

Function/Subroutine Documentation

◆ steady_simcomp_allocate()

subroutine, public steady_simcomp::steady_simcomp_allocate ( class(simulation_component_t), intent(inout), allocatable  obj)

Definition at line 91 of file steady_simcomp.f90.