Lines Matching refs:nodetoinsert
250 PetscInt nodetoinsert; in SolGMRp() local
251 nodetoinsert = 0; in SolGMRp()
260 nodetoinsert = fncorp[i]-1; in SolGMRp()
263 printf("myrank,i,nodetoinsert %d %d %d \n",workfc.myrank,i,nodetoinsert); in SolGMRp()
268 indexsetary[k] = nodetoinsert*nflow+(j-1); in SolGMRp()
277 nodetoinsert = i; in SolGMRp()
279 indexsetary[k] = nodetoinsert*nflow+(j-1); in SolGMRp()
569 PetscInt nodetoinsert; in SolGMRpSclr() local
571 nodetoinsert = 0; in SolGMRpSclr()
582 nodetoinsert = fncorp[i]-1; in SolGMRpSclr()
585 printf("myrank,i,nodetoinsert %d %d %d \n",workfc.myrank,i,nodetoinsert); in SolGMRpSclr()
588 indexsetarys[k] = nodetoinsert; in SolGMRpSclr()
594 nodetoinsert = i; in SolGMRpSclr()
595 indexsetarys[k] = nodetoinsert; in SolGMRpSclr()