xref: /libCEED/python/tests/libceed-qfunctions.c (revision 49aac155e7a09736f56fb3abac0f57dab29f7cbf)
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 
8*49aac155SJeremy L Thompson #include <ceed.h>
90ef72598Sjeremylt // -----------------------------------------------------------------------------
100ef72598Sjeremylt // Redefine QFunction Macro
110ef72598Sjeremylt // -----------------------------------------------------------------------------
120ef72598Sjeremylt #undef CEED_QFUNCTION
132b730f8bSJeremy L Thompson #define CEED_QFUNCTION(name) extern int name
140ef72598Sjeremylt 
150ef72598Sjeremylt // -----------------------------------------------------------------------------
160ef72598Sjeremylt // QFunction Sources
170ef72598Sjeremylt // -----------------------------------------------------------------------------
180ef72598Sjeremylt #include "test-qfunctions.h"
190ef72598Sjeremylt 
200ef72598Sjeremylt // -----------------------------------------------------------------------------
21