Searched refs:VEC_View (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/vec/interface/ |
| H A D | dlregisvec.c | 181 PetscCall(PetscLogEventRegister("VecView", VEC_CLASSID, &VEC_View)); in VecInitializePackage()
|
| H A D | vector.c | 10 PetscLogEvent VEC_View, VEC_Max, VEC_Min, VEC_Dot, VEC_MDot, VEC_TDot; variable 804 PetscCall(PetscLogEventBegin(VEC_View, vec, viewer, 0, 0)); in VecView() 811 PetscCall(PetscLogEventEnd(VEC_View, vec, viewer, 0, 0)); in VecView()
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 177 PETSC_EXTERN PetscLogEvent VEC_View; variable
|