Home
last modified time | relevance | path

Searched refs:DMPlexDistributionSetName (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex51.c56 PetscCall(DMPlexDistributionSetName(dm, exampleDistributionName)); in main()
82 PetscCall(DMPlexDistributionSetName(dm, exampleDistributionName)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi100 PetscErrorCode DMPlexDistributionSetName(PetscDM, const char[])
H A DDMPlex.pyx1766 DMPlex.topologyLoad, petsc.DMPlexDistributionSetName
1772 CHKERR(DMPlexDistributionSetName(self.dm, cname))
/petsc/doc/changes/
H A D318.md287 - Add `DMPlexDistributionSetName()` and `DMPlexDistributionGetName()` to set/get the name of the sp…
/petsc/include/
H A Dpetscdmplex.h289 PETSC_EXTERN PetscErrorCode DMPlexDistributionSetName(DM, const char[]);
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2471 PetscErrorCode DMPlexDistributionSetName(DM dm, const char name[]) in DMPlexDistributionSetName() function
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2043 PetscCall(DMPlexDistributionSetName(*distdm, distribution_name)); in DMPlexDistributionLoad_HDF5_Private()