Searched refs:offdiagV (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 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() [all …]
|