Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Doptions.c311 PetscBool isfile, isfileyaml, isstringyaml, ispush, ispop, key; in PetscOptionsInsertString_Private() local
314 PetscCall(PetscStrcasecmp(first, "-options_file_yaml", &isfileyaml)); in PetscOptionsInsertString_Private()
325 } else if (isfileyaml) { in PetscOptionsInsertString_Private()
668 PetscBool isfile, isfileyaml, isstringyaml, ispush, ispop, key; in PetscOptionsInsertArgs() local
670 PetscCall(PetscStrcasecmp(eargs[0], "-options_file_yaml", &isfileyaml)); in PetscOptionsInsertArgs()
683 } else if (isfileyaml) { in PetscOptionsInsertArgs()