Home
last modified time | relevance | path

Searched refs:distributionName (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2478 PetscCall(PetscFree(mesh->distributionName)); in DMPlexDistributionSetName()
2479 PetscCall(PetscStrallocpy(name, &mesh->distributionName)); in DMPlexDistributionSetName()
2509 *name = mesh->distributionName; in DMPlexDistributionGetName()
H A Dplexcreate.c5851 mesh->distributionName = NULL; in DMCreate_Plex()
H A Dplex.c2856 PetscCall(PetscFree(mesh->distributionName)); in DMDestroy_Plex()
/petsc/include/petsc/private/
H A Ddmpleximpl.h161 char *distributionName; /* Name of the specific parallel distribution of the DM */ member