Home
last modified time | relevance | path

Searched refs:VEC_Ops (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/ksp/impls/ibcgs/
H A Dibcgs.c175 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 Dfbcgsr.c189 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 Ddlregisvec.c200 PetscCall(PetscLogEventRegister("VecOps", VEC_CLASSID, &VEC_Ops)); in VecInitializePackage()
H A Dvector.c14 …_SetRandom, VEC_ReduceArithmetic, VEC_ReduceCommunication, VEC_ReduceBegin, VEC_ReduceEnd, VEC_Ops; variable
/petsc/include/petsc/private/
H A Dvecimpl.h212 PETSC_EXTERN PetscLogEvent VEC_Ops; variable