Actual source code: petscfvceed.h

  1: #pragma once

  3: #include <petscfv.h>

  5: /* MANSEC = DM */

  7: #if defined(PETSC_HAVE_LIBCEED)
  8:   #include <ceed.h>

 10: PETSC_EXTERN PetscErrorCode PetscFVGetCeedBasis(PetscFV, CeedBasis *);
 11: PETSC_EXTERN PetscErrorCode PetscFVSetCeed(PetscFV, Ceed);
 12: #endif