Searched refs:PetscOptionsSetValue_Private (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | optionsyaml.c | 10 PETSC_INTERN PetscErrorCode PetscOptionsSetValue_Private(PetscOptions, const char[], const char[], … 77 PetscCall(PetscOptionsSetValue_Private(options, name, STR(valnode), NULL, source)); in PetscParseLayerYAML() 140 PetscCall(PetscOptionsSetValue_Private(options, name, strlist, NULL, source)); in PetscParseLayerYAML()
|
| H A D | options.c | 118 PETSC_INTERN PetscErrorCode PetscOptionsSetValue_Private(PetscOptions, const char[], const char[], … 344 PetscCall(PetscOptionsSetValue_Private(options, first, second, NULL, source)); in PetscOptionsInsertString_Private() 347 PetscCall(PetscOptionsSetValue_Private(options, first, NULL, NULL, source)); in PetscOptionsInsertString_Private() 707 … PetscCall(PetscOptionsSetValue_Private(options, eargs[0], NULL, NULL, PETSC_OPT_COMMAND_LINE)); in PetscOptionsInsertArgs() 711 …PetscCall(PetscOptionsSetValue_Private(options, eargs[0], eargs[1], NULL, PETSC_OPT_COMMAND_LINE)); in PetscOptionsInsertArgs() 769 …if (set[PO_CI_ENABLE]) PetscCall(PetscOptionsSetValue_Private(options, opt[PO_CI_ENABLE], val[PO_C… in PetscOptionsProcessPrecedentFlags() 778 PetscCall(PetscOptionsSetValue_Private(options, opt[o], val[o], &a, PETSC_OPT_COMMAND_LINE)); in PetscOptionsProcessPrecedentFlags() 1271 PetscCall(PetscOptionsSetValue_Private(options, name, value, NULL, PETSC_OPT_CODE)); in PetscOptionsSetValue() 1275 PetscErrorCode PetscOptionsSetValue_Private(PetscOptions options, const char name[], const char val… in PetscOptionsSetValue_Private() function
|