Home
last modified time | relevance | path

Searched refs:DMSlicedCreate (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmsliced.h8 PETSC_EXTERN PetscErrorCode DMSlicedCreate(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscInt[]…
/petsc/src/dm/tests/
H A Dex30.c60 …PetscCall(DMSlicedCreate(comm, bs, n, 2, ghosts, d_nnz, o_nnz, &slice)); /* Currently does not cop… in main()
/petsc/src/dm/impls/sliced/
H A Dsliced.c301 PetscErrorCode DMSlicedCreate(MPI_Comm comm, PetscInt bs, PetscInt nlocal, PetscInt Nghosts, const … in DMSlicedCreate() function