Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1352 PetscSection connDistSection; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1356 PetscCall(PetscSectionCreate(comm, &connDistSection)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1357 …PetscCall(PetscSectionMigrateData(*cg2plexSF, MPIU_INT, connSection, conn, connDistSection, (void … in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1369 PetscCall(PetscSectionGetStorageSize(connDistSection, &connDistSize)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1387 PetscCall(PetscSectionArrayView(connDistSection, connDist, PETSC_INT, NULL)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1401 PetscCall(PetscSectionGetChart(connDistSection, &fdistStart, &fdistEnd)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1411 PetscCall(PetscSectionGetDof(connDistSection, f, &ndof)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1412 PetscCall(PetscSectionGetOffset(connDistSection, f, &offset)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1499 PetscCall(PetscSectionDestroy(&connDistSection)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()