Searched refs:orntBounds (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 10 PetscInt orntBounds[2]; /* Bounds for the orientation check */ member 25 options->orntBounds[0] = PETSC_INT_MIN; in ProcessOptions() 26 options->orntBounds[1] = PETSC_INT_MAX; in ProcessOptions() 34 …ntArray("-ornt_bounds", "Bounds for orientation checks", "ex11.c", options->orntBounds, &n, NULL)); in ProcessOptions() 145 for (o = PetscMax(-No, user->orntBounds[0]); o < PetscMin(No, user->orntBounds[1]); ++o) { in GenerateArrangements() 173 for (o1 = PetscMax(-No, user->orntBounds[0]); o1 < PetscMin(No, user->orntBounds[1]); ++o1) { in VerifyCayleyTable() 174 for (o2 = PetscMax(-No, user->orntBounds[0]); o2 < PetscMin(No, user->orntBounds[1]); ++o2) { in VerifyCayleyTable() 220 for (o = PetscMax(-No, user->orntBounds[0]); o < PetscMin(No, user->orntBounds[1]); ++o) { in VerifyInverse() 366 for (o = PetscMax(-No, user->orntBounds[0]); o < PetscMin(No, user->orntBounds[1]); ++o) { in RefineArrangements()
|