Home
last modified time | relevance | path

Searched refs:MatDenseRestoreSubMatrix (Results 1 – 15 of 15) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Dcd_utils.c191 PetscCall(MatDenseRestoreSubMatrix(mat_local, &local_sub)); in MatMove_LR3()
194 PetscCall(MatDenseRestoreSubMatrix(mat_local, &local_sub)); in MatMove_LR3()
195 PetscCall(MatDenseRestoreSubMatrix(local_temp, &temp_sub)); in MatMove_LR3()
H A Ddenseqn.c735 PetscCall(MatDenseRestoreSubMatrix(YtS_local, &YtS_row)); in MatLMVMDBFGSUpdateMultData()
1161 PetscCall(MatDenseRestoreSubMatrix(StY_local, &StY_row)); in MatLMVMDDFPUpdateSolveData()
/petsc/src/mat/tests/
H A Dex257.c33 PetscCall(MatDenseRestoreSubMatrix(A, &B)); in main()
H A Dex70.c355 PetscCall(MatDenseRestoreSubMatrix(B, &T)); in main()
356 PetscCall(MatDenseRestoreSubMatrix(T4, &T2)); in main()
357 PetscCall(MatDenseRestoreSubMatrix(B2, &T3)); in main()
376 PetscCall(MatDenseRestoreSubMatrix(B, &T)); in main()
377 PetscCall(MatDenseRestoreSubMatrix(T4, &T2)); in main()
378 PetscCall(MatDenseRestoreSubMatrix(B2, &T3)); in main()
396 PetscCall(MatDenseRestoreSubMatrix(B, &T)); in main()
397 PetscCall(MatDenseRestoreSubMatrix(T4, &T2)); in main()
398 PetscCall(MatDenseRestoreSubMatrix(B2, &T3)); in main()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmbasis.c453 PetscCall(MatDenseRestoreSubMatrix(A->vecs, &sub_A)); in LMBasisGEMMH()
463 if (sub_G != G) PetscCall(MatDenseRestoreSubMatrix(G, &sub_G)); in LMBasisGEMMH()
464 if (sub_B != B->vecs) PetscCall(MatDenseRestoreSubMatrix(B->vecs, &sub_B)); in LMBasisGEMMH()
468 if (sub_A != A->vecs) PetscCall(MatDenseRestoreSubMatrix(A->vecs, &sub_A)); in LMBasisGEMMH()
H A Dlmproducts.c145 PetscCall(MatDenseRestoreSubMatrix(local, &row)); in LMProductsUpdate_Internal()
542 PetscCall(MatDenseRestoreSubMatrix(A, &sub)); in LMProductsOnesOnUnusedDiagonal()
/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.c510 PetscCall(MatDenseRestoreSubMatrix(AinvBd, s + 1)); in MatSchurComplementComputeExplicitOperator()
511 PetscCall(MatDenseRestoreSubMatrix(Bd, s)); in MatSchurComplementComputeExplicitOperator()
514 PetscCall(MatDenseRestoreSubMatrix(Bd, &sub)); in MatSchurComplementComputeExplicitOperator()
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c1269 PetscCall(MatDenseRestoreSubMatrix(B, &vB)); in KSPMatSolve_Private()
1270 PetscCall(MatDenseRestoreSubMatrix(X, &vX)); in KSPMatSolve_Private()
/petsc/src/mat/impls/aij/mpi/
H A Dmpimatmatmult.c646 PetscCall(MatDenseRestoreSubMatrix(B, &Bb)); in MatMatMultNumeric_MPIAIJ_MPIDense()
647 PetscCall(MatDenseRestoreSubMatrix(C, &Cb)); in MatMatMultNumeric_MPIAIJ_MPIDense()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi522 PetscErrorCode MatDenseRestoreSubMatrix(PetscMat, PetscMat*)
H A DMat.pyx5730 getDenseSubMatrix, petsc.MatDenseRestoreSubMatrix
5734 CHKERR(MatDenseRestoreSubMatrix(self.mat, &v))
/petsc/include/
H A Dpetscmat.h715 PETSC_EXTERN PetscErrorCode MatDenseRestoreSubMatrix(Mat, Mat *);
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c5016 PetscCall(MatDenseRestoreSubMatrix(pcbddc->coarse_phi_B, &B)); in PCBDDCSetUpCorrection()
5020 PetscCall(MatDenseRestoreSubMatrix(pcbddc->coarse_phi_D, &B)); in PCBDDCSetUpCorrection()
5069 PetscCall(MatDenseRestoreSubMatrix(pcbddc->coarse_phi_B, &B2)); in PCBDDCSetUpCorrection()
5076 PetscCall(MatDenseRestoreSubMatrix(pcbddc->coarse_phi_D, &B2)); in PCBDDCSetUpCorrection()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c1706 PetscCall(MatDenseRestoreSubMatrix(a->A, &c->A)); in MatDenseRestoreSubMatrix_MPIDense()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c3918 PetscErrorCode MatDenseRestoreSubMatrix(Mat A, Mat *v) in MatDenseRestoreSubMatrix() function