Home
last modified time | relevance | path

Searched refs:hotdepth (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscerror.h1400 int hotdepth; member
1461 stack__.hotdepth += (hot__ || stack__.hotdepth); \
1476 stack__.hotdepth = PetscMax(stack__.hotdepth - 1, 0); \
1631 petscstack.hotdepth = PetscMax(petscstack.hotdepth - 1, 0); \
/petsc/src/sys/error/
H A Dcheckptr.c84 if (petscstack.hotdepth > 0 && petsc_checkpointer_intensity < 2) return PETSC_TRUE; in PetscCheckPointer()