Lines Matching refs:ivalue
2404 …tBool(PetscOptions options, const char pre[], const char name[], PetscBool *ivalue, PetscBool *set) in PetscOptionsGetBool() argument
2411 if (ivalue) PetscAssertPointer(ivalue, 4); in PetscOptionsGetBool()
2416 if (ivalue) *ivalue = flag; in PetscOptionsGetBool()
2458 …ool3(PetscOptions options, const char pre[], const char name[], PetscBool3 *ivalue, PetscBool *set) in PetscOptionsGetBool3() argument
2465 if (ivalue) PetscAssertPointer(ivalue, 4); in PetscOptionsGetBool3()
2474 if (ivalue) *ivalue = PETSC_BOOL3_UNKNOWN; in PetscOptionsGetBool3()
2477 if (ivalue) *ivalue = PetscBoolToBool3(flag); in PetscOptionsGetBool3()
2633 …GetInt(PetscOptions options, const char pre[], const char name[], PetscInt *ivalue, PetscBool *set) in PetscOptionsGetInt() argument
2640 PetscAssertPointer(ivalue, 4); in PetscOptionsGetInt()
2647 PetscCall(PetscOptionsStringToInt(value, ivalue)); in PetscOptionsGetInt()
2687 …Int(PetscOptions options, const char pre[], const char name[], PetscMPIInt *ivalue, PetscBool *set) in PetscOptionsGetMPIInt() argument
2694 if (flag) PetscCall(PetscMPIIntCast(value, ivalue)); in PetscOptionsGetMPIInt()
2961 …const char pre[], const char name[], const char *const list[], PetscEnum ivalue[], PetscInt *nmax,… in PetscOptionsGetEnumArray() argument
2974 if (*nmax) PetscAssertPointer(ivalue, 5); in PetscOptionsGetEnumArray()
2988 ivalue[n++] = evalue; in PetscOptionsGetEnumArray()
3029 …rray(PetscOptions options, const char pre[], const char name[], PetscInt ivalue[], PetscInt *nmax,… in PetscOptionsGetIntArray() argument
3041 if (*nmax) PetscAssertPointer(ivalue, 4); in PetscOptionsGetIntArray()
3083 *ivalue = start; in PetscOptionsGetIntArray()
3084 ivalue++; in PetscOptionsGetIntArray()
3092 PetscCall(PetscOptionsStringToInt(value, ivalue)); in PetscOptionsGetIntArray()
3093 ivalue++; in PetscOptionsGetIntArray()