Searched refs:fstart (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex47cu.cu | 78 PetscInt i, Mx, xs, xm, xstartshift, xendshift, fstart, lsize; in ComputeFunction() local 104 PetscCall(VecGetOwnershipRange(f, &fstart, NULL)); in ComputeFunction() 115 thrust::counting_iterator<int>(fstart), in ComputeFunction() 124 thrust::counting_iterator<int>(fstart) + lsize, in ComputeFunction()
|
| /petsc/config/ |
| H A D | testparse.py | 544 fstart=len(fileStr.split("/*TEST\n")[0].split("\n"))+1 551 fend=fstart+flen-1 552 fileNums=range(fstart,fend)
|