MFIX  2016-1
iterate Module Reference

Functions/Subroutines

subroutine iterate_init
 
subroutine do_iteration
 
subroutine post_iterate
 
subroutine log_diverged
 
subroutine log_converged
 
subroutine goalseekmassflux (NIT, MUSTIT, doit)
 
logical function adjustdt ()
 

Variables

integer mustit
 
integer nit
 
integer max_nit
 
logical converged
 
logical diverged
 
double precision tleft
 
double precision normg
 
double precision norms
 
logical setg
 
logical sets
 
double precision resg
 
double precision ress
 
double precision smass
 
double precision, dimension(:), allocatable errorpercent
 
character(len=32) lmsg
 

Function/Subroutine Documentation

logical function iterate::adjustdt ( )

Definition at line 817 of file iterate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iterate::do_iteration ( )

Definition at line 144 of file iterate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iterate::goalseekmassflux ( integer, intent(inout)  NIT,
integer, intent(inout)  MUSTIT,
logical, intent(in)  doit 
)

Definition at line 683 of file iterate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iterate::iterate_init ( )

Definition at line 44 of file iterate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iterate::log_converged ( )

Definition at line 546 of file iterate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iterate::log_diverged ( )

Definition at line 499 of file iterate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iterate::post_iterate ( )

Definition at line 461 of file iterate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

logical iterate::converged

Definition at line 17 of file iterate.f.

logical iterate::diverged

Definition at line 17 of file iterate.f.

double precision, dimension(:), allocatable iterate::errorpercent

Definition at line 29 of file iterate.f.

character(len=32) iterate::lmsg

Definition at line 31 of file iterate.f.

integer iterate::max_nit

Definition at line 15 of file iterate.f.

integer iterate::mustit

Definition at line 9 of file iterate.f.

integer iterate::nit

Definition at line 12 of file iterate.f.

double precision iterate::normg

Definition at line 22 of file iterate.f.

double precision iterate::norms

Definition at line 22 of file iterate.f.

double precision iterate::resg

Definition at line 26 of file iterate.f.

double precision iterate::ress

Definition at line 26 of file iterate.f.

logical iterate::setg

Definition at line 24 of file iterate.f.

logical iterate::sets

Definition at line 24 of file iterate.f.

double precision iterate::smass

Definition at line 28 of file iterate.f.

double precision iterate::tleft

Definition at line 20 of file iterate.f.