Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dvsection.c106 …const PetscBool doInterior = mode == INSERT_ALL_VALUES || mode == ADD_ALL_VALUES || mode == INSER… in VecSetValuesSection() local
118 if (!cDim && doInterior) { in VecSetValuesSection()
153 if (doInterior) array[i] = values[i]; /* Unconstrained update */ in VecSetValuesSection()
162 if (doInterior) array[i] += values[i]; /* Unconstrained update */ in VecSetValuesSection()
184 if (doInterior) array[j] = values[k]; /* Unconstrained update */ in VecSetValuesSection()