Searched refs:DMSlicedSetGhosts (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/ |
| H A D | petscdmsliced.h | 11 PETSC_EXTERN PetscErrorCode DMSlicedSetGhosts(DM, PetscInt, PetscInt, PetscInt, const PetscInt[]);
|
| /petsc/src/dm/impls/sliced/ |
| H A D | sliced.c | 85 PetscErrorCode DMSlicedSetGhosts(DM dm, PetscInt bs, PetscInt nlocal, PetscInt Nghosts, const Petsc… in DMSlicedSetGhosts() function 307 PetscCall(DMSlicedSetGhosts(*dm, bs, nlocal, Nghosts, ghosts)); in DMSlicedCreate()
|