Searched refs:matchSection_ (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 1100 PetscCall(PetscSectionCreate(comm, &matchSection_)); in PetscSFFindMatchingIndices() 1101 …PetscCall(PetscSectionMigrateData(sf1, MPIU_SF_NODE, sectionBuffer, buffer, matchSection_, (void *… in PetscSFFindMatchingIndices() 1102 PetscCall(PetscSectionGetChart(matchSection_, &pStart, &pEnd)); in PetscSFFindMatchingIndices() 1104 PetscCall(PetscSectionGetStorageSize(matchSection_, &numMatches)); in PetscSFFindMatchingIndices() 1107 PetscCall(PetscSectionGetDof(matchSection_, p, &ndofs)); in PetscSFFindMatchingIndices() 1111 *matchSection = matchSection_; in PetscSFFindMatchingIndices()
|