Home
last modified time | relevance | path

Searched refs:PetscLogNestedBegin (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex1f.F90183 PetscCallA(PetscLogNestedBegin(ierr))
/petsc/src/ksp/ksp/tutorials/
H A Dex2f.F90141 PetscCallA(PetscLogNestedBegin(ierr))
/petsc/include/
H A Dpetsclog.h272 PETSC_EXTERN PetscErrorCode PetscLogNestedBegin(void);
663 #define PetscLogNestedBegin() PETSC_SUCCESS macro
/petsc/src/sys/objects/
H A Dinit.c583 PetscCall(PetscLogNestedBegin()); in PetscOptionsCheckInitial_Private()
/petsc/src/sys/logging/
H A Dplog.c536 PetscErrorCode PetscLogNestedBegin(void) in PetscLogNestedBegin() function