Searched refs:full_local (Results 1 – 1 of 1) sorted by relevance
477 Mat full_local; in LMProductsReset() local479 PetscCall(MatDenseGetLocalMatrix(dots->full, &full_local)); in LMProductsReset()480 PetscCall(MatSetUnfactored(full_local)); in LMProductsReset()481 PetscCall(MatZeroEntries(full_local)); in LMProductsReset()