Searched refs:unionSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 224 PetscSection unionSection, unionConeSection, parentSection; in DMPlexCreateReferenceTree_Union() local 235 PetscCall(PetscSectionCreate(comm, &unionSection)); in DMPlexCreateReferenceTree_Union() 236 PetscCall(PetscSectionSetChart(unionSection, 0, (pEnd - pStart) + (pRefEnd - pRefStart))); in DMPlexCreateReferenceTree_Union() 238 for (p = pStart; p < pEnd; p++) PetscCall(PetscSectionSetDof(unionSection, p - pStart, 1)); in DMPlexCreateReferenceTree_Union() 243 if (qSize > 1) PetscCall(PetscSectionSetDof(unionSection, p - pRefStart + (pEnd - pStart), 1)); in DMPlexCreateReferenceTree_Union() 258 PetscCall(PetscSectionSetPermutation(unionSection, perm)); in DMPlexCreateReferenceTree_Union() 259 PetscCall(PetscSectionSetUp(unionSection)); in DMPlexCreateReferenceTree_Union() 260 PetscCall(PetscSectionGetStorageSize(unionSection, &numUnionPoints)); in DMPlexCreateReferenceTree_Union() 266 PetscCall(PetscSectionGetOffset(unionSection, cStart - pStart, &cOff)); in DMPlexCreateReferenceTree_Union() 269 PetscCall(PetscSectionGetOffset(unionSection, cStart - pStart, &cOff2)); in DMPlexCreateReferenceTree_Union() [all …]
|