Home
last modified time | relevance | path

Searched refs:VEC_ReduceCommunication (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/
H A Dfbcgsr.c119 PetscCall(PetscLogEventBegin(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
121 PetscCall(PetscLogEventEnd(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
153 PetscCall(PetscLogEventBegin(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
155 PetscCall(PetscLogEventEnd(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
/petsc/src/ksp/ksp/impls/ibcgs/
H A Dibcgs.c225 PetscCall(PetscLogEventBegin(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_IBCGS()
239 PetscCall(PetscLogEventEnd(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_IBCGS()
277 PetscCall(PetscLogEventBegin(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_IBCGS()
279 PetscCall(PetscLogEventEnd(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_IBCGS()
/petsc/src/vec/vec/interface/
H A Ddlregisvec.c214 PetscCall(PetscLogEventRegister("VecReduceComm", VEC_CLASSID, &VEC_ReduceCommunication)); in VecInitializePackage()
H A Dvector.c14 PetscLogEvent VEC_SetRandom, VEC_ReduceArithmetic, VEC_ReduceCommunication, VEC_ReduceBegin, VEC_Re… variable
/petsc/src/vec/vec/utils/
H A Dcomb.c204 PetscCall(PetscLogEventBegin(VEC_ReduceCommunication, 0, 0, 0, 0)); in PetscSplitReductionApply()
234 PetscCall(PetscLogEventEnd(VEC_ReduceCommunication, 0, 0, 0, 0)); in PetscSplitReductionApply()
/petsc/include/petsc/private/
H A Dvecimpl.h205 PETSC_EXTERN PetscLogEvent VEC_ReduceCommunication; variable