Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dgcreate.c17 PetscInt i, start, end, oldValA = 0, oldValB = 0; in MatShift_Basic() local
41 oldValB = ((Mat_SeqAIJ *)B->data)->nonew; in MatShift_Basic()
53 if (B) ((Mat_SeqAIJ *)B->data)->nonew = oldValB; in MatShift_Basic()