Lines Matching refs:offdiagV
2224 Vec diagV, offdiagV; in MatGetRowMinAbs_MPIAIJ() local
2254 PetscCall(VecCreateSeq(PETSC_COMM_SELF, m, &offdiagV)); in MatGetRowMinAbs_MPIAIJ()
2262 PetscCall(VecGetArrayWrite(offdiagV, &offdiagA)); in MatGetRowMinAbs_MPIAIJ()
2326 PetscCall(VecRestoreArrayWrite(offdiagV, &offdiagA)); in MatGetRowMinAbs_MPIAIJ()
2328 PetscCall(VecDestroy(&offdiagV)); in MatGetRowMinAbs_MPIAIJ()
2340 Vec diagV, offdiagV; in MatGetRowMin_MPIAIJ() local
2370 PetscCall(VecCreateSeq(PETSC_COMM_SELF, m, &offdiagV)); in MatGetRowMin_MPIAIJ()
2378 PetscCall(VecGetArrayWrite(offdiagV, &offdiagA)); in MatGetRowMin_MPIAIJ()
2442 PetscCall(VecRestoreArrayWrite(offdiagV, &offdiagA)); in MatGetRowMin_MPIAIJ()
2444 PetscCall(VecDestroy(&offdiagV)); in MatGetRowMin_MPIAIJ()
2456 Vec diagV, offdiagV; in MatGetRowMax_MPIAIJ() local
2486 PetscCall(VecCreateSeq(PETSC_COMM_SELF, m, &offdiagV)); in MatGetRowMax_MPIAIJ()
2494 PetscCall(VecGetArrayWrite(offdiagV, &offdiagA)); in MatGetRowMax_MPIAIJ()
2558 PetscCall(VecRestoreArrayWrite(offdiagV, &offdiagA)); in MatGetRowMax_MPIAIJ()
2560 PetscCall(VecDestroy(&offdiagV)); in MatGetRowMax_MPIAIJ()