Searched refs:PetscSectionGetOffsetRange (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 46 PetscErrorCode PetscSectionGetOffsetRange(PetscSection, PetscInt*, PetscInt*)
|
| H A D | Section.pyx | 838 petsc.PetscSectionGetOffsetRange 842 CHKERR(PetscSectionGetOffsetRange(self.sec, &oStart, &oEnd))
|
| /petsc/include/ |
| H A D | petscsection.h | 63 PETSC_EXTERN PetscErrorCode PetscSectionGetOffsetRange(PetscSection, PetscInt *, PetscInt *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 566 PetscCall(PetscSectionGetOffsetRange(sectionGlobal, &globalOffStart, &globalOffEnd)); in DMPlexCreateAdjacencySection_Static()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 1981 PetscErrorCode PetscSectionGetOffsetRange(PetscSection s, PetscInt *start, PetscInt *end) in PetscSectionGetOffsetRange() function
|