Home
last modified time | relevance | path

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

/petsc/src/sys/error/
H A Dpstack.c183 sout->petscroutine[i] = sint->petscroutine[i]; in PetscStackCopy()
/petsc/include/
H A Dpetscerror.h1398 …int petscroutine[PETSCSTACKSIZE]; /* 0 external called from PETSc, 1 PETSc functions, 2 PE… member
1458 stack__.petscroutine[stack__.currentsize] = petsc_routine__; \
1469 …PetscCheckAbort(!stack__.check || stack__.petscroutine[stack__.currentsize] != 1 || stack__.functi…
1474 stack__.petscroutine[stack__.currentsize] = 0; \
1629 petscstack.petscroutine[petscstack.currentsize] = 0; \
/petsc/src/sys/objects/
H A Dinherit.c363 while (!stack->petscroutine[k]) k++; in PetscObjectsDump()
/petsc/src/vec/vec/interface/
H A Drvector.c3819 …PetscStackPush_Private(x->lockstack, file, func, line, petscstack.petscroutine[index], PETSC_FALSE… in VecLockReadPush()