PBiCGSTAB_CRS Subroutine

public subroutine PBiCGSTAB_CRS(CRS, x, b, itrmax, er, relative_er, debug, ILU_MATRIX)

Arguments

Type IntentOptional Attributes Name
type(CRS_), intent(inout) :: CRS
real(kind=real64), intent(inout) :: x(:)
real(kind=real64), intent(inout) :: b(:)
integer(kind=int32), intent(inout) :: itrmax
real(kind=real64), intent(inout) :: er
real(kind=real64), intent(in), optional :: relative_er
logical, intent(in), optional :: debug
type(CRS_), intent(inout), optional :: ILU_MATRIX