Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1031 PetscSection sectionBuffer, matchSection_; in PetscSFFindMatchingIndices() local
1078 PetscCall(PetscSectionCreate(comm, &sectionBuffer)); 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(&sectionBuffer)); in PetscSFFindMatchingIndices()