Home
last modified time | relevance | path

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

/petsc/src/vec/is/section/interface/
H A Dsection.c2091 const PetscInt *oldIndices = NULL; in PetscSectionCreateSubsection() local
2097 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() local
2277 PetscCall(PetscSectionGetFieldConstraintIndices(s[i], p, fi, &oldIndices)); in PetscSectionCreateSupersection()
2278 for (fc = 0; fc < cfdof; ++fc) indices[numConst + fc] = oldIndices[fc]; in PetscSectionCreateSupersection()