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