Searched refs:VEC_ReduceArithmetic (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 357 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecDotBegin() 359 PetscCall(PetscLogEventEnd(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecDotBegin() 440 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecTDotBegin() 442 PetscCall(PetscLogEventEnd(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecTDotBegin() 507 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecNormBegin() 509 PetscCall(PetscLogEventEnd(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecNormBegin() 617 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecMDotBegin() 619 PetscCall(PetscLogEventEnd(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecMDotBegin() 708 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecMTDotBegin() 710 PetscCall(PetscLogEventEnd(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecMTDotBegin()
|
| /petsc/src/ksp/ksp/impls/bcgs/fbcgsr/ |
| H A D | fbcgsr.c | 109 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in KSPSolve_FBCGSR() 116 PetscCall(PetscLogEventEnd(VEC_ReduceArithmetic, 0, 0, 0, 0)); in KSPSolve_FBCGSR() 137 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in KSPSolve_FBCGSR() 146 PetscCall(PetscLogEventEnd(VEC_ReduceArithmetic, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
|
| /petsc/src/ksp/ksp/impls/ibcgs/ |
| H A D | ibcgs.c | 204 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in KSPSolve_IBCGS() 215 PetscCall(PetscLogEventEnd(VEC_ReduceArithmetic, 0, 0, 0, 0)); in KSPSolve_IBCGS()
|
| /petsc/src/vec/vec/interface/ |
| H A D | dlregisvec.c | 213 PetscCall(PetscLogEventRegister("VecReduceArith", VEC_CLASSID, &VEC_ReduceArithmetic)); in VecInitializePackage()
|
| H A D | vector.c | 14 PetscLogEvent VEC_SetRandom, VEC_ReduceArithmetic, VEC_ReduceCommunication, VEC_ReduceBegin, VEC_Re… variable
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 204 PETSC_EXTERN PetscLogEvent VEC_ReduceArithmetic; variable
|