1 #ifndef PETSCFVCEED_H 2 #define PETSCFVCEED_H 3 4 #include <petscfv.h> 5 6 #if defined(PETSC_HAVE_LIBCEED) 7 #include <ceed.h> 8 9 PETSC_EXTERN PetscErrorCode PetscFVGetCeedBasis(PetscFV, CeedBasis *); 10 PETSC_EXTERN PetscErrorCode PetscFVSetCeed(PetscFV, Ceed); 11 #endif 12 13 #endif 14