Home
last modified time | relevance | path

Searched refs:CEED_GALLERY_QFUNCTION (Results 1 – 2 of 2) sorted by relevance

/libCEED/gallery/
H A Dceed-gallery-list.h15 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Identity)
16 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_IdentityScalar)
17 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Mass1DBuild)
18 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Mass2DBuild)
19 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Mass3DBuild)
20 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_MassApply)
21 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Vector3MassApply)
22 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson1DApply)
23 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson1DBuild)
24 CEED_GALLERY_QFUNCTION(CeedQFunctionRegister_Poisson2DApply)
[all …]
/libCEED/interface/
H A Dceed-qfunction-register.c14 #define CEED_GALLERY_QFUNCTION(name) CEED_INTERN int name(void); macro
16 #undef CEED_GALLERY_QFUNCTION
36 #define CEED_GALLERY_QFUNCTION(name) \ in CeedQFunctionRegisterAll() macro
39 #undef CEED_GALLERY_QFUNCTION in CeedQFunctionRegisterAll()