Lines Matching refs:PetscOptionsFindPair

744   for (o = 0; o < n; o++) PetscCall(PetscOptionsFindPair(options, NULL, opt[o], &val[o], &set[o]));  in PetscOptionsProcessPrecedentFlags()
796 PetscCall(PetscOptionsFindPair(options, NULL, name, NULL, flg)); in PetscOptionsSkipPrecedent()
1491 PetscErrorCode PetscOptionsFindPair(PetscOptions options, const char pre[], const char name[], cons… in PetscOptionsFindPair() function
1579 PetscCall(PetscOptionsFindPair(options, NULL, opt, value, &found)); in PetscOptionsFindPair()
1770 PetscCall(PetscOptionsFindPair(options, pre, name, &value, &flag)); in PetscOptionsHasName()
2412 PetscCall(PetscOptionsFindPair(options, pre, name, &value, &flag)); in PetscOptionsGetBool()
2466 PetscCall(PetscOptionsFindPair(options, pre, name, &value, &flag)); in PetscOptionsGetBool3()
2641 PetscCall(PetscOptionsFindPair(options, pre, name, &value, &flag)); in PetscOptionsGetInt()
2739 PetscCall(PetscOptionsFindPair(options, pre, name, &value, &flag)); in PetscOptionsGetReal()
2792 PetscCall(PetscOptionsFindPair(options, pre, name, &value, &flag)); in PetscOptionsGetScalar()
2859 PetscCall(PetscOptionsFindPair(options, pre, name, &value, &flag)); in PetscOptionsGetString()
2911 PetscCall(PetscOptionsFindPair(options, pre, name, &svalue, &flag)); in PetscOptionsGetBoolArray()
2976 PetscCall(PetscOptionsFindPair(options, pre, name, &svalue, &flag)); in PetscOptionsGetEnumArray()
3043 PetscCall(PetscOptionsFindPair(options, pre, name, &svalue, &flag)); in PetscOptionsGetIntArray()
3142 PetscCall(PetscOptionsFindPair(options, pre, name, &svalue, &flag)); in PetscOptionsGetRealArray()
3199 PetscCall(PetscOptionsFindPair(options, pre, name, &svalue, &flag)); in PetscOptionsGetScalarArray()
3265 PetscCall(PetscOptionsFindPair(options, pre, name, &svalue, &flag)); in PetscOptionsGetStringArray()
3340 PetscCall(PetscOptionsFindPair(options, prefix, oldname, &value, &found)); in PetscOptionsDeprecated_Private()
3346 PetscCall(PetscOptionsFindPair(options, prefix, newname, NULL, &newfound)); in PetscOptionsDeprecated_Private()