xref: /libCEED/rust/libceed-sys/c-src/gallery/ceed-gallery-list.h (revision ea61e9ac44808524e4667c1525a05976f536c19c)
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.
33d8e8822SJeremy L Thompson //
43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
53d8e8822SJeremy L Thompson //
63d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
73d8e8822SJeremy L Thompson 
81d013790SJed Brown // This header does not have guards because it is included multiple times.
91d013790SJed Brown 
10*ea61e9acSJeremy L Thompson // List each gallery registration function once here.
11*ea61e9acSJeremy L Thompson // This will be expanded inside CeedQFunctionRegisterAll() to call each registration function in the order listed, and also to define weak symbol
12*ea61e9acSJeremy L Thompson // aliases for QFunctions that are not configured.
131d013790SJed Brown //
14*ea61e9acSJeremy L Thompson // At the time of this writing, all the gallery functions are defined, but we're adopting the same strategy here as for the backends because future
15*ea61e9acSJeremy L Thompson // gallery QFunctions might depend on external libraries.
161d013790SJed Brown 
171d013790SJed Brown MACRO(CeedQFunctionRegister_Identity)
181d013790SJed Brown MACRO(CeedQFunctionRegister_Mass1DBuild)
191d013790SJed Brown MACRO(CeedQFunctionRegister_Mass2DBuild)
201d013790SJed Brown MACRO(CeedQFunctionRegister_Mass3DBuild)
211d013790SJed Brown MACRO(CeedQFunctionRegister_MassApply)
22dfb517d7SJeremy L Thompson MACRO(CeedQFunctionRegister_Vector3MassApply)
231d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson1DApply)
241d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson1DBuild)
251d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson2DApply)
261d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson2DBuild)
271d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson3DApply)
281d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson3DBuild)
29dfb517d7SJeremy L Thompson MACRO(CeedQFunctionRegister_Vector3Poisson1DApply)
30dfb517d7SJeremy L Thompson MACRO(CeedQFunctionRegister_Vector3Poisson2DApply)
31dfb517d7SJeremy L Thompson MACRO(CeedQFunctionRegister_Vector3Poisson3DApply)
321d013790SJed Brown MACRO(CeedQFunctionRegister_Scale)
33