Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmproducts.c285 PETSC_INTERN PetscErrorCode LMProductsGetLocalMatrix(LMProducts dots, Mat *G_local, PetscInt *k, Pe… in LMProductsGetLocalMatrix() argument
289 PetscCall(MatDenseGetLocalMatrix(dots->full, G_local)); in LMProductsGetLocalMatrix()
295 PETSC_INTERN PetscErrorCode LMProductsRestoreLocalMatrix(LMProducts dots, Mat *G_local, PetscInt *k) in LMProductsRestoreLocalMatrix() argument
298 if (G_local) *G_local = NULL; in LMProductsRestoreLocalMatrix()