Searched refs:PetscGatherNumberOfMessages (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | mpimesg.c | 33 PetscErrorCode PetscGatherNumberOfMessages(MPI_Comm comm, const PetscMPIInt iflags[], const PetscMP… in PetscGatherNumberOfMessages() function
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | sbaijov.c | 305 PetscCall(PetscGatherNumberOfMessages(comm, NULL, len_s, &nrqr)); in MatIncreaseOverlap_MPISBAIJ_Once()
|
| /petsc/src/ksp/pc/impls/redistribute/ |
| H A D | redistribute.c | 183 PetscCall(PetscGatherNumberOfMessages(comm, NULL, sizes, &nrecvs)); in PCSetUp_Redistribute()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 135 PetscCall(PetscGatherNumberOfMessages(comm, w2, w1, &nrqr)); in MatIncreaseOverlap_MPIBAIJ_Once() 807 PetscCall(PetscGatherNumberOfMessages(comm, w2, w1, &nrqr));
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 506 PetscCall(PetscGatherNumberOfMessages(comm, sizes, nlengths, &nreceives)); in MatStashScatterBegin_Ref()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 578 PetscCall(PetscGatherNumberOfMessages(comm, w2, w1, &nrqr)); in MatIncreaseOverlap_MPIAIJ_Once() 1313 PetscCall(PetscGatherNumberOfMessages(comm, w2, w1, &nrqr)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 2211 PetscCall(PetscGatherNumberOfMessages(comm, w2, w1, &nrqr)); in MatCreateSubMatrices_MPIAIJ_Local()
|
| H A D | mpiptap.c | 419 PetscCall(PetscGatherNumberOfMessages(comm, NULL, len_s, &nrecv)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ_scalable() 1708 PetscCall(PetscGatherNumberOfMessages(comm, NULL, len_s, &nrecv)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
|
| H A D | mpimatmatmult.c | 1355 PetscCall(PetscGatherNumberOfMessages(comm, NULL, len_s, &nrecv)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable() 1897 PetscCall(PetscGatherNumberOfMessages(comm, NULL, len_s, &merge->nrecv)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ()
|
| H A D | mpiaij.c | 4832 PetscCall(PetscGatherNumberOfMessages(comm, NULL, len_s, &merge->nrecv)); in MatCreateMPIAIJSumSeqAIJSymbolic()
|
| /petsc/include/ |
| H A D | petscsys.h | 2541 PETSC_EXTERN PetscErrorCode PetscGatherNumberOfMessages(MPI_Comm, const PetscMPIInt[], const PetscM…
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 1573 PetscCall(PetscGatherNumberOfMessages(comm, sizes, nlengths, &nreceives)); in MatStashScatterBegin_ScaLAPACK()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 8073 PetscCall(PetscGatherNumberOfMessages(comm, iflags, NULL, &n_recvs)); in PCBDDCMatISSubassemble()
|