xref: /libCEED/python/tests/libceed-qfunctions.c (revision d4cc18453651bd0f94c1a2e078b2646a92dafdcc)
1*9ba83ac0SJeremy L Thompson // Copyright (c) 2017-2026, 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 
849aac155SJeremy 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