Home
last modified time | relevance | path

Searched refs:PetscSubcommTypes (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/objects/
H A Dsubcomm.c7 const char *const PetscSubcommTypes[] = {"GENERAL", "CONTIGUOUS", "INTERLACED", "PetscSubcommType",… variable
33 …PetscCall(PetscOptionsEnum("-psubcomm_type", NULL, NULL, PetscSubcommTypes, (PetscEnum)psubcomm->t… in PetscSubcommSetFromOptions()
49 …TSC_COMM_SELF, PETSC_ERR_SUP, "PetscSubcommType %s is not supported yet", PetscSubcommTypes[type]); in PetscSubcommSetFromOptions()
112 …intf(viewer, "PetscSubcomm type %s with total %d MPI processes:\n", PetscSubcommTypes[psubcomm->ty… in PetscSubcommView()
177 …>parent, PETSC_ERR_SUP, "PetscSubcommType %s is not supported yet", PetscSubcommTypes[subcommtype]… in PetscSubcommSetType()
/petsc/include/
H A Dpetscsystypes.h1063 PETSC_EXTERN const char *const PetscSubcommTypes[]; variable
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c341 …PetscCall(PetscViewerASCIIPrintf(viewer, "PETSc subcomm: type = %s\n", PetscSubcommTypes[sred->sub… in PCView_Telescope()
344 …PetscCall(PetscViewerASCIIPrintf(viewer, "PETSc subcomm type = %s\n", PetscSubcommTypes[sred->subc… in PCView_Telescope()
720 …comm type (interlaced or contiguous)", "PCTelescopeSetSubcommType", PetscSubcommTypes, (PetscEnum)… in PCSetFromOptions_Telescope()