Searched refs:distributionName (Results 1 – 4 of 4) sorted by relevance
2478 PetscCall(PetscFree(mesh->distributionName)); in DMPlexDistributionSetName()2479 PetscCall(PetscStrallocpy(name, &mesh->distributionName)); in DMPlexDistributionSetName()2509 *name = mesh->distributionName; in DMPlexDistributionGetName()
5851 mesh->distributionName = NULL; in DMCreate_Plex()
2856 PetscCall(PetscFree(mesh->distributionName)); in DMDestroy_Plex()
161 char *distributionName; /* Name of the specific parallel distribution of the DM */ member