xref: /libCEED/python/tests/libceed-qfunctions.c (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.
30ef72598Sjeremylt //
43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
50ef72598Sjeremylt //
63d8e8822SJeremy 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
13*2b730f8bSJeremy L Thompson #define CEED_QFUNCTION(name) extern int name
140ef72598Sjeremylt 
150ef72598Sjeremylt // -----------------------------------------------------------------------------
160ef72598Sjeremylt // QFunction Sources
170ef72598Sjeremylt // -----------------------------------------------------------------------------
180ef72598Sjeremylt #include "test-qfunctions.h"
190ef72598Sjeremylt 
200ef72598Sjeremylt // -----------------------------------------------------------------------------
21