Home
last modified time | relevance | path

Searched refs:PetscShmCommGet (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/utils/
H A Dmpishm.c67 PetscErrorCode PetscShmCommGet(MPI_Comm globcomm, PetscShmComm *pshmcomm) in PetscShmCommGet() function
/petsc/src/sys/utils/openmp/
H A Dmpmpishm.c164 PetscCall(PetscShmCommGet(petsc_comm, &pshmcomm)); in PetscOmpCtrlCreate()
/petsc/include/
H A Dpetscsys.h2607 PETSC_EXTERN PetscErrorCode PetscShmCommGet(MPI_Comm, PetscShmComm *);
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c96 PetscCall(PetscShmCommGet(comm, &pshmcomm)); in PCGAMGCreateLevel_GAMG()