Home
last modified time | relevance | path

Searched refs:CeedQFunctionRegister (Results 1 – 22 of 22) sorted by relevance

/libCEED/gallery/scale/
H A Dceed-scale.c29 CEED_INTERN int CeedQFunctionRegister_Scale(void) { return CeedQFunctionRegister("Scale", Scale_loc… in CeedQFunctionRegister_Scale()
H A Dceed-scale-scalar.c30 …return CeedQFunctionRegister("Scale (scalar)", ScaleScalar_loc, 1, ScaleScalar, CeedQFunctionInit_… in CeedQFunctionRegister_ScaleScalar()
/libCEED/gallery/identity/
H A Dceed-identity-to-scalar.c33 …return CeedQFunctionRegister("Identity to scalar", IdentityScalar_loc, 1, IdentityScalar, CeedQFun… in CeedQFunctionRegister_IdentityScalar()
H A Dceed-identity.c43 return CeedQFunctionRegister("Identity", Identity_loc, 1, Identity, CeedQFunctionInit_Identity); in CeedQFunctionRegister_Identity()
/libCEED/gallery/mass/
H A Dceed-massapply.c35 …return CeedQFunctionRegister("MassApply", MassApply_loc, 1, MassApply, CeedQFunctionInit_MassApply… in CeedQFunctionRegister_MassApply()
H A Dceed-mass2dbuild.c37 …return CeedQFunctionRegister("Mass2DBuild", Mass2DBuild_loc, 1, Mass2DBuild, CeedQFunctionInit_Mas… in CeedQFunctionRegister_Mass2DBuild()
H A Dceed-mass3dbuild.c37 …return CeedQFunctionRegister("Mass3DBuild", Mass3DBuild_loc, 1, Mass3DBuild, CeedQFunctionInit_Mas… in CeedQFunctionRegister_Mass3DBuild()
H A Dceed-mass1dbuild.c37 …return CeedQFunctionRegister("Mass1DBuild", Mass1DBuild_loc, 1, Mass1DBuild, CeedQFunctionInit_Mas… in CeedQFunctionRegister_Mass1DBuild()
/libCEED/gallery/poisson/
H A Dceed-poisson1dapply.c37 …return CeedQFunctionRegister("Poisson1DApply", Poisson1DApply_loc, 1, Poisson1DApply, CeedQFunctio… in CeedQFunctionRegister_Poisson1DApply()
H A Dceed-poisson1dbuild.c37 …return CeedQFunctionRegister("Poisson1DBuild", Poisson1DBuild_loc, 1, Poisson1DBuild, CeedQFunctio… in CeedQFunctionRegister_Poisson1DBuild()
H A Dceed-poisson2dbuild.c37 …return CeedQFunctionRegister("Poisson2DBuild", Poisson2DBuild_loc, 1, Poisson2DBuild, CeedQFunctio… in CeedQFunctionRegister_Poisson2DBuild()
H A Dceed-poisson2dapply.c37 …return CeedQFunctionRegister("Poisson2DApply", Poisson2DApply_loc, 1, Poisson2DApply, CeedQFunctio… in CeedQFunctionRegister_Poisson2DApply()
H A Dceed-poisson3dbuild.c37 …return CeedQFunctionRegister("Poisson3DBuild", Poisson3DBuild_loc, 1, Poisson3DBuild, CeedQFunctio… in CeedQFunctionRegister_Poisson3DBuild()
H A Dceed-poisson3dapply.c37 …return CeedQFunctionRegister("Poisson3DApply", Poisson3DApply_loc, 1, Poisson3DApply, CeedQFunctio… in CeedQFunctionRegister_Poisson3DApply()
/libCEED/gallery/mass-vector/
H A Dceed-vectormassapply.c37 …return CeedQFunctionRegister("Vector3MassApply", Vector3MassApply_loc, 1, Vector3MassApply, CeedQF… in CeedQFunctionRegister_Vector3MassApply()
/libCEED/gallery/poisson-vector/
H A Dceed-vectorpoisson3dapply.c37 …return CeedQFunctionRegister("Vector3Poisson3DApply", Vector3Poisson3DApply_loc, 1, Vector3Poisson… in CeedQFunctionRegister_Vector3Poisson3DApply()
H A Dceed-vectorpoisson2dapply.c37 …return CeedQFunctionRegister("Vector3Poisson2DApply", Vector3Poisson2DApply_loc, 1, Vector3Poisson… in CeedQFunctionRegister_Vector3Poisson2DApply()
H A Dceed-vectorpoisson1dapply.c37 …return CeedQFunctionRegister("Vector3Poisson1DApply", Vector3Poisson1DApply_loc, 1, Vector3Poisson… in CeedQFunctionRegister_Vector3Poisson1DApply()
/libCEED/interface/
H A Dceed-qfunction.c64 int CeedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUs… in CeedQFunctionRegister() function
71 CeedPragmaCritical(CeedQFunctionRegister) { in CeedQFunctionRegister()
/libCEED/include/ceed/
H A Dbackend.h374 CEED_EXTERN int CeedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, Cee…
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1174 function CeedQFunctionRegister(name, source, vec_length, f, init) function
1175 …ccall((:CeedQFunctionRegister, libceed), Cint, (Ptr{Cchar}, Ptr{Cchar}, CeedInt, CeedQFunctionUser…
/libCEED/
H A Dcoverage.info10888 FNA:34,1536,CeedQFunctionRegister