Searched refs:PetscSplitReductionGet (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 119 PetscCall(PetscSplitReductionGet(comm, &sr)); in PetscCommSplitReductionBegin() 297 PetscErrorCode PetscSplitReductionGet(MPI_Comm comm, PetscSplitReduction **sr) in PetscSplitReductionGet() function 352 PetscCall(PetscSplitReductionGet(comm, &sr)); in VecDotBegin() 387 PetscCall(PetscSplitReductionGet(comm, &sr)); in VecDotEnd() 435 PetscCall(PetscSplitReductionGet(comm, &sr)); in VecTDotBegin() 502 PetscCall(PetscSplitReductionGet(comm, &sr)); in VecNormBegin() 548 PetscCall(PetscSplitReductionGet(comm, &sr)); in VecNormEnd() 610 PetscCall(PetscSplitReductionGet(comm, &sr)); in VecMDotBegin() 652 PetscCall(PetscSplitReductionGet(comm, &sr)); in VecMDotEnd() 701 PetscCall(PetscSplitReductionGet(comm, &sr)); in VecMTDotBegin()
|
| /petsc/include/petsc/private/ |
| H A D | petscimpl.h | 1493 PETSC_EXTERN PetscErrorCode PetscSplitReductionGet(MPI_Comm, PetscSplitReduction **);
|