Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h30 PETSC_EXTERN PetscErrorCode PetscSectionGetBlockStarts(PetscSection, PetscBT *);
/petsc/doc/changes/
H A D321.md81 - Add `PetscSectionGetBlockStarts()` and `PetscSectionSetBlockStarts()`
/petsc/src/vec/is/section/interface/
H A Dsection.c770 PetscErrorCode PetscSectionGetBlockStarts(PetscSection s, PetscBT *blockStarts) in PetscSectionGetBlockStarts() function
2075 PetscCall(PetscSectionGetBlockStarts(s, &bst)); in PetscSectionCreateSubsection()
/petsc/src/dm/impls/plex/
H A Dplex.c2934 PetscCall(PetscSectionGetBlockStarts(sectionLocal, &blst)); in DMCreateMatrix_Plex()