Searched refs:VEC_ReduceCommunication (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/impls/bcgs/fbcgsr/ |
| H A D | fbcgsr.c | 119 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 D | ibcgs.c | 225 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 D | dlregisvec.c | 214 PetscCall(PetscLogEventRegister("VecReduceComm", VEC_CLASSID, &VEC_ReduceCommunication)); in VecInitializePackage()
|
| H A D | vector.c | 14 PetscLogEvent VEC_SetRandom, VEC_ReduceArithmetic, VEC_ReduceCommunication, VEC_ReduceBegin, VEC_Re… variable
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 204 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 D | vecimpl.h | 205 PETSC_EXTERN PetscLogEvent VEC_ReduceCommunication; variable
|