| /petsc/include/ |
| H A D | petscoptions.h | 20 typedef struct _n_PetscOptions *PetscOptions; typedef 21 PETSC_EXTERN PetscErrorCode PetscOptionsCreate(PetscOptions *); 22 PETSC_EXTERN PetscErrorCode PetscOptionsPush(PetscOptions); 24 PETSC_EXTERN PetscErrorCode PetscOptionsDestroy(PetscOptions *); 28 PETSC_EXTERN PetscErrorCode PetscOptionsHasHelp(PetscOptions, PetscBool *); 29 PETSC_EXTERN PetscErrorCode PetscOptionsHasName(PetscOptions, const char[], const char[], PetscBool… 30 PETSC_EXTERN PetscErrorCode PetscOptionsGetBool(PetscOptions, const char[], const char[], PetscBool… 31 PETSC_EXTERN PetscErrorCode PetscOptionsGetBool3(PetscOptions, const char[], const char[], PetscBoo… 32 PETSC_EXTERN PetscErrorCode PetscOptionsGetInt(PetscOptions, const char[], const char[], PetscInt *… 33 PETSC_EXTERN PetscErrorCode PetscOptionsGetMPIInt(PetscOptions, const char[], const char[], PetscMP… [all …]
|
| H A D | petscviewer.h | 192 PETSC_EXTERN PetscErrorCode PetscOptionsCreateViewer(MPI_Comm, PetscOptions, const char[], const ch… 193 PETSC_EXTERN PetscErrorCode PetscOptionsCreateViewers(MPI_Comm, PetscOptions, const char[], const c… 201 …, ) static inline PetscErrorCode PetscOptionsGetViewer(MPI_Comm comm, PetscOptions op, const char … in PetscOptionsGetViewer() 205 … ) static inline PetscErrorCode PetscOptionsGetViewers(MPI_Comm comm, PetscOptions op, const char … in PetscOptionsGetViewers()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscopt.pxi | 4 ctypedef _n_PetscOptions* PetscOptions 6 PetscErrorCode PetscOptionsCreate(PetscOptions*) 7 PetscErrorCode PetscOptionsDestroy(PetscOptions*) 8 PetscErrorCode PetscOptionsView(PetscOptions, PetscViewer) 9 PetscErrorCode PetscOptionsClear(PetscOptions) 11 PetscErrorCode PetscOptionsPrefixPush(PetscOptions, char[]) 12 PetscErrorCode PetscOptionsPrefixPop(PetscOptions) 14 PetscErrorCode PetscOptionsHasName(PetscOptions, char[], char[], PetscBool*) 15 PetscErrorCode PetscOptionsUsed(PetscOptions, char[], PetscBool*) 16 PetscErrorCode PetscOptionsSetAlias(PetscOptions, char[], char[]) [all …]
|
| H A D | Options.pyx | 44 cdef PetscOptions opt
|
| /petsc/doc/changes/ |
| H A D | 37.md | 19 - The following routines now take an optional *PetscOptions* object 23 PetscOptionsHasName(PetscOptions,const char[],const char[],PetscBool *); 24 PetscOptionsGetInt(PetscOptions,const char[],const char [],PetscInt *,PetscBool *); 25 PetscOptionsGetBool(PetscOptions,const char[],const char [],PetscBool *,PetscBool *); 26 PetscOptionsGetReal(PetscOptions,const char[],const char[],PetscReal *,PetscBool *); 27 PetscOptionsGetScalar(PetscOptions,const char[],const char[],PetscScalar *,PetscBool *); 28 PetscOptionsGetIntArray(PetscOptions,const char[],const char[],PetscInt[],PetscInt *,PetscBool *); 29 …PetscOptionsGetRealArray(PetscOptions,const char[],const char[],PetscReal[],PetscInt *,PetscBool *… 30 …PetscOptionsGetScalarArray(PetscOptions,const char[],const char[],PetscScalar[],PetscInt *,PetscBo… 31 …PetscOptionsGetBoolArray(PetscOptions,const char[],const char[],PetscBool [],PetscInt *,PetscBool … [all …]
|
| H A D | 36.md | 186 - PetscOptionsHead() now takes a PetscOptions argument. 188 includes a PetscOptions argument.
|
| H A D | 311.md | 131 PetscOptionsGetViewer() takes a NULL or PetscOptions object as the
|
| H A D | 315.md | 52 - Add `PetscOptions` argument to `PetscOptionsInsertFileYAML()`
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 68 PetscOptions previous; 104 static PetscOptions defaultoptions = NULL; /* the options database routines query this object for o… 118 PETSC_INTERN PetscErrorCode PetscOptionsSetValue_Private(PetscOptions, const char[], const char[], … 119 PETSC_INTERN PetscErrorCode PetscOptionsInsertStringYAML_Private(PetscOptions, const char[], PetscO… 124 static PetscErrorCode PetscOptionsMonitor(PetscOptions options, const char name[], const char value… in PetscOptionsMonitor() 152 PetscErrorCode PetscOptionsCreate(PetscOptions *options) in PetscOptionsCreate() 156 *options = (PetscOptions)calloc(1, sizeof(**options)); in PetscOptionsCreate() 173 PetscErrorCode PetscOptionsDestroy(PetscOptions *options) in PetscOptionsDestroy() 220 PetscErrorCode PetscOptionsPush(PetscOptions opt) in PetscOptionsPush() 240 PetscOptions current = defaultoptions; in PetscOptionsPop() [all …]
|
| H A D | optionsyaml.c | 10 PETSC_INTERN PetscErrorCode PetscOptionsSetValue_Private(PetscOptions, const char[], const char[], … 11 PETSC_INTERN PetscErrorCode PetscOptionsInsertStringYAML_Private(PetscOptions, const char[], PetscO… 32 static PetscErrorCode PetscParseLayerYAML(PetscOptions options, yaml_document_t *doc, yaml_node_t *… in PetscParseLayerYAML() 154 PetscErrorCode PetscOptionsInsertStringYAML_Private(PetscOptions options, const char in_str[], Pets… in PetscOptionsInsertStringYAML_Private() 196 PetscErrorCode PetscOptionsInsertStringYAML(PetscOptions options, const char in_str[]) in PetscOptionsInsertStringYAML() 230 PetscErrorCode PetscOptionsInsertFileYAML(MPI_Comm comm, PetscOptions options, const char file[], P… in PetscOptionsInsertFileYAML()
|
| H A D | prefix.c | 28 PetscErrorCode PetscObjectGetOptions(PetscObject obj, PetscOptions *options) in PetscObjectGetOptions() 56 PetscErrorCode PetscObjectSetOptions(PetscObject obj, PetscOptions options) in PetscObjectSetOptions()
|
| H A D | aoptions.c | 691 const PetscOptions options = PetscOptionsObject->options; in PetscOptionsInt_Private() 723 const PetscOptions options = PetscOptionsObject->options; in PetscOptionsMPIInt_Private() 775 const PetscOptions options = PetscOptionsObject->options; in PetscOptionsReal_Private()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex19.c | 7 PetscOptions options; in main()
|
| H A D | ex20.c | 7 PetscOptions opt1, opt2; in main()
|
| /petsc/src/sys/objects/ftn-src/ |
| H A D | optionenum.F90 | 17 PetscOptions :: po
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex19f.F90 | 17 PetscOptions options
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewreg.c | 307 static PetscErrorCode PetscOptionsCreateViewers_Internal(MPI_Comm comm, PetscOptions options, const… in PetscOptionsCreateViewers_Internal() 444 PetscErrorCode PetscOptionsCreateViewer(MPI_Comm comm, PetscOptions options, const char pre[], cons… in PetscOptionsCreateViewer() 488 PetscErrorCode PetscOptionsCreateViewers(MPI_Comm comm, PetscOptions options, const char pre[], con… in PetscOptionsCreateViewers()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexextrude.c | 59 PetscOptions options; in DMPlexExtrude()
|
| H A D | plexrefine.c | 353 PetscOptions options; in DMRefine_Plex()
|
| /petsc/src/sys/objects/ftn-custom/ |
| H A D | zoptionsf.c | 309 PETSC_EXTERN void petscoptionsgetenumprivate_(PetscOptions *opt, char *pre, char *name, const char … in petscoptionsgetenumprivate_() 323 PETSC_EXTERN void petscoptionsgetstring_(PetscOptions *options, char *pre, char *name, char *string… in petscoptionsgetstring_()
|
| /petsc/src/ts/tests/ |
| H A D | ex12.c | 70 PetscOptions options, optionscopy; in main()
|
| /petsc/doc/manual/ |
| H A D | other.md | 175 ### User-Defined PetscOptions 181 PetscOptionsSetValue(PetscOptions options, char *name, char *value); 188 PetscOptionsHasName(PetscOptions options, char *pre, char *name, PetscBool *flg); 189 PetscOptionsGetInt(PetscOptions options, char *pre, char *name, PetscInt *value, PetscBool *flg); 190 PetscOptionsGetReal(PetscOptions options, char *pre, char *name, PetscReal *value, PetscBool *flg); 191 PetscOptionsGetString(PetscOptions options, char *pre, char *name, char *value, size_t maxlen, Pets… 192 PetscOptionsGetStringArray(PetscOptions options, char *pre, char *name, char **values, PetscInt *nm… 193 PetscOptionsGetIntArray(PetscOptions options, char *pre, char *name, PetscInt *value, PetscInt *nma… 194 PetscOptionsGetRealArray(PetscOptions options, char *pre, char *name, PetscReal *value, PetscInt *n…
|
| /petsc/src/sys/info/ |
| H A D | verboseinfo.c | 356 PetscErrorCode PetscInfoSetFromOptions(PetscOptions options) in PetscInfoSetFromOptions()
|
| /petsc/include/petsc/private/ |
| H A D | petscimpl.h | 154 PetscOptions options; /* options database used, NULL means default */ 403 PETSC_INTERN PetscErrorCode PetscOptionsHasHelpIntro_Internal(PetscOptions, PetscBool *);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 632 PetscOptions options; in KSViewerCreate()
|