Searched refs:numUnionPoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 222 …PetscInt *permvals, *unionCones, *coneSizes, *unionOrientations, numUnionPoints, *numDimPoints,… in DMPlexCreateReferenceTree_Union() local 260 PetscCall(PetscSectionGetStorageSize(unionSection, &numUnionPoints)); in DMPlexCreateReferenceTree_Union() 261 PetscCall(PetscMalloc2(numUnionPoints, &coneSizes, dim + 1, &numDimPoints)); in DMPlexCreateReferenceTree_Union() 271 cOff2 = numUnionPoints; in DMPlexCreateReferenceTree_Union() 276 PetscCall(PetscSectionSetChart(unionConeSection, 0, numUnionPoints)); in DMPlexCreateReferenceTree_Union() 385 PetscCall(PetscSectionSetChart(parentSection, 0, numUnionPoints)); in DMPlexCreateReferenceTree_Union()
|