Searched refs:DMSlicedCreate (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscdmsliced.h | 8 PETSC_EXTERN PetscErrorCode DMSlicedCreate(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscInt[]…
|
| /petsc/src/dm/tests/ |
| H A D | ex30.c | 60 …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 D | sliced.c | 301 PetscErrorCode DMSlicedCreate(MPI_Comm comm, PetscInt bs, PetscInt nlocal, PetscInt Nghosts, const … in DMSlicedCreate() function
|