Searched refs:depStart (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 4410 PetscInt depStart, depEnd, n; in DMPlexCreateSubpointIS_Internal() local 4412 PetscCall(DMPlexGetDepthStratum(dm, dep, &depStart, &depEnd)); in DMPlexCreateSubpointIS_Internal() 4415 …depStart, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "The number of mapped submesh points %" PetscInt_F… in DMPlexCreateSubpointIS_Internal() 4420 for (p = 0; p < depEnd - depStart; ++p, ++off) points[off] = -1; in DMPlexCreateSubpointIS_Internal() 4423 for (p = 0; p < depEnd - depStart; ++p, ++off) points[off] = PETSC_INT_MAX; in DMPlexCreateSubpointIS_Internal()
|