Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2236 IS *fsPoints = NULL; in DMView_PlexCGNS() local
2238 PetscCall(PetscMalloc1(num_fs_local, &fsPoints)); in DMView_PlexCGNS()
2239 …fs < num_fs_local; ++fs) PetscCall(DMLabelGetStratumIS(fsLabel, fsValuesLocal[fs], &fsPoints[fs])); in DMView_PlexCGNS()
2240 PetscCall(ISConcatenate(PETSC_COMM_SELF, num_fs_local, fsPoints, &fsFacesAll)); in DMView_PlexCGNS()
2248 for (PetscInt fs = 0; fs < num_fs_local; ++fs) PetscCall(ISDestroy(&fsPoints[fs])); in DMView_PlexCGNS()
2249 PetscCall(PetscFree(fsPoints)); in DMView_PlexCGNS()