Searched refs:DMForestGetPartitionOverlap (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscdmforest.h | 47 PETSC_EXTERN PetscErrorCode DMForestGetPartitionOverlap(DM, PetscInt *);
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 146 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 D | pforest.h | 1184 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()
|