Searched refs:sectionBuffer (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1031 PetscSection sectionBuffer, matchSection_; in PetscSFFindMatchingIndices() local 1078 PetscCall(PetscSectionCreate(comm, §ionBuffer)); in PetscSFFindMatchingIndices() 1079 PetscCall(PetscSectionSetChart(sectionBuffer, 0, n)); in PetscSFFindMatchingIndices() 1085 … for (PetscInt i = 0; i < n; i++) PetscCall(PetscSectionSetDof(sectionBuffer, i, root_degree[i])); in PetscSFFindMatchingIndices() 1086 PetscCall(PetscSectionSetUp(sectionBuffer)); in PetscSFFindMatchingIndices() 1087 PetscCall(PetscSectionGetStorageSize(sectionBuffer, &bufsize)); in PetscSFFindMatchingIndices() 1101 …PetscCall(PetscSectionMigrateData(sf1, MPIU_SF_NODE, sectionBuffer, buffer, matchSection_, (void *… in PetscSFFindMatchingIndices() 1115 PetscCall(PetscSectionDestroy(§ionBuffer)); in PetscSFFindMatchingIndices()
|