Searched refs:depths (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 935 PetscInt depths[4], dims[4], shift = 0, i, c; in DMPlexStratifyMigrationSF() local 940 depths[0] = depth; in DMPlexStratifyMigrationSF() 941 depths[1] = 0; in DMPlexStratifyMigrationSF() 942 depths[2] = depth - 1; in DMPlexStratifyMigrationSF() 943 depths[3] = 1; in DMPlexStratifyMigrationSF() 949 const PetscInt dep = depths[i]; in DMPlexStratifyMigrationSF()
|
| H A D | plexsubmesh.c | 4398 PetscInt *points, *depths; in DMPlexCreateSubpointIS_Internal() local 4404 PetscCall(DMGetWorkArray(dm, depth + 1, MPIU_INT, &depths)); in DMPlexCreateSubpointIS_Internal() 4405 depths[0] = depth; in DMPlexCreateSubpointIS_Internal() 4406 depths[1] = 0; in DMPlexCreateSubpointIS_Internal() 4407 for (d = 2; d <= depth; ++d) depths[d] = depth + 1 - d; in DMPlexCreateSubpointIS_Internal() 4409 const PetscInt dep = depths[d]; in DMPlexCreateSubpointIS_Internal() 4438 PetscCall(DMRestoreWorkArray(dm, depth + 1, MPIU_INT, &depths)); in DMPlexCreateSubpointIS_Internal()
|
| H A D | plex.c | 9145 PetscInt depths[4], gdepths[4], starts[4]; in DMPlexCreatePointNumbering() local 9158 depths[d] = depth - d; in DMPlexCreatePointNumbering() 9159 PetscCall(DMPlexGetDepthStratum(dm, depths[d], &starts[d], &end)); in DMPlexCreatePointNumbering() 9164 depths[d] = -1; in DMPlexCreatePointNumbering() 9167 else PetscCall(PetscSortIntWithArray(depth + 1, starts, depths)); in DMPlexCreatePointNumbering() 9168 …PetscCallMPI(MPIU_Allreduce(depths, gdepths, depth + 1, MPIU_INT, MPI_MAX, PetscObjectComm((PetscO… in DMPlexCreatePointNumbering() 9169 …arts[d] < 0 || depths[d] == gdepths[d], PETSC_COMM_SELF, PETSC_ERR_PLIB, "Expected depth %" PetscI… in DMPlexCreatePointNumbering()
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 286 …"The depths listed match our intuition of which entities were which when we looked at the cones an…
|
| /petsc/doc/ |
| H A D | petsc.bib | 17838 title = {Focal depths of intra-continental and intraplate earthquakes and their
|