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