#if !defined(PETSCDMPLEXCEED_H) #define PETSCDMPLEXCEED_H #if !defined(PETSC_HAVE_LIBCEED) #error "PETSc not configured for libCEED; reconfigrue --with-libceed or --download-libceed" #endif #include #include PETSC_EXTERN PetscErrorCode DMPlexGetCeedRestriction(DM, DMLabel, PetscInt, PetscInt, PetscInt, CeedElemRestriction *); #endif