Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmforest.h47 PETSC_EXTERN PetscErrorCode DMForestGetPartitionOverlap(DM, PetscInt *);
/petsc/src/dm/impls/forest/
H A Dforest.c146 PetscCall(DMForestGetPartitionOverlap(dm, &overlap)); in DMForestTemplate()
706 PetscErrorCode DMForestGetPartitionOverlap(DM dm, PetscInt *overlap) in DMForestGetPartitionOverlap() function
1532 PetscCall(DMForestGetPartitionOverlap(dm, &overlap)); in DMSetFromOptions_Forest()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1184 PetscCall(DMForestGetPartitionOverlap(dm, &overlap)); in DMSetUp_pforest()
1189 PetscCall(DMForestGetPartitionOverlap(adaptFrom, &aoverlap)); in DMSetUp_pforest()
4164 PetscCall(DMForestGetPartitionOverlap(dm, &overlap)); in DMConvert_pforest_plex()
5019 PetscCall(DMForestGetPartitionOverlap(dm, &overlap)); in DMForestCreateCellChart_pforest()
5048 PetscCall(DMForestGetPartitionOverlap(dm, &overlap)); in DMForestCreateCellSF_pforest()
5151 …ll(PetscObjectComposeFunction((PetscObject)dm, "DMPlexGetOverlap_C", DMForestGetPartitionOverlap)); in DMInitialize_pforest()