Searched refs:PetscLogHandlerType (Results 1 – 6 of 6) sorted by relevance
93 PetscErrorCode PetscLogHandlerSetType(PetscLogHandler handler, PetscLogHandlerType name) in PetscLogHandlerSetType()130 PetscErrorCode PetscLogHandlerGetType(PetscLogHandler handler, PetscLogHandlerType *name) in PetscLogHandlerGetType()
146 typedef const char *PetscLogHandlerType; typedef
115 PETSC_EXTERN PetscErrorCode PetscLogHandlerSetType(PetscLogHandler, PetscLogHandlerType);116 PETSC_EXTERN PetscErrorCode PetscLogHandlerGetType(PetscLogHandler, PetscLogHandlerType *);
150 static PetscErrorCode PetscLogTryGetHandler(PetscLogHandlerType type, PetscLogHandler *handler) in PetscLogTryGetHandler()194 static PetscErrorCode PetscLogGetHandler(PetscLogHandlerType type, PetscLogHandler *handler) in PetscLogGetHandler()421 PETSC_INTERN PetscErrorCode PetscLogTypeBegin(PetscLogHandlerType type) in PetscLogTypeBegin()
212 PETSC_INTERN PetscErrorCode PetscLogTypeBegin(PetscLogHandlerType type);
249 PetscLogHandlerType type; in main()