Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c222 …PetscInt *permvals, *unionCones, *coneSizes, *unionOrientations, numUnionPoints, *numDimPoints,… in DMPlexCreateReferenceTree_Union() local
245 PetscCall(PetscMalloc1(pEnd - pStart + pRefEnd - pRefStart, &permvals)); in DMPlexCreateReferenceTree_Union()
252 for (c = cStart; c < cEnd; c++) permvals[offset++] = c; in DMPlexCreateReferenceTree_Union()
255 for (c = cStart; c < cEnd; c++) permvals[offset++] = c + (pEnd - pStart); in DMPlexCreateReferenceTree_Union()
257 …PetscCall(ISCreateGeneral(comm, (pEnd - pStart) + (pRefEnd - pRefStart), permvals, PETSC_OWN_POINT… in DMPlexCreateReferenceTree_Union()