Home
last modified time | relevance | path

Searched refs:pEndDepth (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex26.c28 PetscInt *pStartDepth, *pEndDepth; in main() local
138 PetscCall(PetscMalloc2(sdim + 1, &pStartDepth, sdim + 1, &pEndDepth)); in main()
139 …for (d = 0; d <= sdim; ++d) PetscCall(DMPlexGetDepthStratum(dm, d, &pStartDepth[d], &pEndDepth[d])… in main()
242 if ((closure[2 * p] >= pStartDepth[d]) && (closure[2 * p] < pEndDepth[d])) { in main()
479 PetscCall(PetscFree2(pStartDepth, pEndDepth)); in main()
H A Dex64.c30 PetscInt *pStartDepth, *pEndDepth; in main() local
58 PetscCall(PetscMalloc2(sdim + 1, &pStartDepth, sdim + 1, &pEndDepth)); in main()
59 …for (d = 0; d <= sdim; ++d) PetscCall(DMPlexGetDepthStratum(dm, d, &pStartDepth[d], &pEndDepth[d])… in main()
162 if ((closure[2 * p] >= pStartDepth[d]) && (closure[2 * p] < pEndDepth[d])) { in main()
446 PetscCall(PetscFree2(pStartDepth, pEndDepth)); in main()
H A Dex26f90.F9026 PetscInt, dimension(:), pointer :: pStartDepth, pEndDepth
204 allocate (pEndDepth(sdim + 1))
206 PetscCallA(DMPlexGetDepthStratum(dm, d - 1, pStartDepth(d), pEndDepth(d), ierr))
285 if ((closure(p) >= pStartDepth(d)) .and. (closure(p) < pEndDepth(d))) then
506 deallocate (pEndDepth)
H A Dex62f90.F9026 PetscInt, dimension(:), pointer :: pStartDepth, pEndDepth
191 allocate (pEndDepth(sdim + 1))
193 PetscCallA(DMPlexGetDepthStratum(pdm, d - 1, pStartDepth(d), pEndDepth(d), ierr))
268 if ((closure(p) >= pStartDepth(d)) .and. (closure(p) < pEndDepth(d))) then
490 deallocate (pEndDepth)