xref: /libCEED/examples/petsc/area.h (revision 2b730f8b5a9c809740a0b3b302db43a719c636b1)
13d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
23d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3e83e87a5Sjeremylt //
43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
5e83e87a5Sjeremylt //
63d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
7e83e87a5Sjeremylt 
8b7c563b6SJeremy L Thompson #ifndef libceed_petsc_examples_area_h
9b7c563b6SJeremy L Thompson #define libceed_petsc_examples_area_h
10e83e87a5Sjeremylt 
11*2b730f8bSJeremy L Thompson #include <stddef.h>
12*2b730f8bSJeremy L Thompson 
13e83e87a5Sjeremylt // -----------------------------------------------------------------------------
14e83e87a5Sjeremylt // Command Line Options
15e83e87a5Sjeremylt // -----------------------------------------------------------------------------
16e83e87a5Sjeremylt 
17*2b730f8bSJeremy L Thompson static const char *const problem_types[] = {"cube", "sphere", "ProblemType", "AREA", NULL};
18e83e87a5Sjeremylt 
19b7c563b6SJeremy L Thompson #endif  // libceed_petsc_examples_area_h
20