Searched refs:flg4 (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex9.c | 23 PetscBool flg, flg2, flg3, flg4, flg5; in main() local 151 PetscCall(PetscOptionsHasName(NULL, NULL, "-vecghostgetghostis", &flg4)); in main() 152 if (flg4) { in main()
|
| /petsc/systems/Apple/iOS/examples/testopengl/Classes/ |
| H A D | iphoneViewController.m | 161 PetscBool flg1,flg2,flg3,flg4; 167 ierr = PetscStrncmp(str, "./ex3", 5, &flg4); 174 } else if (flg4) {
|
| /petsc/src/sys/fileio/ |
| H A D | fretrieve.c | 342 PetscBool flg1, flg2, flg3, flg4, download, compressed = PETSC_FALSE; in PetscFileRetrieve() local 358 PetscCall(PetscStrncmp(url, "https://", 8, &flg4)); in PetscFileRetrieve() 359 download = (PetscBool)(flg1 || flg2 || flg3 || flg4); in PetscFileRetrieve()
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 1465 PetscBool flg, flg1, flg2, flg3, flg4; in DMSetFromOptions_Forest() local 1480 …d the fine forest from a viewer specification", "DMForestSetFineForest", &viewer, &format, &flg4)); in DMSetFromOptions_Forest() 1481 …PetscCheck((PetscInt)flg1 + (PetscInt)flg2 + (PetscInt)flg3 + (PetscInt)flg4 <= 1, PetscObjectComm… in DMSetFromOptions_Forest() 1511 if (flg4) { in DMSetFromOptions_Forest()
|