Searched refs:ispush (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | options.c | 311 PetscBool isfile, isfileyaml, isstringyaml, ispush, ispop, key; in PetscOptionsInsertString_Private() local 316 PetscCall(PetscStrcasecmp(first, "-prefix_push", &ispush)); in PetscOptionsInsertString_Private() 333 } else if (ispush) { in PetscOptionsInsertString_Private() 668 PetscBool isfile, isfileyaml, isstringyaml, ispush, ispop, key; in PetscOptionsInsertArgs() local 672 PetscCall(PetscStrcasecmp(eargs[0], "-prefix_push", &ispush)); in PetscOptionsInsertArgs() 693 } else if (ispush) { in PetscOptionsInsertArgs()
|