Searched refs:PetscOptionSource (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | optionsyaml.c | 10 …e PetscOptionsSetValue_Private(PetscOptions, const char[], const char[], int *, PetscOptionSource); 11 …PetscErrorCode PetscOptionsInsertStringYAML_Private(PetscOptions, const char[], PetscOptionSource); 32 …eLayerYAML(PetscOptions options, yaml_document_t *doc, yaml_node_t *node, PetscOptionSource source) in PetscParseLayerYAML() 154 …ptionsInsertStringYAML_Private(PetscOptions options, const char in_str[], PetscOptionSource source) in PetscOptionsInsertStringYAML_Private()
|
| H A D | options.c | 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() [all …]
|
| /petsc/src/sys/tests/options/ |
| H A D | ex55.c | 6 PetscErrorCode PetscOptionsMonitorCustom(const char name[], const char value[], PetscOptionSource s… in PetscOptionsMonitorCustom()
|
| /petsc/include/ |
| H A D | petscoptions.h | 17 } PetscOptionSource; typedef 78 …tscOptionsMonitorSet(PetscErrorCode (*)(const char[], const char[], PetscOptionSource, void *), vo… 79 …N PetscErrorCode PetscOptionsMonitorDefault(const char[], const char[], PetscOptionSource, void *);
|