Home
last modified time | relevance | path

Searched refs:PetscCommGetComm (Results 1 – 8 of 8) sorted by relevance

/petsc/src/sys/tests/
H A Dex57.c15 for (i = 0; i < 10; i++) PetscCall(PetscCommGetComm(comm, &comms[i])); in main()
17 for (i = 0; i < 5; i++) PetscCall(PetscCommGetComm(comm, &comms[i])); in main()
/petsc/src/sys/objects/
H A Dtagm.c113 PetscErrorCode PetscCommGetComm(MPI_Comm comm_in, MPI_Comm *comm_out) in PetscCommGetComm() function
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c2214 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &jac->comm_hypre)); in PCHYPRESetType_HYPRE()
2227 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &jac->comm_hypre)); in PCHYPRESetType_HYPRE()
2242 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &jac->comm_hypre)); in PCHYPRESetType_HYPRE()
2255 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &jac->comm_hypre)); in PCHYPRESetType_HYPRE()
2941 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCCreate_PFMG()
3174 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCCreate_SysPFMG()
3367 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCCreate_SMG()
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c703 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)A), &lu->comm_superlu)); in MatLUFactorSymbolic_SuperLU_DIST()
/petsc/doc/changes/
H A D317.md54 - Add `PetscCommGetComm()` and `PetscCommRestoreComm()` to allow reuse of MPI communicator with ext…
/petsc/include/
H A Dpetscsys.h441 PETSC_EXTERN PetscErrorCode PetscCommGetComm(MPI_Comm, MPI_Comm *);
/petsc/src/mat/impls/hypre/
H A Dmhypre.c2441 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)B), &hB->comm));
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c2650 } else PetscCall(PetscCommGetComm(mumps->petsc_comm, &mumps->mumps_comm)); in MatSetFromOptions_MUMPS()