Searched refs:DMGetEnclosurePoint (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 226 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, p, &inp)); in DMProjectPoint_Field_Private() 255 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, p, &subp)); in DMProjectPoint_Field_Private() 385 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, p, &inp)); in DMProjectPoint_BdField_Private() 414 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, p, &subp)); in DMProjectPoint_BdField_Private() 643 PetscCall(DMGetEnclosurePoint(dm, odm, enc, points[i], &point)); in DMGetFirstLabeledPoint() 819 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? p : lStart, &pIn)); in DMProjectLocal_Generic_Plex() 822 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? p : lStart, &pIn)); in DMProjectLocal_Generic_Plex() 842 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, lStart < 0 ? p : lStart, &pAux)); in DMProjectLocal_Generic_Plex() 993 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? pStart : lStart, &pIn)); in DMProjectLocal_Generic_Plex()
|
| H A D | plexfem.c | 2784 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, support[0], &subp)); in DMPlexComputeBdIntegral_Internal() 3806 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, cell, &subcell)); in DMPlexGetCellFields() 3962 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, cell, &subcell)); in DMPlexGetHybridCellFields() 4047 PetscCall(DMGetEnclosurePoint(plexX[s], dm, encX[s], point, &subpoint)); in DMPlexGetHybridFields() 4995 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, support[0], &subp)); in DMPlexComputeBdResidualSingleByKey() 5219 …PetscCall(DMGetEnclosurePoint(dmAux, dm, DM_ENC_UNKNOWN, cells ? cells[cStart] : cStart, &subcell)… in DMPlexComputeResidualByKey() 5997 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, support[0], &subp)); in DMPlexComputeBdJacobianSingleByLabel() 6237 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, cell, &subcell)); in DMPlexComputeJacobianByKey() 6460 PetscCall(DMGetEnclosurePoint(dmAux, dmr, encAux, cell, &subcell)); in DMPlexComputeJacobianByKeyGeneral() 7060 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, cell, &subcell)); in DMPlexComputeJacobianActionByKey()
|
| H A D | plexsubmesh.c | 4552 PetscErrorCode DMGetEnclosurePoint(DM dmA, DM dmB, DMEnclosureType etype, PetscInt pB, PetscInt *pA) in DMGetEnclosurePoint() function 4590 PetscCall(DMGetEnclosurePoint(dmA, dmB, enc, pB, pA)); in DMGetEnclosurePoint()
|
| /petsc/doc/changes/ |
| H A D | 313.md | 158 - Add DMGetEnclosureRelation() and DMGetEnclosurePoint() to discover
|
| /petsc/include/ |
| H A D | petscdmplex.h | 315 PETSC_EXTERN PetscErrorCode DMGetEnclosurePoint(DM, DM, DMEnclosureType, PetscInt, PetscInt *);
|