petsc-3.12.5 2020-03-29
Report Typos and Errors

PetscSubcommSetType

Set type of subcommunicators.

Synopsis

#include "petscsys.h"    
PetscErrorCode  PetscSubcommSetType(PetscSubcomm psubcomm,PetscSubcommType subcommtype)
Collective

Input Parameter

psubcomm - PetscSubcomm context
subcommtype - subcommunicator type, PETSC_SUBCOMM_CONTIGUOUS,PETSC_SUBCOMM_INTERLACED

See Also

PetscSubcommCreate(),PetscSubcommDestroy(),PetscSubcommSetNumber(),PetscSubcommSetTypeGeneral()

Level

advanced

Location

src/sys/objects/subcomm.c

Examples

src/ksp/ksp/examples/tutorials/ex73.c.html

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