Searched refs:DMForestSetPartitionOverlap (Results 1 – 5 of 5) sorted by relevance
30 PetscCall(DMForestSetPartitionOverlap(forest, 1)); in main()
29 PetscCall(DMForestSetPartitionOverlap(forest, overlap)); in main()
46 PETSC_EXTERN PetscErrorCode DMForestSetPartitionOverlap(DM, PetscInt);
147 PetscCall(DMForestSetPartitionOverlap(*tedm, overlap)); in DMForestTemplate()678 PetscErrorCode DMForestSetPartitionOverlap(DM dm, PetscInt overlap) in DMForestSetPartitionOverlap() function1534 if (flg) PetscCall(DMForestSetPartitionOverlap(dm, overlap)); in DMSetFromOptions_Forest()
5174 PetscCall(DMForestSetPartitionOverlap(dm, 0)); in DMCreate_pforest()