xref: /libCEED/examples/petsc/include/petscversion.h (revision 77bb289ab1e4b7f6618bd6e1f5afbd06578dc0f7)
1 #ifndef libceed_petsc_examples_version_h
2 #define libceed_petsc_examples_version_h
3 
4 #if PETSC_VERSION_LT(3, 20, 0)
5 #error "PETSc v3.20 or later is required"
6 #endif
7 
8 #endif
9