Home
last modified time | relevance | path

Searched refs:VEC_TDot (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/vec/interface/
H A Ddlregisvec.c187 PetscCall(PetscLogEventRegister("VecTDot", VEC_CLASSID, &VEC_TDot)); in VecInitializePackage()
H A Drvector.c436 PetscCall(PetscLogEventBegin(VEC_TDot, x, y, 0, 0)); in VecTDot()
438 PetscCall(PetscLogEventEnd(VEC_TDot, x, y, 0, 0)); in VecTDot()
H A Dvector.c10 PetscLogEvent VEC_View, VEC_Max, VEC_Min, VEC_Dot, VEC_MDot, VEC_TDot; variable
/petsc/include/petsc/private/
H A Dvecimpl.h182 PETSC_EXTERN PetscLogEvent VEC_TDot; variable