Searched refs:doBC (Results 1 – 1 of 1) sorted by relevance
107 …const PetscBool doBC = mode == INSERT_ALL_VALUES || mode == ADD_ALL_VALUES || mode == INSER… in VecSetValuesSection() local149 if (doBC) array[i] = values[i]; /* Constrained update */ in VecSetValuesSection()158 if (doBC) array[i] += values[i]; /* Constrained update */ in VecSetValuesSection()