Home
last modified time | relevance | path

Searched refs:unionCones (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
299 PetscCall(PetscMalloc2(numCones, &unionCones, numCones, &unionOrientations)); in DMPlexCreateReferenceTree_Union()
314 unionCones[cOff + c] = eOff; in DMPlexCreateReferenceTree_Union()
340 unionCones[cOff + c] = eOff; in DMPlexCreateReferenceTree_Union()
382 …PetscCall(DMPlexCreateFromDAG(*ref, dim, numDimPoints, coneSizes, unionCones, unionOrientations, u… in DMPlexCreateReferenceTree_Union()
419 PetscCall(PetscFree2(unionCones, unionOrientations)); in DMPlexCreateReferenceTree_Union()