Searched refs:VEC_Dot (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/vec/interface/ |
| H A D | dlregisvec.c | 184 PetscCall(PetscLogEventRegister("VecDot", VEC_CLASSID, &VEC_Dot)); in VecInitializePackage()
|
| H A D | rvector.c | 123 PetscCall(PetscLogEventBegin(VEC_Dot, x, y, 0, 0)); in VecDot() 125 PetscCall(PetscLogEventEnd(VEC_Dot, x, y, 0, 0)); in VecDot()
|
| H A D | vector.c | 10 PetscLogEvent VEC_View, VEC_Max, VEC_Min, VEC_Dot, VEC_MDot, VEC_TDot; variable
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 180 PETSC_EXTERN PetscLogEvent VEC_Dot; variable
|