Searched refs:unionCoords (Results 1 – 1 of 1) sorted by relevance
225 PetscScalar *unionCoords; in DMPlexCreateReferenceTree_Union() local358 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()