Searched refs:oldIndices (Results 1 – 1 of 1) sorted by relevance
2091 const PetscInt *oldIndices = NULL; in PetscSectionCreateSubsection() local2097 PetscCall(PetscSectionGetFieldConstraintIndices(s, p, fields[f], &oldIndices)); in PetscSectionCreateSubsection()2098 PetscCall(PetscSectionSetFieldConstraintIndices(*subs, p, f, oldIndices)); in PetscSectionCreateSubsection()2099 for (fc = 0; fc < cfdof; ++fc) indices[numConst + fc] = oldIndices[fc] + fOff; in PetscSectionCreateSubsection()2268 const PetscInt *oldIndices = NULL; in PetscSectionCreateSupersection() local2277 PetscCall(PetscSectionGetFieldConstraintIndices(s[i], p, fi, &oldIndices)); in PetscSectionCreateSupersection()2278 for (fc = 0; fc < cfdof; ++fc) indices[numConst + fc] = oldIndices[fc]; in PetscSectionCreateSupersection()