Home
last modified time | relevance | path

Searched refs:oldValA (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
37 oldValA = ((Mat_SeqAIJ *)A->data)->nonew; in MatShift_Basic()
52 if (A) ((Mat_SeqAIJ *)A->data)->nonew = oldValA; in MatShift_Basic()