Return the current number of rows we're responsible for
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pc_type), | intent(in) | :: | self |
function pc_current_nresp(self)
implicit none
class(pc_type), intent(in) :: self
integer :: pc_current_nresp
pc_current_nresp=sum(self%nresp_per_cell)
end function pc_current_nresp