|
subroutine | finalizesolve (this, kiter, isgcnvg, isuppress_output) |
|
Definition at line 139 of file BaseSolution.f90.
◆ finalizesolve()
subroutine basesolutionmodule::finalizeSolve::finalizesolve |
( |
class(basesolutiontype) |
this, |
|
|
integer(i4b), intent(in) |
kiter, |
|
|
integer(i4b), intent(inout) |
isgcnvg, |
|
|
integer(i4b), intent(in) |
isuppress_output |
|
) |
| |
|
private |
Definition at line 139 of file BaseSolution.f90.
141 import basesolutiontype
142 class(BaseSolutionType) :: this
143 integer(I4B),
intent(in) :: kiter
144 integer(I4B),
intent(inout) :: isgcnvg
145 integer(I4B),
intent(in) :: isuppress_output
This module defines variable data types.
The documentation for this interface was generated from the following file: