Lines Matching defs:event
1063 PetscErrorCode PetscLogEventRegister(const char name[], PetscClassId classid, PetscLogEvent *event) in PetscLogEventRegister()
1094 PetscErrorCode PetscLogEventSetCollective(PetscLogEvent event, PetscBool collective) in PetscLogEventSetCollective()
1194 static PetscErrorCode PetscLogEventSetActive(PetscLogStage stage, PetscLogEvent event, PetscBool is… in PetscLogEventSetActive()
1228 PetscErrorCode PetscLogEventActivate(PetscLogEvent event) in PetscLogEventActivate()
1259 PetscErrorCode PetscLogEventDeactivate(PetscLogEvent event) in PetscLogEventDeactivate()
1292 PetscErrorCode PetscLogEventDeactivatePush(PetscLogEvent event) in PetscLogEventDeactivatePush()
1327 PetscErrorCode PetscLogEventDeactivatePop(PetscLogEvent event) in PetscLogEventDeactivatePop()
1351 PetscErrorCode PetscLogEventSetActiveAll(PetscLogEvent event, PetscBool isActive) in PetscLogEventSetActiveAll()
1597 PetscErrorCode PetscLogEventGetPerfInfo(PetscLogStage stage, PetscLogEvent event, PetscEventPerfInf… in PetscLogEventGetPerfInfo()
1635 PetscErrorCode PetscLogEventSetDof(PetscLogEvent event, PetscInt n, PetscLogDouble dof) in PetscLogEventSetDof()
1675 PetscErrorCode PetscLogEventSetError(PetscLogEvent event, PetscInt n, PetscLogDouble error) in PetscLogEventSetError()
1707 PetscErrorCode PetscLogEventGetId(const char name[], PetscLogEvent *event) in PetscLogEventGetId()
1733 PetscErrorCode PetscLogEventGetName(PetscLogEvent event, const char *name[]) in PetscLogEventGetName()