xref: /petsc/include/petscfvceed.h (revision 5cb5107f0ce9eeb7c2b80664b9ef21a4fb1177ff) !
1 #pragma once
2 
3 #include <petscfv.h>
4 
5 /* MANSEC = DM */
6 
7 #if defined(PETSC_HAVE_LIBCEED)
8   #include <ceed.h>
9 
10 PETSC_EXTERN PetscErrorCode PetscFVGetCeedBasis(PetscFV, CeedBasis *);
11 PETSC_EXTERN PetscErrorCode PetscFVSetCeed(PetscFV, Ceed);
12 #endif
13