Lines Matching refs:PetscOptions

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()
259 PetscOptions tmp = defaultoptions; in PetscOptionsDestroyDefault()
302 static PetscErrorCode PetscOptionsInsertString_Private(PetscOptions options, const char in_str[], P… in PetscOptionsInsertString_Private()
381 PetscErrorCode PetscOptionsInsertString(PetscOptions options, const char in_str[]) in PetscOptionsInsertString()
450 static PetscErrorCode PetscOptionsInsertFilePetsc(MPI_Comm comm, PetscOptions options, const char f… in PetscOptionsInsertFilePetsc()
631 PetscErrorCode PetscOptionsInsertFile(MPI_Comm comm, PetscOptions options, const char file[], Petsc… in PetscOptionsInsertFile()
660 PetscErrorCode PetscOptionsInsertArgs(PetscOptions options, int argc, const char *const args[]) in PetscOptionsInsertArgs()
729 static PetscErrorCode PetscOptionsProcessPrecedentFlags(PetscOptions options, int argc, char *args[… in PetscOptionsProcessPrecedentFlags()
787 static inline PetscErrorCode PetscOptionsSkipPrecedent(PetscOptions options, const char name[], Pet… in PetscOptionsSkipPrecedent()
835 PetscErrorCode PetscOptionsInsert(PetscOptions options, int *argc, char ***args, const char file[])… in PetscOptionsInsert()
942 PetscErrorCode PetscOptionsView(PetscOptions options, PetscViewer viewer) in PetscOptionsView()
1007 PetscOptions options = defaultoptions; in PetscOptionsViewError()
1059 PetscErrorCode PetscOptionsPrefixPush(PetscOptions options, const char prefix[]) in PetscOptionsPrefixPush()
1095 PetscErrorCode PetscOptionsPrefixPop(PetscOptions options) in PetscOptionsPrefixPop()
1129 PetscErrorCode PetscOptionsClear(PetscOptions options) in PetscOptionsClear()
1201 PetscErrorCode PetscOptionsSetAlias(PetscOptions options, const char newname[], const char oldname[… in PetscOptionsSetAlias()
1268 PetscErrorCode PetscOptionsSetValue(PetscOptions options, const char name[], const char value[]) in PetscOptionsSetValue()
1275 PetscErrorCode PetscOptionsSetValue_Private(PetscOptions options, const char name[], const char val… in PetscOptionsSetValue_Private()
1423 PetscErrorCode PetscOptionsClearValue(PetscOptions options, const char name[]) in PetscOptionsClearValue()
1491 PetscErrorCode PetscOptionsFindPair(PetscOptions options, const char pre[], const char name[], cons… in PetscOptionsFindPair()
1592 PETSC_EXTERN PetscErrorCode PetscOptionsFindPairPrefix_Private(PetscOptions options, const char pre… in PetscOptionsFindPairPrefix_Private()
1692 PetscErrorCode PetscOptionsReject(PetscOptions options, const char pre[], const char name[], const … in PetscOptionsReject()
1720 PetscErrorCode PetscOptionsHasHelp(PetscOptions options, PetscBool *set) in PetscOptionsHasHelp()
1729 PetscErrorCode PetscOptionsHasHelpIntro_Internal(PetscOptions options, PetscBool *set) in PetscOptionsHasHelpIntro_Internal()
1764 PetscErrorCode PetscOptionsHasName(PetscOptions options, const char pre[], const char name[], Petsc… in PetscOptionsHasName()
1795 PetscErrorCode PetscOptionsGetAll(PetscOptions options, char *copts[]) PeNS in PetscOptionsGetAll()
1848 PetscErrorCode PetscOptionsUsed(PetscOptions options, const char *name, PetscBool *used) in PetscOptionsUsed()
1887 PetscErrorCode PetscOptionsAllUsed(PetscOptions options, PetscInt *N) in PetscOptionsAllUsed()
1924 PetscErrorCode PetscOptionsLeft(PetscOptions options) in PetscOptionsLeft()
1928 PetscOptions toptions; in PetscOptionsLeft()
1976 PetscErrorCode PetscOptionsLeftGet(PetscOptions options, PetscInt *N, char **names[], char **values… in PetscOptionsLeftGet()
2028 PetscErrorCode PetscOptionsLeftRestore(PetscOptions options, PetscInt *N, char **names[], char **va… in PetscOptionsLeftRestore()
2130 PetscOptions options = defaultoptions; in PetscOptionsMonitorSet()
2404 PetscErrorCode PetscOptionsGetBool(PetscOptions options, const char pre[], const char name[], Petsc… in PetscOptionsGetBool()
2458 PetscErrorCode PetscOptionsGetBool3(PetscOptions options, const char pre[], const char name[], Pets… in PetscOptionsGetBool3()
2516 PetscErrorCode PetscOptionsGetEList(PetscOptions options, const char pre[], const char opt[], const… in PetscOptionsGetEList()
2584 PetscErrorCode PetscOptionsGetEnum(PetscOptions options, const char pre[], const char opt[], const … in PetscOptionsGetEnum()
2633 PetscErrorCode PetscOptionsGetInt(PetscOptions options, const char pre[], const char name[], PetscI… in PetscOptionsGetInt()
2687 PetscErrorCode PetscOptionsGetMPIInt(PetscOptions options, const char pre[], const char name[], Pet… in PetscOptionsGetMPIInt()
2731 PetscErrorCode PetscOptionsGetReal(PetscOptions options, const char pre[], const char name[], Petsc… in PetscOptionsGetReal()
2784 PetscErrorCode PetscOptionsGetScalar(PetscOptions options, const char pre[], const char name[], Pet… in PetscOptionsGetScalar()
2851 PetscErrorCode PetscOptionsGetString(PetscOptions options, const char pre[], const char name[], cha… in PetscOptionsGetString()
2898 PetscErrorCode PetscOptionsGetBoolArray(PetscOptions options, const char pre[], const char name[], … in PetscOptionsGetBoolArray()
2961 PetscErrorCode PetscOptionsGetEnumArray(PetscOptions options, const char pre[], const char name[], … in PetscOptionsGetEnumArray()
3029 PetscErrorCode PetscOptionsGetIntArray(PetscOptions options, const char pre[], const char name[], P… in PetscOptionsGetIntArray()
3129 PetscErrorCode PetscOptionsGetRealArray(PetscOptions options, const char pre[], const char name[], … in PetscOptionsGetRealArray()
3186 PetscErrorCode PetscOptionsGetScalarArray(PetscOptions options, const char pre[], const char name[]… in PetscOptionsGetScalarArray()
3252 PetscErrorCode PetscOptionsGetStringArray(PetscOptions options, const char pre[], const char name[]… in PetscOptionsGetStringArray()
3329 PetscOptions options = NULL; in PetscOptionsDeprecated_Private()