Searched refs:petscroutine (Results 1 – 4 of 4) sorted by relevance
183 sout->petscroutine[i] = sint->petscroutine[i]; in PetscStackCopy()
1398 …int petscroutine[PETSCSTACKSIZE]; /* 0 external called from PETSc, 1 PETSc functions, 2 PE… member1458 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; \
363 while (!stack->petscroutine[k]) k++; in PetscObjectsDump()
3819 …PetscStackPush_Private(x->lockstack, file, func, line, petscstack.petscroutine[index], PETSC_FALSE… in VecLockReadPush()