1 #if !defined(PETSCDMCEED_H) 2 #define PETSCDMCEED_H 3 4 #include <petscdm.h> 5 6 #if defined(PETSC_HAVE_LIBCEED) 7 #include <ceed.h> 8 9 PETSC_EXTERN PetscErrorCode DMGetCeed(DM, Ceed *); 10 #endif 11 12 #endif 13
1 #if !defined(PETSCDMCEED_H) 2 #define PETSCDMCEED_H 3 4 #include <petscdm.h> 5 6 #if defined(PETSC_HAVE_LIBCEED) 7 #include <ceed.h> 8 9 PETSC_EXTERN PetscErrorCode DMGetCeed(DM, Ceed *); 10 #endif 11 12 #endif 13