Home
last modified time | relevance | path

Searched refs:PetscSectionGetOffsetRange (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi46 PetscErrorCode PetscSectionGetOffsetRange(PetscSection, PetscInt*, PetscInt*)
H A DSection.pyx838 petsc.PetscSectionGetOffsetRange
842 CHKERR(PetscSectionGetOffsetRange(self.sec, &oStart, &oEnd))
/petsc/include/
H A Dpetscsection.h63 PETSC_EXTERN PetscErrorCode PetscSectionGetOffsetRange(PetscSection, PetscInt *, PetscInt *);
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c566 PetscCall(PetscSectionGetOffsetRange(sectionGlobal, &globalOffStart, &globalOffEnd)); in DMPlexCreateAdjacencySection_Static()
/petsc/src/vec/is/section/interface/
H A Dsection.c1981 PetscErrorCode PetscSectionGetOffsetRange(PetscSection s, PetscInt *start, PetscInt *end) in PetscSectionGetOffsetRange() function