Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c225 PetscScalar *unionCoords; in DMPlexCreateReferenceTree_Union() local
358 PetscCall(PetscMalloc1(numVerts * dim, &unionCoords)); in DMPlexCreateReferenceTree_Union()
365 for (d = 0; d < dim; d++) unionCoords[offset * dim + d] = Kcoords[d]; in DMPlexCreateReferenceTree_Union()
374 for (d = 0; d < dim; d++) unionCoords[offset * dim + d] = Kcoords[d]; in DMPlexCreateReferenceTree_Union()
382 …PlexCreateFromDAG(*ref, dim, numDimPoints, coneSizes, unionCones, unionOrientations, unionCoords)); in DMPlexCreateReferenceTree_Union()
418 PetscCall(PetscFree(unionCoords)); in DMPlexCreateReferenceTree_Union()