Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dlogimpl.h214 #define PetscLogTypeBegin(t) ((void)(t), PETSC_SUCCESS) macro
/petsc/src/sys/logging/
H A Dplog.c421 PETSC_INTERN PetscErrorCode PetscLogTypeBegin(PetscLogHandlerType type) in PetscLogTypeBegin() function