#include "petscsys.h" PetscErrorCode PetscSplitOwnershipBlock(MPI_Comm comm,PetscInt bs,PetscInt *n,PetscInt *N)Collective on MPI_Comm (if N is PETSC_DECIDE)
comm | - MPI communicator that shares the object being divided | |
bs | - block size | |
n | - local length (or PETSC_DECIDE to have it set) | |
N | - global length (or PETSC_DECIDE) |
If one processor calls this with N of PETSC_DECIDE then all processors must, otherwise the program will hang.
Level:developer
Location:src/sys/utils/psplit.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages