Convert extended row index to local row index
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rowblock_type), | intent(in) | :: | self | |||
integer, | intent(in) | :: | irex |
function rb_irex_to_irloc(self,irex)
implicit none
class(rowblock_type), intent(in) :: self
integer, intent(in) :: irex
integer :: rb_irex_to_irloc
rb_irex_to_irloc=1+(irex-self%row_llim)
end function rb_irex_to_irloc