Home
last modified time | relevance | path

Searched refs:entityDepth (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex31.c11 PetscInt entityDepth; /* depth of the entities to rebalance ( 0 => vertices) */ member
19 options->entityDepth = 0; in ProcessOptions()
22 …entities to rebalance (0 => vertices)", FILENAME, options->entityDepth, &options->entityDepth, NUL… in ProcessOptions()
87 PetscCall(DMPlexGetDepthStratum(dm, user.entityDepth, &pStart, &pEnd)); in main()
105 …PetscCall(DMPlexRebalanceSharedPoints(dm, user.entityDepth, user.useInitialGuess, user.parallel, &… in main()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1666 PetscErrorCode DMPlexRebalanceSharedPoints(DM dm, PetscInt entityDepth, PetscBool useInitialGuess, … in DMPlexRebalanceSharedPoints() argument
1728 PetscCall(DMPlexGetDepthStratum(dm, entityDepth, &eBegin, &eEnd)); in DMPlexRebalanceSharedPoints()
1845 …g of shared points of depth %" PetscInt_FMT " on interface of mesh distribution.\n", entityDepth)); in DMPlexRebalanceSharedPoints()
1991 …cViewerASCIIPrintf(viewer, "Number of owned entities of depth %" PetscInt_FMT ".\n", entityDepth)); in DMPlexRebalanceSharedPoints()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx1593 …def rebalanceSharedPoints(self, entityDepth: int | None = 0, useInitialGuess: bool | None = True, …
1600 entityDepth
1620 cdef PetscInt centityDepth = asInt(entityDepth)