Lines Matching refs:anchorSectionAdj
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()
613 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
654 PetscCall(PetscSectionGetDof(anchorSectionAdj, p, &anDof)); in DMPlexCreateAdjacencySection_Static()
655 PetscCall(PetscSectionGetOffset(anchorSectionAdj, p, &anOff)); in DMPlexCreateAdjacencySection_Static()
680 PetscCall(PetscSectionDestroy(&anchorSectionAdj)); in DMPlexCreateAdjacencySection_Static()