Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/redundant/
H A Dredundant.c120 …PetscCall(VecCreateMPI(PetscSubcommContiguousParent(red->psubcomm), mloc_sub, PETSC_DECIDE, &red->… in PCSetUp_Redundant()
121 …PetscCall(VecCreateMPIWithArray(PetscSubcommContiguousParent(red->psubcomm), 1, mloc_sub, PETSC_DE… in PCSetUp_Redundant()
/petsc/src/sys/objects/
H A Dsubcomm.c347 *pcomm = PetscSubcommContiguousParent(scomm); in PetscSubcommGetContiguousParent()
/petsc/include/
H A Dpetscsys.h2581 static inline MPI_Comm PetscSubcommContiguousParent(PetscSubcomm scomm) in PetscSubcommContiguousParent() function