Home
last modified time | relevance | path

Searched refs:fstart (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex47cu.cu78 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 Dtestparse.py544 fstart=len(fileStr.split("/*TEST\n")[0].split("\n"))+1
551 fend=fstart+flen-1
552 fileNums=range(fstart,fend)