Home
last modified time | relevance | path

Searched refs:MatDenseGetLocalMatrix (Results 1 – 11 of 11) sorted by relevance

/petsc/src/mat/impls/lrc/
H A Dlrc.c46 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 Ddenseqn.c652 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 Dcd_utils.c186 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 Dlmproducts.c129 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 Dex237.c263 PetscCall(MatDenseGetLocalMatrix(C, &Ct)); in main()
264 PetscCall(MatDenseGetLocalMatrix(D, &Dt)); in main()
/petsc/src/mat/utils/
H A Daxpy.c504 PetscCall(MatDenseGetLocalMatrix(A, &a)); in MatFilter()
/petsc/src/ksp/pc/impls/bjacobi/
H A Dbjacobi.c615 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 Dmpidense.c28 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 Dpetscmat.pxi502 PetscErrorCode MatDenseGetLocalMatrix(PetscMat, PetscMat*)
H A DMat.pyx5676 petsc.MatDenseGetLocalMatrix
5680 CHKERR(MatDenseGetLocalMatrix(self.mat, &mat.mat))
/petsc/include/
H A Dpetscmat.h1410 PETSC_EXTERN PetscErrorCode MatDenseGetLocalMatrix(Mat, Mat *);