18 character(len=LENSOLUTIONNAME) :: name
19 integer(I4B) :: nitermax
20 integer(I4B) :: iteration_number
21 integer(I4B) :: is_converged
32 subroutine initialize_if(this, matrix, linear_settings, convergence_summary)
44 subroutine solve_if(this, kiter, rhs, x, cnvg_summary)
This module contains simulation constants.
integer(i4b), parameter lensolutionname
maximum length of the solution name
subroutine destroy(this)
Cleanup.
This module defines variable data types.
This structure stores the generic convergence info for a solution.
Abstract type for linear solver.