1ccaff030SJeremy L Thompson #ifndef setup_h 2ccaff030SJeremy L Thompson #define setup_h 3ccaff030SJeremy L Thompson 43d576824SJeremy L Thompson #include <ceed.h> 5ccaff030SJeremy L Thompson #include <petsc.h> 6ccaff030SJeremy L Thompson #include <petscdmplex.h> 7ccaff030SJeremy L Thompson #include <petscfe.h> 83d576824SJeremy L Thompson #include <petscksp.h> 93d576824SJeremy L Thompson #include <stdbool.h> 103d576824SJeremy L Thompson #include <string.h> 11*5754ecacSJeremy L Thompson #include "problems/problems.h" 12*5754ecacSJeremy L Thompson #include "include/cl-options.h" 13*5754ecacSJeremy L Thompson #include "include/matops.h" 14*5754ecacSJeremy L Thompson #include "include/misc.h" 15*5754ecacSJeremy L Thompson #include "include/structs.h" 16*5754ecacSJeremy L Thompson #include "include/setup-dm.h" 17*5754ecacSJeremy L Thompson #include "include/setup-libceed.h" 18*5754ecacSJeremy L Thompson #include "include/utils.h" 19ccaff030SJeremy L Thompson 20ccaff030SJeremy L Thompson #endif // setup_h 21