Searched refs:myMatStart (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | solgmrpetsc.c | 213 PetscInt myMatStart, myMatEnd; in SolGMRp() local 214 ierr = MatGetOwnershipRange(lhsP, &myMatStart, &myMatEnd); in SolGMRp() 216 …ankdump) printf("Flow myrank,myMatStart,myMatEnd %d,%d,%d, \n", workfc.myrank,myMatStart,myMatEnd); in SolGMRp() 540 PetscInt myMatStart, myMatEnd; in SolGMRpSclr() local 541 ierr = MatGetOwnershipRange(lhsPs, &myMatStart, &myMatEnd); in SolGMRpSclr() 542 …ankdump) printf("Sclr myrank,myMatStart,myMatEnd %d,%d,%d, \n", workfc.myrank,myMatStart,myMatEnd); in SolGMRpSclr()
|