Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h87 PETSC_EXTERN PetscErrorCode PetscSectionGetClosureIndex(PetscSection, PetscObject, PetscSection *, …
/petsc/src/dm/impls/plex/
H A Dplexpartition.c801 PetscCall(PetscSectionGetClosureIndex(section, (PetscObject)dm, &clSection, NULL)); in PetscPartitionerDMPlexPartition()
803 PetscCall(PetscSectionGetClosureIndex(section, (PetscObject)dm, &clSection, &clPoints)); in PetscPartitionerDMPlexPartition()
H A Dplex.c6444 PetscCall(PetscSectionGetClosureIndex(section, (PetscObject)dm, clSec, clPoints)); in DMPlexGetCompressedClosure()
/petsc/src/vec/is/section/interface/
H A Dsection.c3213 PetscErrorCode PetscSectionGetClosureIndex(PetscSection section, PetscObject obj, PetscSection *clS… in PetscSectionGetClosureIndex() function