1 #include <petscsys.h> 2 #if defined(PETSC_HAVE_P4EST) 3 #include <p4est_to_p8est.h> 4 #endif 5 6 static const PetscInt PetscFaceToP4estFace[6] = {4, 5, 2, 3, 1, 0}; 7 static const PetscInt P4estFaceToPetscOrnt[6] = {-4, 0, 0, -1, 4, 0}; 8 9 #define _append_pforest(a) a ## _p8est 10 #include "pforest.c" 11