xref: /libCEED/python/tests/libceed-qfunctions.c (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.
30ef72598Sjeremylt //
4*3d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
50ef72598Sjeremylt //
6*3d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
70ef72598Sjeremylt 
880a9ef05SNatalie Beams #include <ceed/ceed.h>
90ef72598Sjeremylt // -----------------------------------------------------------------------------
100ef72598Sjeremylt // Redefine QFunction Macro
110ef72598Sjeremylt // -----------------------------------------------------------------------------
120ef72598Sjeremylt #undef CEED_QFUNCTION
130ef72598Sjeremylt #define CEED_QFUNCTION(name) \
140ef72598Sjeremylt   extern int name
150ef72598Sjeremylt 
160ef72598Sjeremylt // -----------------------------------------------------------------------------
170ef72598Sjeremylt // QFunction Sources
180ef72598Sjeremylt // -----------------------------------------------------------------------------
190ef72598Sjeremylt #include "test-qfunctions.h"
200ef72598Sjeremylt 
210ef72598Sjeremylt // -----------------------------------------------------------------------------
22