Searched refs:PetscSectionGetBlockStarts (Results 1 – 4 of 4) sorted by relevance
30 PETSC_EXTERN PetscErrorCode PetscSectionGetBlockStarts(PetscSection, PetscBT *);
81 - Add `PetscSectionGetBlockStarts()` and `PetscSectionSetBlockStarts()`
770 PetscErrorCode PetscSectionGetBlockStarts(PetscSection s, PetscBT *blockStarts) in PetscSectionGetBlockStarts() function2075 PetscCall(PetscSectionGetBlockStarts(s, &bst)); in PetscSectionCreateSubsection()
2934 PetscCall(PetscSectionGetBlockStarts(sectionLocal, &blst)); in DMCreateMatrix_Plex()