Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsection.c244 PetscCall(DMPlexGetAnchors(dm, &aSec, NULL)); in DMPlexCreateSectionBCDof()
335 PetscCall(DMPlexGetAnchors(dm, &aSec, NULL)); in DMPlexCreateSectionBCIndicesField()
438 PetscCall(DMPlexGetAnchors(dm, &aSec, NULL)); in DMPlexCreateSection()
H A Dplextree.c1155 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1404 PetscCall(DMPlexGetAnchors(refTree, &refAnSec, &refAnIS)); in DMPlexReferenceTreeGetChildrenMatrices()
1562 PetscCall(DMPlexGetAnchors(refTree, &refAnSec, &refAnIS)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1563 PetscCall(DMPlexGetAnchors(dm, &anSec, &anIS)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
2119 PetscCall(DMPlexGetAnchors(coarse, &aSec, &aIS)); in DMPlexComputeInterpolatorTree()
2674 PetscCall(DMPlexGetAnchors(refTree, &refAnSec, NULL)); in DMPlexComputeInterpolatorTree()
3813 PetscCall(DMPlexGetAnchors(coarse, &aSec, &aIS)); in DMPlexTransferVecTree_Interpolate()
3960 PetscCall(DMPlexGetAnchors(refTree, &refAnSec, NULL)); in DMPlexTransferVecTree_Interpolate()
H A Dplexdistribute.c190 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexGetMaxAdjacencySize_Internal()
236 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexGetAdjacency_Internal()
H A Dplexpreallocate.c20 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexComputeAnchorAdjacencies()
H A Dplex.c7862 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexAnchorsGetSubMatModification()
10579 PetscErrorCode DMPlexGetAnchors(DM dm, PeOp PetscSection *anchorSection, PeOp IS *anchorIS) in DMPlexGetAnchors() function
10677 PetscCall(DMPlexGetAnchors(dm, &anchorSection, NULL)); in DMPlexCreateConstraintSection_Anchors()
10737 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexCreateConstraintMatrix_Anchors()
10833 PetscCall(DMPlexGetAnchors(dm, &anchorSection, NULL)); in DMCreateDefaultConstraints_Plex()
/petsc/src/dm/impls/plex/tests/
H A Dex3.c453 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in SetupSection()
/petsc/include/
H A Dpetscdmplex.h486 PETSC_EXTERN PetscErrorCode DMPlexGetAnchors(DM, PetscSection *, IS *);