Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dcomb.c357 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 Dfbcgsr.c109 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 Dibcgs.c204 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 Ddlregisvec.c213 PetscCall(PetscLogEventRegister("VecReduceArith", VEC_CLASSID, &VEC_ReduceArithmetic)); in VecInitializePackage()
H A Dvector.c14 PetscLogEvent VEC_SetRandom, VEC_ReduceArithmetic, VEC_ReduceCommunication, VEC_ReduceBegin, VEC_Re… variable
/petsc/include/petsc/private/
H A Dvecimpl.h204 PETSC_EXTERN PetscLogEvent VEC_ReduceArithmetic; variable