xref: /libCEED/examples/petsc/bpssphere.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.
3e83e87a5Sjeremylt //
4*3d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
5e83e87a5Sjeremylt //
6*3d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
7e83e87a5Sjeremylt 
8b7c563b6SJeremy L Thompson #ifndef libceed_petsc_examples_sphere_h
9b7c563b6SJeremy L Thompson #define libceed_petsc_examples_sphere_h
10e83e87a5Sjeremylt 
11e83e87a5Sjeremylt // -----------------------------------------------------------------------------
12e83e87a5Sjeremylt // Command Line Options
13e83e87a5Sjeremylt // -----------------------------------------------------------------------------
14e83e87a5Sjeremylt 
159b072555Sjeremylt static const char *const bp_types[] = {"bp1", "bp2", "bp3", "bp4", "bp5", "bp6",
169b072555Sjeremylt                                        "BPType", "CEED_BP", 0
17e83e87a5Sjeremylt                                       };
18e83e87a5Sjeremylt 
19b7c563b6SJeremy L Thompson #endif // libceed_petsc_examples_sphere_h
20