Lines Matching refs:PetscSectionGetChart

121   PetscCall(PetscSectionGetChart(section, &pStart, &pEnd));  in PetscSectionCopy_Internal()
270 PetscCall(PetscSectionGetChart(s1, &pStart, &pEnd)); in PetscSectionCompare()
271 PetscCall(PetscSectionGetChart(s2, &n1, &n2)); in PetscSectionCompare()
633 PetscErrorCode PetscSectionGetChart(PetscSection s, PetscInt *pStart, PetscInt *pEnd) in PetscSectionGetChart() function
1495 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionCreateGlobalSection()
1633 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionCreateGlobalSectionCensored()
1740 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionGetPointLayout()
1789 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionGetValueLayout()
1991 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionGetOffsetRange()
2056 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionCreateSubsection()
2157 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionCreateComponentSubsection()
2206 PetscCall(PetscSectionGetChart(s[i], &pStarti, &pEndi)); in PetscSectionCreateSupersection()
2240 PetscCall(PetscSectionGetChart(s[i], &pStarti, &pEndi)); in PetscSectionCreateSupersection()
2272 PetscCall(PetscSectionGetChart(s[i], &pStarti, &pEndi)); in PetscSectionCreateSupersection()
2325 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionCreateSubplexSection_Private()
3118 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionPermute()
4043 PetscCall(PetscSectionGetChart(origSection, &pStart, &pEnd)); in PetscSectionExtractDofsFromArray()