Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dvsection.c107 …const PetscBool doBC = mode == INSERT_ALL_VALUES || mode == ADD_ALL_VALUES || mode == INSER… in VecSetValuesSection() local
149 if (doBC) array[i] = values[i]; /* Constrained update */ in VecSetValuesSection()
158 if (doBC) array[i] += values[i]; /* Constrained update */ in VecSetValuesSection()