Searched refs:anchorSectionAdj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 7 …ncies(DM dm, PetscBool useCone, PetscBool useClosure, PetscSection *anchorSectionAdj, PetscInt *an… in DMPlexComputeAnchorAdjacencies() argument 150 *anchorSectionAdj = adjSec; in DMPlexComputeAnchorAdjacencies() 245 …section, sectionGlobal, leafSectionAdj, rootSectionAdj, sectionAdj, anchorSectionAdj, myRankPairSe… in DMPlexCreateAdjacencySection_Static() local 353 PetscCall(DMPlexComputeAnchorAdjacencies(dm, useCone, useClosure, &anchorSectionAdj, &anchorAdj)); in DMPlexCreateAdjacencySection_Static() 371 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static() 410 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static() 440 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static() 441 PetscCall(PetscSectionGetOffset(anchorSectionAdj, p, &anOff)); in DMPlexCreateAdjacencySection_Static() 509 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static() 510 PetscCall(PetscSectionGetOffset(anchorSectionAdj, p, &anOff)); in DMPlexCreateAdjacencySection_Static() [all …]
|