Home
last modified time | relevance | path

Searched refs:PetscLogStageGetName (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetsclog.h304 PETSC_EXTERN PetscErrorCode PetscLogStageGetName(PetscLogEvent, const char **);
632 #define PetscLogStageGetName(a, b) ((void)(a), *(b) = NULL, PETSC_SUCCESS) macro
/petsc/doc/changes/
H A D320.md58 - Add `PetscLogStageGetName()`
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h85 PetscCall(PetscLogStageGetName(stageid, name)); in PetscLogStageFindName()
/petsc/src/sys/logging/
H A Dplog.c993 PetscErrorCode PetscLogStageGetName(PetscLogStage stage, const char *name[]) in PetscLogStageGetName() function