Home
last modified time | relevance | path

Searched refs:PetscLogHandlerType (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/logging/handler/interface/
H A Dlhreg.c93 PetscErrorCode PetscLogHandlerSetType(PetscLogHandler handler, PetscLogHandlerType name) in PetscLogHandlerSetType()
130 PetscErrorCode PetscLogHandlerGetType(PetscLogHandler handler, PetscLogHandlerType *name) in PetscLogHandlerGetType()
/petsc/include/
H A Dpetsclogtypes.h146 typedef const char *PetscLogHandlerType; typedef
H A Dpetsclog.h115 PETSC_EXTERN PetscErrorCode PetscLogHandlerSetType(PetscLogHandler, PetscLogHandlerType);
116 PETSC_EXTERN PetscErrorCode PetscLogHandlerGetType(PetscLogHandler, PetscLogHandlerType *);
/petsc/src/sys/logging/
H A Dplog.c150 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()
/petsc/include/petsc/private/
H A Dlogimpl.h212 PETSC_INTERN PetscErrorCode PetscLogTypeBegin(PetscLogHandlerType type);
/petsc/src/sys/tutorials/
H A Dex7.c249 PetscLogHandlerType type; in main()