Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dvsection.c176 const PetscInt sDim = dim - tDim; in VecSetValuesSection() local
180 if ((cInd < sDim) && (j == cDof[cInd + cOffset])) { in VecSetValuesSection()
/petsc/src/vec/is/section/interface/
H A Dsection.c2915 const PetscInt sDim = dim - tDim; in VecIntSetValuesSection_Private() local
2919 if ((cInd < sDim) && (j == cDof[cInd + cOffset])) { in VecIntSetValuesSection_Private()