Home
last modified time | relevance | path

Searched refs:DMPlexDistributionGetName (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi101 PetscErrorCode DMPlexDistributionGetName(PetscDM, const char*[])
H A DDMPlex.pyx1787 DMPlex.topologyLoad, petsc.DMPlexDistributionGetName
1791 CHKERR(DMPlexDistributionGetName(self.dm, &cname))
/petsc/doc/changes/
H A D318.md287 - Add `DMPlexDistributionSetName()` and `DMPlexDistributionGetName()` to set/get the name of the sp…
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c791 PetscCall(DMPlexDistributionGetName(dm, &distribution_name)); in DMPlexDistributionView_HDF5_Private()
1073 PetscCall(DMPlexDistributionGetName(dm, &distribution_name)); in DMPlexTopologyView_HDF5_Internal()
1968 PetscCall(DMPlexDistributionGetName(dm, &distribution_name)); in DMPlexDistributionLoad_HDF5_Private()
2716 PetscCall(DMPlexDistributionGetName(dm, &distribution_name)); in DMPlexTopologyLoad_HDF5_Internal()
/petsc/include/
H A Dpetscdmplex.h290 PETSC_EXTERN PetscErrorCode DMPlexDistributionGetName(DM, const char *[]);
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2502 PetscErrorCode DMPlexDistributionGetName(DM dm, const char *name[]) in DMPlexDistributionGetName() function