Searched refs:VEC_Ops (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/impls/ibcgs/ |
| H A D | ibcgs.c | 175 PetscCall(PetscLogEventBegin(VEC_Ops, 0, 0, 0, 0)); in KSPSolve_IBCGS() 184 PetscCall(PetscLogEventEnd(VEC_Ops, 0, 0, 0, 0)); in KSPSolve_IBCGS() 265 PetscCall(PetscLogEventBegin(VEC_Ops, 0, 0, 0, 0)); in KSPSolve_IBCGS() 274 PetscCall(PetscLogEventEnd(VEC_Ops, 0, 0, 0, 0)); in KSPSolve_IBCGS()
|
| /petsc/src/ksp/ksp/impls/bcgs/fbcgsr/ |
| H A D | fbcgsr.c | 189 PetscCall(PetscLogEventBegin(VEC_Ops, 0, 0, 0, 0)); in KSPSolve_FBCGSR() 195 PetscCall(PetscLogEventEnd(VEC_Ops, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
|
| /petsc/src/vec/vec/interface/ |
| H A D | dlregisvec.c | 200 PetscCall(PetscLogEventRegister("VecOps", VEC_CLASSID, &VEC_Ops)); in VecInitializePackage()
|
| H A D | vector.c | 14 …_SetRandom, VEC_ReduceArithmetic, VEC_ReduceCommunication, VEC_ReduceBegin, VEC_ReduceEnd, VEC_Ops; variable
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 212 PETSC_EXTERN PetscLogEvent VEC_Ops; variable
|