petsc-3.9.4 2018-09-11
Report Typos and Errors

PetscSubcommSetNumber

Set total number of subcommunicators.

Synopsis

#include "petscsys.h"    
PetscErrorCode  PetscSubcommSetNumber(PetscSubcomm psubcomm,PetscInt nsubcomm)
Collective on MPI_Comm

Input Parameter

psubcomm - PetscSubcomm context
nsubcomm - the total number of subcommunicators in psubcomm

Keywords

communicator

See Also

PetscSubcommCreate(),PetscSubcommDestroy(),PetscSubcommSetType(),PetscSubcommSetTypeGeneral()

Level

advanced

Location

src/sys/objects/subcomm.c

Examples

src/sys/examples/tutorials/ex15.c.html

Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages