Home
last modified time | relevance | path

Searched refs:PetscOptions (Results 1 – 25 of 35) sorted by relevance

12

/petsc/include/
H A Dpetscoptions.h20 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 Dpetscviewer.h192 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 Dpetscopt.pxi4 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 DOptions.pyx44 cdef PetscOptions opt
/petsc/doc/changes/
H A D37.md19 - 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 D36.md186 - PetscOptionsHead() now takes a PetscOptions argument.
188 includes a PetscOptions argument.
H A D311.md131 PetscOptionsGetViewer() takes a NULL or PetscOptions object as the
H A D315.md52 - Add `PetscOptions` argument to `PetscOptionsInsertFileYAML()`
/petsc/src/sys/objects/
H A Doptions.c68 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 Doptionsyaml.c10 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 Dprefix.c28 PetscErrorCode PetscObjectGetOptions(PetscObject obj, PetscOptions *options) in PetscObjectGetOptions()
56 PetscErrorCode PetscObjectSetOptions(PetscObject obj, PetscOptions options) in PetscObjectSetOptions()
H A Daoptions.c691 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 Dex19.c7 PetscOptions options; in main()
H A Dex20.c7 PetscOptions opt1, opt2; in main()
/petsc/src/sys/objects/ftn-src/
H A Doptionenum.F9017 PetscOptions :: po
/petsc/src/vec/vec/tests/
H A Dex19f.F9017 PetscOptions options
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c307 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 Dplexextrude.c59 PetscOptions options; in DMPlexExtrude()
H A Dplexrefine.c353 PetscOptions options; in DMRefine_Plex()
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c309 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 Dex12.c70 PetscOptions options, optionscopy; in main()
/petsc/doc/manual/
H A Dother.md175 ### 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 Dverboseinfo.c356 PetscErrorCode PetscInfoSetFromOptions(PetscOptions options) in PetscInfoSetFromOptions()
/petsc/include/petsc/private/
H A Dpetscimpl.h154 PetscOptions options; /* options database used, NULL means default */
403 PETSC_INTERN PetscErrorCode PetscOptionsHasHelpIntro_Internal(PetscOptions, PetscBool *);
/petsc/src/dm/dt/interface/
H A Ddtprob.c632 PetscOptions options; in KSViewerCreate()

12