Home
last modified time | relevance | path

Searched refs:PetscSplitReductionGet (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/vec/utils/
H A Dcomb.c119 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 Dpetscimpl.h1493 PETSC_EXTERN PetscErrorCode PetscSplitReductionGet(MPI_Comm, PetscSplitReduction **);