Searched refs:fhigh (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 27 PetscInt nfull, nreduced, nreduced_local, rlow, rhigh, flow, fhigh; in TaoVecGetSubVec() local 51 PetscCall(VecGetOwnershipRange(vfull, &flow, &fhigh)); in TaoVecGetSubVec() 76 PetscCall(VecGetOwnershipRange(vfull, &flow, &fhigh)); in TaoVecGetSubVec() 80 …al <= (fhigh - flow), PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "IS local size %" PetscInt_FMT " … in TaoVecGetSubVec()
|