Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c629 PetscCall(DMGetEnclosureRelation(dm, odm, &enc)); in DMGetFirstLabeledPoint()
738 PetscCall(DMGetEnclosureRelation(dmIn, dm, &encIn)); in DMProjectLocal_Generic_Plex()
739 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMProjectLocal_Generic_Plex()
H A Dplexfem.c2753 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexComputeBdIntegral_Internal()
3778 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexGetCellFields()
3876 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexGetHybridCellFields()
4018 PetscCall(DMGetEnclosureRelation(dmX[s], dm, &encX[s])); in DMPlexGetHybridFields()
4940 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexComputeBdResidualSingleByKey()
5937 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexComputeBdJacobianSingleByLabel()
6195 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexComputeJacobianByKey()
6414 PetscCall(DMGetEnclosureRelation(dmAux, dmr, &encAux)); in DMPlexComputeJacobianByKeyGeneral()
7034 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexComputeJacobianActionByKey()
H A Dplexsubmesh.c4492 PetscErrorCode DMGetEnclosureRelation(DM dmA, DM dmB, DMEnclosureType *rel) in DMGetEnclosureRelation() function
4589 PetscCall(DMGetEnclosureRelation(dmA, dmB, &enc)); in DMGetEnclosurePoint()
/petsc/doc/changes/
H A D313.md158 - Add DMGetEnclosureRelation() and DMGetEnclosurePoint() to discover
/petsc/include/
H A Dpetscdmplex.h314 PETSC_EXTERN PetscErrorCode DMGetEnclosureRelation(DM, DM, DMEnclosureType *);