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

Go to the source code of this file.

Data Types

type  imslinearsolvermodule::imslinearsolvertype
 

Modules

module  imslinearsolvermodule
 

Functions/Subroutines

class(linearsolverbasetype) function, pointer, public imslinearsolvermodule::create_ims_solver (sln_name)
 
subroutine imslinearsolvermodule::ims_initialize (this, matrix, linear_settings, convergence_summary)
 
subroutine imslinearsolvermodule::ims_print_summary (this)
 
subroutine imslinearsolvermodule::ims_solve (this, kiter, rhs, x, cnvg_summary)
 
subroutine imslinearsolvermodule::ims_destroy (this)
 
class(matrixbasetype) function, pointer imslinearsolvermodule::ims_create_matrix (this)