Searched refs:MatDenseGetLocalMatrix (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/mat/impls/lrc/ |
| H A D | lrc.c | 46 PetscCall(MatDenseGetLocalMatrix(U, &Uloc)); in MatMult_LRC_kernel() 47 PetscCall(MatDenseGetLocalMatrix(V, &Vloc)); in MatMult_LRC_kernel() 266 PetscCall(MatDenseGetLocalMatrix(Na->U, &Uloc)); in MatSetUp_LRC() 284 PetscCall(MatDenseGetLocalMatrix(Na->V, &Vloc)); in MatSetUp_LRC()
|
| /petsc/src/ksp/ksp/utils/lmvm/dense/ |
| H A D | denseqn.c | 652 PetscCall(MatDenseGetLocalMatrix(lbfgs->YtS_triu_strict, &YtS_local)); in MatGetLDLT() 653 PetscCall(MatDenseGetLocalMatrix(lbfgs->temp_mat, &temp_local)); in MatGetLDLT() 654 PetscCall(MatDenseGetLocalMatrix(result, &result_local)); in MatGetLDLT() 732 PetscCall(MatDenseGetLocalMatrix(lbfgs->YtS_triu_strict, &YtS_local)); in MatLMVMDBFGSUpdateMultData() 741 PetscCall(MatDenseGetLocalMatrix(lbfgs->J, &J_local)); in MatLMVMDBFGSUpdateMultData() 957 PetscCall(MatDenseGetLocalMatrix(lbfgs->J, &J_local)); in MatMult_LMVMDBFGS() 960 PetscCall(MatDenseGetLocalMatrix(lbfgs->J, &J_local)); in MatMult_LMVMDBFGS() 1078 PetscCall(MatDenseGetLocalMatrix(ldfp->StY_triu_strict, &StY_local)); in MatGetRTDR() 1079 PetscCall(MatDenseGetLocalMatrix(ldfp->temp_mat, &temp_local)); in MatGetRTDR() 1080 PetscCall(MatDenseGetLocalMatrix(result, &result_local)); in MatGetRTDR() [all …]
|
| H A D | cd_utils.c | 186 PetscCall(MatDenseGetLocalMatrix(R, &mat_local)); in MatMove_LR3() 187 PetscCall(MatDenseGetLocalMatrix(lqn->temp_mat, &local_temp)); in MatMove_LR3()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmproducts.c | 129 PetscCall(MatDenseGetLocalMatrix(dots->full, &local)); in LMProductsUpdate_Internal() 289 PetscCall(MatDenseGetLocalMatrix(dots->full, G_local)); in LMProductsGetLocalMatrix() 399 PetscCall(MatDenseGetLocalMatrix(dots->full, &local)); in LMProductsSolve() 479 PetscCall(MatDenseGetLocalMatrix(dots->full, &full_local)); in LMProductsReset()
|
| /petsc/src/mat/tests/ |
| H A D | ex237.c | 263 PetscCall(MatDenseGetLocalMatrix(C, &Ct)); in main() 264 PetscCall(MatDenseGetLocalMatrix(D, &Dt)); in main()
|
| /petsc/src/mat/utils/ |
| H A D | axpy.c | 504 PetscCall(MatDenseGetLocalMatrix(A, &a)); in MatFilter()
|
| /petsc/src/ksp/pc/impls/bjacobi/ |
| H A D | bjacobi.c | 615 PetscCall(MatDenseGetLocalMatrix(X, &sX)); in PCMatApply_BJacobi_Singleblock_Private() 616 PetscCall(MatDenseGetLocalMatrix(Y, &sY)); in PCMatApply_BJacobi_Singleblock_Private()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 28 PetscErrorCode MatDenseGetLocalMatrix(Mat A, Mat *B) in MatDenseGetLocalMatrix() function 1423 PetscCall(MatDenseGetLocalMatrix(A, &C)); in MatConvert_MPIDense_MPIAIJ()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 502 PetscErrorCode MatDenseGetLocalMatrix(PetscMat, PetscMat*)
|
| H A D | Mat.pyx | 5676 petsc.MatDenseGetLocalMatrix 5680 CHKERR(MatDenseGetLocalMatrix(self.mat, &mat.mat))
|
| /petsc/include/ |
| H A D | petscmat.h | 1410 PETSC_EXTERN PetscErrorCode MatDenseGetLocalMatrix(Mat, Mat *);
|