Lines Matching refs:PetscSectionGetOffset
153 PetscCall(PetscSectionGetOffset(section, p, &off)); in PetscSectionCopy_Internal()
282 PetscCall(PetscSectionGetOffset(s1, p, &n1)); in PetscSectionCompare()
283 PetscCall(PetscSectionGetOffset(s2, p, &n2)); in PetscSectionCompare()
1569 PetscCall(PetscSectionGetOffset(gs, p, &off)); in PetscSectionCreateGlobalSection()
1827 PetscErrorCode PetscSectionGetOffset(PetscSection s, PetscInt point, PetscInt *offset) in PetscSectionGetOffset() function
1891 PetscCall(PetscSectionGetOffset(s->field[field], point, offset)); in PetscSectionGetFieldOffset()
1959 PetscCall(PetscSectionGetOffset(s, point, &off)); in PetscSectionGetFieldPointOffset()
1960 PetscCall(PetscSectionGetOffset(s->field[field], point, &foff)); in PetscSectionGetFieldPointOffset()
2374 PetscCall(PetscSectionGetOffset(s, p, &off)); in PetscSectionCreateSubplexSection_Private()
4000 PetscCall(PetscSectionGetOffset(origSection, points_[i], &o0)); \
4001 PetscCall(PetscSectionGetOffset(s, i, &o1)); \