Searched refs:doInterior (Results 1 – 1 of 1) sorted by relevance
106 …const PetscBool doInterior = mode == INSERT_ALL_VALUES || mode == ADD_ALL_VALUES || mode == INSER… in VecSetValuesSection() local118 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()