Lines Matching refs:PETSC_DECIDE
31 …PetscCheck(*N != PETSC_DECIDE || *n != PETSC_DECIDE, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Both … in PetscSplitOwnershipBlock()
33 if (*N == PETSC_DECIDE) { in PetscSplitOwnershipBlock()
36 } else if (*n == PETSC_DECIDE) { in PetscSplitOwnershipBlock()
72 …PetscCheck(*N != PETSC_DECIDE || *n != PETSC_DECIDE, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Both … in PetscSplitOwnership()
75 l[0] = (*n == PETSC_DECIDE) ? 1 : 0; in PetscSplitOwnership()
76 l[1] = (*N == PETSC_DECIDE) ? 1 : 0; in PetscSplitOwnership()
83 if (*N == PETSC_DECIDE) { in PetscSplitOwnership()
85 } else if (*n == PETSC_DECIDE) { in PetscSplitOwnership()
128 …PetscCheck(*N != PETSC_DECIDE || *n != PETSC_DECIDE, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Both … in PetscSplitOwnershipEqual()
131 l[0] = (*n == PETSC_DECIDE) ? 1 : 0; in PetscSplitOwnershipEqual()
132 l[1] = (*N == PETSC_DECIDE) ? 1 : 0; in PetscSplitOwnershipEqual()
139 if (*N == PETSC_DECIDE) { in PetscSplitOwnershipEqual()
141 } else if (*n == PETSC_DECIDE) { in PetscSplitOwnershipEqual()