Searched refs:PetscCommGetComm (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex57.c | 15 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 D | tagm.c | 113 PetscErrorCode PetscCommGetComm(MPI_Comm comm_in, MPI_Comm *comm_out) in PetscCommGetComm() function
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 2214 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 D | superlu_dist.c | 703 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)A), &lu->comm_superlu)); in MatLUFactorSymbolic_SuperLU_DIST()
|
| /petsc/doc/changes/ |
| H A D | 317.md | 54 - Add `PetscCommGetComm()` and `PetscCommRestoreComm()` to allow reuse of MPI communicator with ext…
|
| /petsc/include/ |
| H A D | petscsys.h | 441 PETSC_EXTERN PetscErrorCode PetscCommGetComm(MPI_Comm, MPI_Comm *);
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 2441 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)B), &hB->comm));
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 2650 } else PetscCall(PetscCommGetComm(mumps->petsc_comm, &mumps->mumps_comm)); in MatSetFromOptions_MUMPS()
|