Home
last modified time | relevance | path

Searched refs:PetscSectionSetBlockStarts (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscsection.h31 PETSC_EXTERN PetscErrorCode PetscSectionSetBlockStarts(PetscSection, PetscBT);
/petsc/doc/changes/
H A D321.md81 - Add `PetscSectionGetBlockStarts()` and `PetscSectionSetBlockStarts()`
/petsc/src/vec/is/section/interface/
H A Dsection.c799 PetscErrorCode PetscSectionSetBlockStarts(PetscSection s, PetscBT blockStarts) in PetscSectionSetBlockStarts() function
2079 PetscCall(PetscSectionSetBlockStarts(*subs, subbst)); in PetscSectionCreateSubsection()