Go to the source code of this file.
|
| 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...
|
| |
| integer(i4b) function | parallelsolutionmodule::par_get_idvscale (this) |
| | synchronize idvscale flag over processes More...
|
| |
| subroutine | parallelsolutionmodule::par_maxval (this, nsize, v, vmax) |
| | synchronize maxval over processes More...
|
| |