Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmproducts.c477 Mat full_local; in LMProductsReset() local
479 PetscCall(MatDenseGetLocalMatrix(dots->full, &full_local)); in LMProductsReset()
480 PetscCall(MatSetUnfactored(full_local)); in LMProductsReset()
481 PetscCall(MatZeroEntries(full_local)); in LMProductsReset()