Searched refs:DMGetEnclosureRelation (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 629 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 D | plexfem.c | 2753 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 D | plexsubmesh.c | 4492 PetscErrorCode DMGetEnclosureRelation(DM dmA, DM dmB, DMEnclosureType *rel) in DMGetEnclosureRelation() function 4589 PetscCall(DMGetEnclosureRelation(dmA, dmB, &enc)); in DMGetEnclosurePoint()
|
| /petsc/doc/changes/ |
| H A D | 313.md | 158 - Add DMGetEnclosureRelation() and DMGetEnclosurePoint() to discover
|
| /petsc/include/ |
| H A D | petscdmplex.h | 314 PETSC_EXTERN PetscErrorCode DMGetEnclosureRelation(DM, DM, DMEnclosureType *);
|