1*3d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 2*3d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 3*3d8e8822SJeremy L Thompson // 4*3d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 5*3d8e8822SJeremy L Thompson // 6*3d8e8822SJeremy L Thompson // This file is part of CEED: http://github.com/ceed 7*3d8e8822SJeremy L Thompson 81d013790SJed Brown // This header does not have guards because it is included multiple times. 91d013790SJed Brown 101d013790SJed Brown // List each gallery registration function once here. This will be expanded 111d013790SJed Brown // inside CeedQFunctionRegisterAll() to call each registration function in the 121d013790SJed Brown // order listed, and also to define weak symbol aliases for backends that are 131d013790SJed Brown // not configured. 141d013790SJed Brown // 151d013790SJed Brown // At the time of this writing, all the gallery functions are defined, but we're 161d013790SJed Brown // adopting the same strategy here as for the backends because future gallery 171d013790SJed Brown // functions might depend on external libraries. 181d013790SJed Brown 191d013790SJed Brown MACRO(CeedQFunctionRegister_Identity) 201d013790SJed Brown MACRO(CeedQFunctionRegister_Mass1DBuild) 211d013790SJed Brown MACRO(CeedQFunctionRegister_Mass2DBuild) 221d013790SJed Brown MACRO(CeedQFunctionRegister_Mass3DBuild) 231d013790SJed Brown MACRO(CeedQFunctionRegister_MassApply) 24dfb517d7SJeremy L Thompson MACRO(CeedQFunctionRegister_Vector3MassApply) 251d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson1DApply) 261d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson1DBuild) 271d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson2DApply) 281d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson2DBuild) 291d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson3DApply) 301d013790SJed Brown MACRO(CeedQFunctionRegister_Poisson3DBuild) 31dfb517d7SJeremy L Thompson MACRO(CeedQFunctionRegister_Vector3Poisson1DApply) 32dfb517d7SJeremy L Thompson MACRO(CeedQFunctionRegister_Vector3Poisson2DApply) 33dfb517d7SJeremy L Thompson MACRO(CeedQFunctionRegister_Vector3Poisson3DApply) 341d013790SJed Brown MACRO(CeedQFunctionRegister_Scale) 35