Searched refs:DMPlexGetAnchors (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 244 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 D | plextree.c | 1155 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 D | plexdistribute.c | 190 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexGetMaxAdjacencySize_Internal() 236 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexGetAdjacency_Internal()
|
| H A D | plexpreallocate.c | 20 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexComputeAnchorAdjacencies()
|
| H A D | plex.c | 7862 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 D | ex3.c | 453 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in SetupSection()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 486 PETSC_EXTERN PetscErrorCode DMPlexGetAnchors(DM, PetscSection *, IS *);
|