xref: /libCEED/examples/solids/include/cl-options.h (revision 3d8e882215d238700cdceb37404f76ca7fa24eaa)
1*3d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2*3d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3*3d8e8822SJeremy L Thompson //
4*3d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
5*3d8e8822SJeremy L Thompson //
6*3d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
7*3d8e8822SJeremy L Thompson 
8b7c563b6SJeremy L Thompson #ifndef libceed_solids_examples_cl_options_h
9b7c563b6SJeremy L Thompson #define libceed_solids_examples_cl_options_h
105754ecacSJeremy L Thompson 
115754ecacSJeremy L Thompson #include <petsc.h>
125754ecacSJeremy L Thompson #include "../include/structs.h"
135754ecacSJeremy L Thompson 
145754ecacSJeremy L Thompson // Process general command line options
155754ecacSJeremy L Thompson PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx);
165754ecacSJeremy L Thompson 
17b7c563b6SJeremy L Thompson #endif // libceed_solids_examples_cl_options_h
18