Lines Matching refs:diagV

2224   Vec                diagV, offdiagV;  in MatGetRowMinAbs_MPIAIJ()  local
2235 PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, m, diagA, &diagV)); in MatGetRowMinAbs_MPIAIJ()
2236 PetscCall(MatGetRowMinAbs(mat->A, diagV, idx)); in MatGetRowMinAbs_MPIAIJ()
2237 PetscCall(VecDestroy(&diagV)); in MatGetRowMinAbs_MPIAIJ()
2253 PetscCall(VecCreateSeq(PETSC_COMM_SELF, m, &diagV)); in MatGetRowMinAbs_MPIAIJ()
2255 PetscCall(MatGetRowMinAbs(mat->A, diagV, diagIdx)); in MatGetRowMinAbs_MPIAIJ()
2306 PetscCall(VecGetArrayRead(diagV, (const PetscScalar **)&diagA)); in MatGetRowMinAbs_MPIAIJ()
2325 PetscCall(VecRestoreArrayRead(diagV, (const PetscScalar **)&diagA)); in MatGetRowMinAbs_MPIAIJ()
2327 PetscCall(VecDestroy(&diagV)); in MatGetRowMinAbs_MPIAIJ()
2340 Vec diagV, offdiagV; in MatGetRowMin_MPIAIJ() local
2351 PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, m, diagA, &diagV)); in MatGetRowMin_MPIAIJ()
2352 PetscCall(MatGetRowMin(mat->A, diagV, idx)); in MatGetRowMin_MPIAIJ()
2353 PetscCall(VecDestroy(&diagV)); in MatGetRowMin_MPIAIJ()
2369 PetscCall(VecCreateSeq(PETSC_COMM_SELF, m, &diagV)); in MatGetRowMin_MPIAIJ()
2371 PetscCall(MatGetRowMin(mat->A, diagV, diagIdx)); in MatGetRowMin_MPIAIJ()
2422 PetscCall(VecGetArrayRead(diagV, (const PetscScalar **)&diagA)); in MatGetRowMin_MPIAIJ()
2441 PetscCall(VecRestoreArrayRead(diagV, (const PetscScalar **)&diagA)); in MatGetRowMin_MPIAIJ()
2443 PetscCall(VecDestroy(&diagV)); in MatGetRowMin_MPIAIJ()
2456 Vec diagV, offdiagV; in MatGetRowMax_MPIAIJ() local
2467 PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, m, diagA, &diagV)); in MatGetRowMax_MPIAIJ()
2468 PetscCall(MatGetRowMax(mat->A, diagV, idx)); in MatGetRowMax_MPIAIJ()
2469 PetscCall(VecDestroy(&diagV)); in MatGetRowMax_MPIAIJ()
2485 PetscCall(VecCreateSeq(PETSC_COMM_SELF, m, &diagV)); in MatGetRowMax_MPIAIJ()
2487 PetscCall(MatGetRowMax(mat->A, diagV, diagIdx)); in MatGetRowMax_MPIAIJ()
2538 PetscCall(VecGetArrayRead(diagV, (const PetscScalar **)&diagA)); in MatGetRowMax_MPIAIJ()
2557 PetscCall(VecRestoreArrayRead(diagV, (const PetscScalar **)&diagA)); in MatGetRowMax_MPIAIJ()
2559 PetscCall(VecDestroy(&diagV)); in MatGetRowMax_MPIAIJ()