xref: /libCEED/rust/libceed-sys/c-src/gallery/ceed-gallery-list.h (revision 33490f6ef26c584470cb54133cdd71c442f1841b)
19ba83ac0SJeremy 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.
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 
10ea61e9acSJeremy L Thompson // List each gallery registration function once here.
11ca94c3ddSJeremy L Thompson // This will be expanded inside @ref CeedQFunctionRegisterAll() to call each registration function in the order listed, and also to define weak symbol aliases for @ref CeedQFunction that are not configured.
121d013790SJed Brown //
13ca94c3ddSJeremy 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 gallery @ref CeedQFunction might depend on external libraries.
141d013790SJed Brown 
1549aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Identity)
160b6847a6SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_IdentityScalar)
1749aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Mass1DBuild)
1849aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Mass2DBuild)
1949aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Mass3DBuild)
2049aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_MassApply)
2149aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Vector3MassApply)
2249aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson1DApply)
2349aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson1DBuild)
2449aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson2DApply)
2549aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson2DBuild)
2649aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson3DApply)
2749aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson3DBuild)
2849aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Vector3Poisson1DApply)
2949aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Vector3Poisson2DApply)
3049aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Vector3Poisson3DApply)
3149aac155SJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Scale)
32*becbf5cdSJeremy L Thompson CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_ScaleScalar)
33