xref: /petsc/src/dm/impls/forest/p4est/dmp4est.c (revision 943ba4e590c5b1fede721047567e065e8c0ae71d)
15bc33bd4SToby Isaac #include <petscsys.h>
25bc33bd4SToby Isaac 
35bc33bd4SToby Isaac static const PetscInt PetscFaceToP4estFace[4] = {2, 1, 3, 0};
4b0c8a442SToby Isaac static const PetscInt P4estFaceToPetscOrnt[4] = {-2, 0, 0, -2};
5*943ba4e5SToby Isaac static const PetscInt PetscVertToP4estVert[4] = {0, 1, 3, 2};
65bc33bd4SToby Isaac 
7b34044e4SToby Isaac #define _append_pforest(a) a ## _p4est
8b34044e4SToby Isaac #include "pforest.c"
9