Home
last modified time | relevance | path

Searched refs:DMSlicedSetGhosts (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmsliced.h11 PETSC_EXTERN PetscErrorCode DMSlicedSetGhosts(DM, PetscInt, PetscInt, PetscInt, const PetscInt[]);
/petsc/src/dm/impls/sliced/
H A Dsliced.c85 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()