Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex9.c23 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 DiphoneViewController.m161 PetscBool flg1,flg2,flg3,flg4;
167 ierr = PetscStrncmp(str, "./ex3", 5, &flg4);
174 } else if (flg4) {
/petsc/src/sys/fileio/
H A Dfretrieve.c342 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 Dforest.c1465 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()