Home
last modified time | relevance | path

Searched refs:DMForestSetPartitionOverlap (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex53.c30 PetscCall(DMForestSetPartitionOverlap(forest, 1)); in main()
/petsc/src/dm/impls/forest/tests/
H A Dex1.c29 PetscCall(DMForestSetPartitionOverlap(forest, overlap)); in main()
/petsc/include/
H A Dpetscdmforest.h46 PETSC_EXTERN PetscErrorCode DMForestSetPartitionOverlap(DM, PetscInt);
/petsc/src/dm/impls/forest/
H A Dforest.c147 PetscCall(DMForestSetPartitionOverlap(*tedm, overlap)); in DMForestTemplate()
678 PetscErrorCode DMForestSetPartitionOverlap(DM dm, PetscInt overlap) in DMForestSetPartitionOverlap() function
1534 if (flg) PetscCall(DMForestSetPartitionOverlap(dm, overlap)); in DMSetFromOptions_Forest()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h5174 PetscCall(DMForestSetPartitionOverlap(dm, 0)); in DMCreate_pforest()