pc_current_nresp Function

private function pc_current_nresp(self)

Return the current number of rows we're responsible for

Type Bound

pc_type

Arguments

Type IntentOptional Attributes Name
class(pc_type), intent(in) :: self

Return Value integer


Contents

Source Code


Source Code

  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