Searched refs:eargs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | options.c | 664 const char *const *eargs = args; in PetscOptionsInsertArgs() local 669 PetscCall(PetscStrcasecmp(eargs[0], "-options_file", &isfile)); in PetscOptionsInsertArgs() 670 PetscCall(PetscStrcasecmp(eargs[0], "-options_file_yaml", &isfileyaml)); in PetscOptionsInsertArgs() 671 PetscCall(PetscStrcasecmp(eargs[0], "-options_string_yaml", &isstringyaml)); in PetscOptionsInsertArgs() 672 PetscCall(PetscStrcasecmp(eargs[0], "-prefix_push", &ispush)); in PetscOptionsInsertArgs() 673 PetscCall(PetscStrcasecmp(eargs[0], "-prefix_pop", &ispop)); in PetscOptionsInsertArgs() 674 PetscCall(PetscOptionsValidKey(eargs[0], &key)); in PetscOptionsInsertArgs() 676 eargs++; in PetscOptionsInsertArgs() 679 …PetscCheck(left > 1 && eargs[1][0] != '-', PETSC_COMM_SELF, PETSC_ERR_USER, "Missing filename for … in PetscOptionsInsertArgs() 680 PetscCall(PetscOptionsInsertFile(comm, options, eargs[1], PETSC_TRUE)); in PetscOptionsInsertArgs() [all …]
|