Searched refs:DMPlexGetTensorPrismBounds_Internal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 25 static PetscErrorCode DMPlexGetTensorPrismBounds_Internal(DM dm, PetscInt dim, PetscInt *cStart, Pe… in DMPlexGetTensorPrismBounds_Internal() function 1276 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, d, &depthMax[d], NULL)); in DMPlexConstructCohesiveCells_Internal() 2636 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, dim, &cMax, &cEnd)); in DMPlexMarkCohesiveSubmesh_Uninterpolated() 2688 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, dim, &cMax, &cEnd)); in DMPlexMarkCohesiveSubmesh_Interpolated() 4242 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, dim, &cStart, &cEnd)); in DMPlexReorderCohesiveSupports()
|