Searched defs:PetscLogEventSetCollective (Results 1 – 2 of 2) sorted by relevance
1094 PetscErrorCode PetscLogEventSetCollective(PetscLogEvent event, PetscBool collective) in PetscLogEventSetCollective() function
636 #define PetscLogEventSetCollective(a, b) ((void)(a), (void)(b), PETSC_SUCCESS) macro