Searched refs:MatDenseRestoreSubMatrix (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/dense/ |
| H A D | cd_utils.c | 191 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 D | denseqn.c | 735 PetscCall(MatDenseRestoreSubMatrix(YtS_local, &YtS_row)); in MatLMVMDBFGSUpdateMultData() 1161 PetscCall(MatDenseRestoreSubMatrix(StY_local, &StY_row)); in MatLMVMDDFPUpdateSolveData()
|
| /petsc/src/mat/tests/ |
| H A D | ex257.c | 33 PetscCall(MatDenseRestoreSubMatrix(A, &B)); in main()
|
| H A D | ex70.c | 355 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 D | lmbasis.c | 453 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 D | lmproducts.c | 145 PetscCall(MatDenseRestoreSubMatrix(local, &row)); in LMProductsUpdate_Internal() 542 PetscCall(MatDenseRestoreSubMatrix(A, &sub)); in LMProductsOnesOnUnusedDiagonal()
|
| /petsc/src/ksp/ksp/utils/schurm/ |
| H A D | schurm.c | 510 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 D | itfunc.c | 1269 PetscCall(MatDenseRestoreSubMatrix(B, &vB)); in KSPMatSolve_Private() 1270 PetscCall(MatDenseRestoreSubMatrix(X, &vX)); in KSPMatSolve_Private()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpimatmatmult.c | 646 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 D | petscmat.pxi | 522 PetscErrorCode MatDenseRestoreSubMatrix(PetscMat, PetscMat*)
|
| H A D | Mat.pyx | 5730 getDenseSubMatrix, petsc.MatDenseRestoreSubMatrix 5734 CHKERR(MatDenseRestoreSubMatrix(self.mat, &v))
|
| /petsc/include/ |
| H A D | petscmat.h | 715 PETSC_EXTERN PetscErrorCode MatDenseRestoreSubMatrix(Mat, Mat *);
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 5016 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 D | mpidense.c | 1706 PetscCall(MatDenseRestoreSubMatrix(a->A, &c->A)); in MatDenseRestoreSubMatrix_MPIDense()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 3918 PetscErrorCode MatDenseRestoreSubMatrix(Mat A, Mat *v) in MatDenseRestoreSubMatrix() function
|