Home
last modified time | relevance | path

Searched refs:unionOrientations (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()
315 unionOrientations[cOff + c] = orientation[c]; in DMPlexCreateReferenceTree_Union()
341 unionOrientations[cOff + c] = orientation[c]; in DMPlexCreateReferenceTree_Union()
382 …PetscCall(DMPlexCreateFromDAG(*ref, dim, numDimPoints, coneSizes, unionCones, unionOrientations, u… in DMPlexCreateReferenceTree_Union()
419 PetscCall(PetscFree2(unionCones, unionOrientations)); in DMPlexCreateReferenceTree_Union()