Lines Matching refs:PetscSectionSetChart
122 PetscCall(PetscSectionSetChart(newSection, pStart, pEnd)); in PetscSectionCopy_Internal()
666 PetscErrorCode PetscSectionSetChart(PetscSection s, PetscInt pStart, PetscInt pEnd) in PetscSectionSetChart() function
684 for (f = 0; f < s->numFields; ++f) PetscCall(PetscSectionSetChart(s->field[f], pStart, pEnd)); in PetscSectionSetChart()
1496 PetscCall(PetscSectionSetChart(gs, pStart, pEnd)); in PetscSectionCreateGlobalSection()
1634 PetscCall(PetscSectionSetChart(*gsection, pStart, pEnd)); in PetscSectionCreateGlobalSectionCensored()
2057 PetscCall(PetscSectionSetChart(*subs, pStart, pEnd)); in PetscSectionCreateSubsection()
2158 PetscCall(PetscSectionSetChart(*subs, pStart, pEnd)); in PetscSectionCreateComponentSubsection()
2231 PetscCall(PetscSectionSetChart(*supers, pStart, pEnd)); in PetscSectionCreateSupersection()
2342 PetscCall(PetscSectionSetChart(*subs, spStart, spEnd)); in PetscSectionCreateSubplexSection_Private()
3119 PetscCall(PetscSectionSetChart(sNew, pStart, pEnd)); in PetscSectionPermute()
4045 PetscCall(PetscSectionSetChart(s, 0, npoints)); in PetscSectionExtractDofsFromArray()