Home
last modified time | relevance | path

Searched refs:unionConeSection (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplextree.c224 PetscSection unionSection, unionConeSection, parentSection; in DMPlexCreateReferenceTree_Union() local
275 PetscCall(PetscSectionCreate(comm, &unionConeSection)); in DMPlexCreateReferenceTree_Union()
276 PetscCall(PetscSectionSetChart(unionConeSection, 0, numUnionPoints)); in DMPlexCreateReferenceTree_Union()
283 PetscCall(PetscSectionSetDof(unionConeSection, uOff, dof)); in DMPlexCreateReferenceTree_Union()
293 PetscCall(PetscSectionSetDof(unionConeSection, uOff, dof)); in DMPlexCreateReferenceTree_Union()
297 PetscCall(PetscSectionSetUp(unionConeSection)); in DMPlexCreateReferenceTree_Union()
298 PetscCall(PetscSectionGetStorageSize(unionConeSection, &numCones)); in DMPlexCreateReferenceTree_Union()
309 PetscCall(PetscSectionGetOffset(unionConeSection, uOff, &cOff)); in DMPlexCreateReferenceTree_Union()
328 PetscCall(PetscSectionGetOffset(unionConeSection, uOff, &cOff)); in DMPlexCreateReferenceTree_Union()
416 PetscCall(PetscSectionDestroy(&unionConeSection)); in DMPlexCreateReferenceTree_Union()