xref: /libCEED/examples/solids/include/cl-options.h (revision d83b856e16e1a05ebd491d7f65187d3c08a4ff17)
1 #ifndef cloptions_h
2 #define cloptions_h
3 
4 #include <petsc.h>
5 #include "../include/structs.h"
6 
7 // Process general command line options
8 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx);
9 
10 #endif // cloptions_h
11