#if !defined(PETSCDMCEED_H) #define PETSCDMCEED_H #include #if defined(PETSC_HAVE_LIBCEED) #include PETSC_EXTERN PetscErrorCode DMGetCeed(DM, Ceed *); #endif #endif