Searched refs:PETSCSTACKSIZE (Results 1 – 2 of 2) sorted by relevance
5 #if !defined(PETSCSTACKSIZE)6 #define PETSCSTACKSIZE 64 macro42 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(correct()); in main()43 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(foo()); in main()44 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(bar()); in main()45 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(foo()); in main()46 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(baru()); in main()47 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(foo()); in main()
1393 #define PETSCSTACKSIZE 64 macro1395 const char *function[PETSCSTACKSIZE];1396 const char *file[PETSCSTACKSIZE];1397 int line[PETSCSTACKSIZE];1398 …int petscroutine[PETSCSTACKSIZE]; /* 0 external called from PETSc, 1 PETSc functions, 2 PE…1449 if (stack__.currentsize < PETSCSTACKSIZE) { \1468 if (--stack__.currentsize < PETSCSTACKSIZE) { \1545 …if (petscstack.currentsize > 0 && petscstack.currentsize < PETSCSTACKSIZE && petscstack.function[p…1625 if (petscstack.currentsize > 0 && --petscstack.currentsize < PETSCSTACKSIZE) { \