Lines Matching refs:PetscOptionSource
75 PetscOptionSource *source; /* source for option value */
98 …PetscErrorCode (*monitor[MAXOPTIONSMONITORS])(const char[], const char[], PetscOptionSource, void …
118 …e PetscOptionsSetValue_Private(PetscOptions, const char[], const char[], int *, PetscOptionSource);
119 …PetscErrorCode PetscOptionsInsertStringYAML_Private(PetscOptions, const char[], PetscOptionSource);
124 …tionsMonitor(PetscOptions options, const char name[], const char value[], PetscOptionSource source) in PetscOptionsMonitor()
302 …tscOptionsInsertString_Private(PetscOptions options, const char in_str[], PetscOptionSource source) in PetscOptionsInsertString_Private()
1275 …te(PetscOptions options, const char name[], const char value[], int *pos, PetscOptionSource source) in PetscOptionsSetValue_Private()
1328 PetscOptionSource *source; in PetscOptionsSetValue_Private()
1334 source = (PetscOptionSource *)malloc(options->Nalloc * sizeof(PetscOptionSource)); in PetscOptionsSetValue_Private()
2063 PetscErrorCode PetscOptionsMonitorDefault(const char name[], const char value[], PetscOptionSource … in PetscOptionsMonitorDefault()
2128 …et(PetscErrorCode (*monitor)(const char name[], const char value[], PetscOptionSource source, Pets… in PetscOptionsMonitorSet()