Lines Matching refs:fncorp
65 double* shglb, double* Dy, double* rerr, long long int* fncorp) in SolGMRp() argument
141 if((fncorp[k] < mbeg) || (fncorp[k] >mend)){ in SolGMRp()
147 glbNZ=fncorp[row[j]-1]; in SolGMRp()
260 nodetoinsert = fncorp[i]-1; in SolGMRp()
319 PetscRow = (fncorp[i]-1)*nflow+(j-1); in SolGMRp()
324 assert(fncorp[i]<=nshgt); in SolGMRp()
325 assert(fncorp[i]>0); in SolGMRp()
411 double* shglb, double* res, double* Dy, long long int* fncorp) in SolGMRpSclr() argument
490 if((fncorp[k] < mbeg) || (fncorp[k] >mend)){ in SolGMRpSclr()
494 glbNZ=fncorp[row[j]-1]; in SolGMRpSclr()
582 nodetoinsert = fncorp[i]-1; in SolGMRpSclr()
626 PetscRow = (fncorp[i]-1); in SolGMRpSclr()
631 assert(fncorp[i]<=nshgt); in SolGMRpSclr()
632 assert(fncorp[i]>0); in SolGMRpSclr()