Searched refs:G_local (Results 1 – 1 of 1) sorted by relevance
285 PETSC_INTERN PetscErrorCode LMProductsGetLocalMatrix(LMProducts dots, Mat *G_local, PetscInt *k, Pe… in LMProductsGetLocalMatrix() argument289 PetscCall(MatDenseGetLocalMatrix(dots->full, G_local)); in LMProductsGetLocalMatrix()295 PETSC_INTERN PetscErrorCode LMProductsRestoreLocalMatrix(LMProducts dots, Mat *G_local, PetscInt *k) in LMProductsRestoreLocalMatrix() argument298 if (G_local) *G_local = NULL; in LMProductsRestoreLocalMatrix()