Lines Matching defs:name
124 static PetscErrorCode PetscOptionsMonitor(PetscOptions options, const char name[], const char value… in PetscOptionsMonitor()
787 static inline PetscErrorCode PetscOptionsSkipPrecedent(PetscOptions options, const char name[], Pet… in PetscOptionsSkipPrecedent()
911 static PetscBool PetscCIOption(const char *name) in PetscCIOption()
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 …tionsFindPairPrefix_Private(PetscOptions options, const char pre[], const char name[], const char … in PetscOptionsFindPairPrefix_Private()
1692 PetscErrorCode PetscOptionsReject(PetscOptions options, const char pre[], const char name[], const … in PetscOptionsReject()
1764 PetscErrorCode PetscOptionsHasName(PetscOptions options, const char pre[], const char name[], Petsc… in PetscOptionsHasName()
1848 PetscErrorCode PetscOptionsUsed(PetscOptions options, const char *name, PetscBool *used) in PetscOptionsUsed()
2063 PetscErrorCode PetscOptionsMonitorDefault(const char name[], const char value[], PetscOptionSource … in PetscOptionsMonitorDefault()
2128 PetscErrorCode PetscOptionsMonitorSet(PetscErrorCode (*monitor)(const char name[], const char value… in PetscOptionsMonitorSet()
2203 PetscErrorCode PetscOptionsStringToInt(const char name[], PetscInt *a) in PetscOptionsStringToInt()
2250 static PetscErrorCode PetscStrtod(const char name[], PetscReal *a, char **endptr) in PetscStrtod()
2261 static PetscErrorCode PetscStrtoz(const char name[], PetscScalar *a, char **endptr, PetscBool *isIm… in PetscStrtoz()
2301 PetscErrorCode PetscOptionsStringToReal(const char name[], PetscReal *a) in PetscOptionsStringToReal()
2344 PetscErrorCode PetscOptionsStringToScalar(const char name[], PetscScalar *a) in PetscOptionsStringToScalar()
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()
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()