|
character(len=lenmempath) | memory_path |
| the path for storing solution variables in the memory manager More...
|
|
integer(i4b) | iter_cnt |
| tracks the iteration number within the timestep More...
|
|
integer(i4b), pointer | convnmod => null() |
| number of models in the solution More...
|
|
integer(i4b), dimension(:), pointer | model_bounds => null() |
| the start and stop index of the models in the solution More...
|
|
integer(i4b), pointer | nitermax => null() |
| max. nr. of iterations in a timestep More...
|
|
integer(i4b), dimension(:), pointer, contiguous | itinner => null() |
| inner iteration number within each picard iteration More...
|
|
integer(i4b), dimension(:), pointer, contiguous | locdv => null() |
| location of the maximum dependent-variable change in the solution More...
|
|
real(dp), dimension(:), pointer, contiguous | dvmax => null() |
| maximum dependent-variable change in the solution More...
|
|
integer(i4b), dimension(:), pointer, contiguous | locr => null() |
| location of the maximum flow change in the solution More...
|
|
real(dp), dimension(:), pointer, contiguous | rmax => null() |
| maximum flow change in the solution More...
|
|
integer(i4b), dimension(:, :), pointer, contiguous | convlocdv => null() |
| location of the maximum dependent-variable change in each model in the solution More...
|
|
real(dp), dimension(:, :), pointer, contiguous | convdvmax => null() |
| maximum dependent-variable change for each model in the solution More...
|
|
integer(i4b), dimension(:, :), pointer, contiguous | convlocr => null() |
| location of the maximum flow change in each model in the solution More...
|
|
real(dp), dimension(:, :), pointer, contiguous | convrmax => null() |
| maximum flow change in each model in the solution More...
|
|
Definition at line 13 of file ConvergenceSummary.f90.