Home
last modified time | relevance | path

Searched refs:CeedQFunctionCreateInteriorByName (Results 1 – 23 of 23) sorted by relevance

/libCEED/tests/
H A Dt413-qfunction.c12 CeedQFunctionCreateInteriorByName(ceed, "Mass1DBuild", &qf_setup); in main()
13 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_mass); in main()
H A Dt538-operator.c67 CeedQFunctionCreateInteriorByName(ceed, "Mass2DBuild", &qf_setup_mass); in main()
76 CeedQFunctionCreateInteriorByName(ceed, "Poisson2DBuild", &qf_setup_diff); in main()
89 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_mass); in main()
98 CeedQFunctionCreateInteriorByName(ceed, "Poisson2DApply", &qf_diff); in main()
H A Dt410-qfunction.c39 CeedQFunctionCreateInteriorByName(ceed, "Mass1DBuild", &qf_setup); in main()
47 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_mass); in main()
H A Dt565-operator.c70 CeedQFunctionCreateInteriorByName(ceed, "Mass2DBuild", &qf_setup_mass); in main()
79 CeedQFunctionCreateInteriorByName(ceed, "Poisson2DBuild", &qf_setup_diff); in main()
92 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_mass); in main()
101 CeedQFunctionCreateInteriorByName(ceed, "Poisson2DApply", &qf_diff); in main()
H A Dt414-qfunction.c54 CeedQFunctionCreateInteriorByName(ceed, name, &qf_setup); in main()
62 CeedQFunctionCreateInteriorByName(ceed, "Vector3MassApply", &qf_mass); in main()
H A Dt415-qfunction.c57 CeedQFunctionCreateInteriorByName(ceed, name_setup, &qf_setup); in main()
66 CeedQFunctionCreateInteriorByName(ceed, name_apply, &qf_diff); in main()
H A Dt553-operator.c66 CeedQFunctionCreateInteriorByName(ceed, "Mass1DBuild", &qf_setup); in main()
67 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_mass); in main()
H A Dt569-operator.c66 CeedQFunctionCreateInteriorByName(ceed, "Mass1DBuild", &qf_setup); in main()
67 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_mass); in main()
H A Dt539-operator.c79 CeedQFunctionCreateInteriorByName(ceed, "Mass2DBuild", &qf_setup_mass); in main()
88 CeedQFunctionCreateInteriorByName(ceed, "Poisson2DBuild", &qf_setup_diff); in main()
H A Dt526-operator.c79 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_mass); in main()
/libCEED/python/
H A Dceed_qfunction.py162 err_code = lib.CeedQFunctionCreateInteriorByName(self._ceed._pointer[0],
/libCEED/examples/ceed/
H A Dex2-surface.c185 CeedQFunctionCreateInteriorByName(ceed, name, &qf_build); in main()
219 CeedQFunctionCreateInteriorByName(ceed, name, &qf_apply); in main()
H A Dex1-volume.c179 CeedQFunctionCreateInteriorByName(ceed, name, &qf_build); in main()
211 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_apply); in main()
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c189 CeedQFunctionCreateInteriorByName(ceed, name, &qf_build); in main()
221 CeedQFunctionCreateInteriorByName(ceed, "MassApply", &qf_apply); in main()
/libCEED/julia/LibCEED.jl/src/
H A DQFunction.jl74 C.CeedQFunctionCreateInteriorByName(c.ref[], name, ref)
/libCEED/interface/
H A Dceed-qfunction.c724 int CeedQFunctionCreateInteriorByName(Ceed ceed, const char *name, CeedQFunction *qf) { in CeedQFunctionCreateInteriorByName() function
776 CeedCall(CeedQFunctionCreateInteriorByName(ceed, "Identity", qf)); in CeedQFunctionCreateIdentity()
H A Dceed-preconditioning.c1142 CeedCall(CeedQFunctionCreateInteriorByName(ceed, "Identity to scalar", &qf_to_scalar)); in CeedOperatorMultigridLevelCreateSingle_Core()
1186 …CeedCall(CeedQFunctionCreateInteriorByName(ceed, use_scalar_mult ? "Scale (scalar)" : "Scale", &qf… in CeedOperatorMultigridLevelCreateSingle_Core()
1224 …CeedCall(CeedQFunctionCreateInteriorByName(ceed, use_scalar_mult ? "Scale (scalar)" : "Scale", &qf… in CeedOperatorMultigridLevelCreateSingle_Core()
3092 CeedCall(CeedQFunctionCreateInteriorByName(ceed_parent, "Scale", &qf_fdm)); in CeedOperatorCreateFDMElementInverse()
H A Dceed-fortran.c812 *err = CeedQFunctionCreateInteriorByName(Ceed_dict[*ceed], name_c, qf_); in fCeedQFunctionCreateInteriorByName()
/libCEED/julia/LibCEED.jl/examples/
H A Dex1-volume-c.jl302 C.CeedQFunctionCreateInteriorByName(ceed[], name, build_qfunc)
367 C.CeedQFunctionCreateInteriorByName(ceed[], "MassApply", apply_qfunc)
/libCEED/rust/libceed/src/
H A Dqfunction.rs873 bind_ceed::CeedQFunctionCreateInteriorByName(ceed.ptr, name_c.as_ptr(), &mut ptr) in create()
/libCEED/include/ceed/
H A Dceed.h379 CEED_EXTERN int CeedQFunctionCreateInteriorByName(Ceed ceed, const char *name, CeedQFunction *qf);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl526 function CeedQFunctionCreateInteriorByName(ceed, name, qf) function
527 …ccall((:CeedQFunctionCreateInteriorByName, libceed), Cint, (Ceed, Ptr{Cchar}, Ptr{CeedQFunction}),…
/libCEED/
H A Dcoverage.info10894 FNA:37,192,CeedQFunctionCreateInteriorByName