xref: /libCEED/examples/solids/include/cl-options.h (revision fc0567d9dd43c4a8f0744c44d73ac6beb4777ae6)
1 #ifndef libceed_solids_examples_cl_options_h
2 #define libceed_solids_examples_cl_options_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 // libceed_solids_examples_cl_options_h
11