ILU_matvecCRS Subroutine

public subroutine ILU_matvecCRS(this, old_vector, new_vector)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
real(kind=real64), intent(in) :: old_vector(:)
real(kind=real64), intent(inout), allocatable :: new_vector(:)