1a4963045SJacob Faibussowitsch #pragma once 252e7713aSMatthew G. Knepley 352e7713aSMatthew G. Knepley #include <petscfv.h> 452e7713aSMatthew G. Knepley 5*1850900dSBarry Smith /* MANSEC = DM */ 6*1850900dSBarry Smith 752e7713aSMatthew G. Knepley #if defined(PETSC_HAVE_LIBCEED) 852e7713aSMatthew G. Knepley #include <ceed.h> 952e7713aSMatthew G. Knepley 1052e7713aSMatthew G. Knepley PETSC_EXTERN PetscErrorCode PetscFVGetCeedBasis(PetscFV, CeedBasis *); 1152e7713aSMatthew G. Knepley PETSC_EXTERN PetscErrorCode PetscFVSetCeed(PetscFV, Ceed); 1252e7713aSMatthew G. Knepley #endif 13