xref: /petsc/include/petscdmsliced.h (revision a496304597bacff3545e802853d69e8765312868)
13c48a1e8SJed Brown /* Very minimal unstructured DM */
2*a4963045SJacob Faibussowitsch #pragma once
33c48a1e8SJed Brown 
42c8e378dSBarry Smith #include <petscdm.h>
5d8b9fd66SJed Brown 
63efe6655SBarry Smith PETSC_EXTERN PetscErrorCode DMSlicedCreate(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscInt[], const PetscInt[], const PetscInt[], DM *);
7014dd563SJed Brown PETSC_EXTERN PetscErrorCode DMSlicedSetPreallocation(DM, PetscInt, const PetscInt[], PetscInt, const PetscInt[]);
8014dd563SJed Brown PETSC_EXTERN PetscErrorCode DMSlicedSetBlockFills(DM, const PetscInt *, const PetscInt *);
9014dd563SJed Brown PETSC_EXTERN PetscErrorCode DMSlicedSetGhosts(DM, PetscInt, PetscInt, PetscInt, const PetscInt[]);
10