Searched refs:PCSVDRestoreVec (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/svd/ |
| H A D | svd.c | 171 static PetscErrorCode PCSVDRestoreVec(PC pc, PCSide side, AccessMode amode, Vec x, Vec *xred) in PCSVDRestoreVec() function 229 PetscCall(PCSVDRestoreVec(pc, PC_RIGHT, READ, x, &xred)); in PCApply_SVD() 230 PetscCall(PCSVDRestoreVec(pc, PC_LEFT, WRITE, y, &yred)); in PCApply_SVD() 258 PetscCall(PCSVDRestoreVec(pc, PC_LEFT, READ, x, &xred)); in PCApplyTranspose_SVD() 259 PetscCall(PCSVDRestoreVec(pc, PC_RIGHT, WRITE, y, &yred)); in PCApplyTranspose_SVD()
|