Home
last modified time | relevance | path

Searched defs:rootSection (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/is/sf/utils/ftn-custom/
H A Dzsfutilsf90.c25 PETSC_EXTERN void petscsfdistributesection_(PetscSF *sf, PetscSection *rootSection, F90Array1d *ptr… in petscsfdistributesection_()
41 PETSC_EXTERN void petscsfcreateremoteoffsets_(PetscSF *pointSF, PetscSection *rootSection, PetscSec… in petscsfcreateremoteoffsets_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSF.pyx345 …def createSectionSF(self, Section rootSection, remoteOffsets: Sequence[int] | None, Section leafSe…
378 …def distributeSection(self, Section rootSection, Section leafSection=None) -> tuple[ArrayInt, Sect…
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c238 PetscErrorCode PetscSFDistributeSection(PetscSF sf, PetscSection rootSection, PetscInt *remoteOffse… in PetscSFDistributeSection()
393 PetscErrorCode PetscSFCreateRemoteOffsets(PetscSF sf, PetscSection rootSection, PetscSection leafSe… in PetscSFCreateRemoteOffsets()
445 PetscErrorCode PetscSFCreateSectionSF(PetscSF sf, PetscSection rootSection, PetscInt remoteOffsets[… in PetscSFCreateSectionSF()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c439 PetscErrorCode DMPlexDistributeOwnership(DM dm, PetscSection rootSection, IS *rootrank, PetscSectio… in DMPlexDistributeOwnership()
495 PetscErrorCode DMPlexCreateOverlapLabel(DM dm, PetscInt levels, PetscSection rootSection, IS rootra… in DMPlexCreateOverlapLabel()
661 …numExLabels, const DMLabel exLabel[], const PetscInt exValue[], PetscSection rootSection, IS rootr… in DMPlexCreateOverlapLabelFromLabels()
2011 PetscSection rootSection, leafSection; in DMPlexDistributeOverlap_Internal() local
H A Dplexpartition.c1253 PetscSection rootSection; in DMPlexPartitionLabelInvert() local
/petsc/src/dm/label/
H A Ddmlabel.c1912 PetscSection rootSection; in DMLabelDistribute_Internal() local
2105 PetscSection rootSection; in DMLabelGather() local
/petsc/src/vec/is/section/interface/
H A Dsection.c4101 …ctionMigrateData(PetscSF migratePointSF, MPI_Datatype datatype, PetscSection rootSection, const vo… in PetscSectionMigrateData()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2858 static PetscErrorCode DMPlexSectionLoad_HDF5_Internal_CreateDataSF(PetscSection rootSection, PetscL… in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2933 PetscSection leafSection, rootSection; in DMPforestGetTransferSF_Internal() local