Home
last modified time | relevance | path

Searched defs:PetscLogEventSetActiveAll (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/
H A Dplog.c1351 PetscErrorCode PetscLogEventSetActiveAll(PetscLogEvent event, PetscBool isActive) in PetscLogEventSetActiveAll() function
/petsc/include/
H A Dpetsclog.h645 #define PetscLogEventSetActiveAll(a, b) ((void)(a), PETSC_SUCCESS) macro