Lines Matching refs:lhsPs
46 static Mat lhsPs; variable
530 0, idiagnz, 0, iodiagnz, &lhsPs); in SolGMRpSclr()
532 ierr = MatSetOption(lhsPs, MAT_NEW_NONZERO_ALLOCATION_ERR, PETSC_FALSE); in SolGMRpSclr()
536 ierr = MatSetOption(lhsPs, MAT_SUBSET_OFF_PROC_ENTRIES, PETSC_TRUE); in SolGMRpSclr()
538 ierr = MatSetUp(lhsPs); in SolGMRpSclr()
541 ierr = MatGetOwnershipRange(lhsPs, &myMatStart, &myMatEnd); in SolGMRpSclr()
546 if(genpar.lhs == 1) ierr = MatZeroEntries(lhsPs); in SolGMRpSclr()
561 ilwork, &lhsPs); in SolGMRpSclr()
607 ierr = MatAssemblyBegin(lhsPs, MAT_FINAL_ASSEMBLY); in SolGMRpSclr()
608 ierr = MatAssemblyEnd(lhsPs, MAT_FINAL_ASSEMBLY); in SolGMRpSclr()
611 ierr = MatGetLocalSize(lhsPs, &LocalRow, &LocalCol); in SolGMRpSclr()
643 ierr = KSPSetOperators(ksps, lhsPs, lhsPs); in SolGMRpSclr()