Searched refs:PetscSectionGetClosureIndex (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscsection.h | 87 PETSC_EXTERN PetscErrorCode PetscSectionGetClosureIndex(PetscSection, PetscObject, PetscSection *, …
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 801 PetscCall(PetscSectionGetClosureIndex(section, (PetscObject)dm, &clSection, NULL)); in PetscPartitionerDMPlexPartition() 803 PetscCall(PetscSectionGetClosureIndex(section, (PetscObject)dm, &clSection, &clPoints)); in PetscPartitionerDMPlexPartition()
|
| H A D | plex.c | 6444 PetscCall(PetscSectionGetClosureIndex(section, (PetscObject)dm, clSec, clPoints)); in DMPlexGetCompressedClosure()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 3213 PetscErrorCode PetscSectionGetClosureIndex(PetscSection section, PetscObject obj, PetscSection *clS… in PetscSectionGetClosureIndex() function
|