MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
ParallelSolution.f90 File Reference

Go to the source code of this file.

Data Types

type  parallelsolutionmodule::parallelsolutiontype
 

Modules

module  parallelsolutionmodule
 

Functions/Subroutines

logical(lgp) function parallelsolutionmodule::par_has_converged (this, max_dvc)
 Check global convergence. The local maximum dependent variable change is reduced over MPI with all other processes. More...
 
integer(i4b) function parallelsolutionmodule::par_package_convergence (this, dpak, cpakout, iend)
 
integer(i4b) function parallelsolutionmodule::par_sync_newtonur_flag (this, inewtonur)
 
logical(lgp) function parallelsolutionmodule::par_nur_has_converged (this, dxold_max, hncg)
 
subroutine parallelsolutionmodule::par_calc_ptc (this, iptc, ptcf)
 Calculate pseudo-transient continuation factor. More...
 
subroutine parallelsolutionmodule::par_underrelax (this, kiter, bigch, neq, active, x, xtemp)
 apply under-relaxation in sync over all processes More...
 
subroutine parallelsolutionmodule::par_backtracking_xupdate (this, bt_flag)
 synchronize backtracking flag over processes More...