Searched defs:rootSection (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/vec/is/sf/utils/ftn-custom/ |
| H A D | zsfutilsf90.c | 25 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 D | SF.pyx | 345 …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 D | sfutils.c | 238 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 D | plexdistribute.c | 439 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 D | plexpartition.c | 1253 PetscSection rootSection; in DMPlexPartitionLabelInvert() local
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 1912 PetscSection rootSection; in DMLabelDistribute_Internal() local 2105 PetscSection rootSection; in DMLabelGather() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 4101 …ctionMigrateData(PetscSF migratePointSF, MPI_Datatype datatype, PetscSection rootSection, const vo… in PetscSectionMigrateData()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2858 static PetscErrorCode DMPlexSectionLoad_HDF5_Internal_CreateDataSF(PetscSection rootSection, PetscL… in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2933 PetscSection leafSection, rootSection; in DMPforestGetTransferSF_Internal() local
|