Home
last modified time | relevance | path

Searched refs:IS_View (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Disimpl.h11 PETSC_EXTERN PetscLogEvent IS_View; variable
/petsc/src/vec/vec/interface/
H A Ddlregisvec.c58 PetscCall(PetscLogEventRegister("ISView", IS_CLASSID, &IS_View)); in ISInitializePackage()
/petsc/src/vec/is/is/interface/
H A Dindex.c11 PetscLogEvent IS_View; variable
1634 PetscCall(PetscLogEventBegin(IS_View, is, viewer, 0, 0)); in ISView()
1636 PetscCall(PetscLogEventEnd(IS_View, is, viewer, 0, 0)); in ISView()