xref: /petsc/include/petscdmplexceed.h (revision b4f26c06fff0db25fc6fd5b778f99b5b9671a638)
1 #if !defined(PETSCDMPLEXCEED_H)
2 #define PETSCDMPLEXCEED_H
3 
4 #include <petscdmplex.h>
5 
6 #if defined(PETSC_HAVE_LIBCEED)
7 #include <ceed.h>
8 
9 PETSC_EXTERN PetscErrorCode DMPlexGetCeedRestriction(DM, CeedElemRestriction *);
10 #endif
11 
12 #endif
13