Home
last modified time | relevance | path

Searched refs:numDimPoints (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
261 PetscCall(PetscMalloc2(numUnionPoints, &coneSizes, dim + 1, &numDimPoints)); in DMPlexCreateReferenceTree_Union()
273 numDimPoints[dim - d] = cOff2 - cOff; in DMPlexCreateReferenceTree_Union()
357 numVerts = numDimPoints[0]; in DMPlexCreateReferenceTree_Union()
382 …PetscCall(DMPlexCreateFromDAG(*ref, dim, numDimPoints, coneSizes, unionCones, unionOrientations, u… in DMPlexCreateReferenceTree_Union()
420 PetscCall(PetscFree2(coneSizes, numDimPoints)); in DMPlexCreateReferenceTree_Union()