Home
last modified time | relevance | path

Searched refs:CeedQFunctionCreateIdentity (Results 1 – 14 of 14) sorted by relevance

/libCEED/tests/
H A Dt411-qfunction.c24 CeedQFunctionCreateIdentity(ceed, 1, CEED_EVAL_INTERP, CEED_EVAL_INTERP, &qf); in main()
H A Dt412-qfunction.c24 CeedQFunctionCreateIdentity(ceed, size, CEED_EVAL_INTERP, CEED_EVAL_NONE, &qf); in main()
H A Dt509-operator.c28 CeedQFunctionCreateIdentity(ceed, 1, CEED_EVAL_NONE, CEED_EVAL_NONE, &qf_identity); in main()
H A Dt570-operator.c42 CeedQFunctionCreateIdentity(ceed, 1, CEED_EVAL_INTERP, CEED_EVAL_NONE, &qf_identity); in main()
/libCEED/python/
H A Dceed_qfunction.py181 err_code = lib.CeedQFunctionCreateIdentity(self._ceed._pointer[0], size,
/libCEED/julia/LibCEED.jl/src/
H A DQFunction.jl89 C.CeedQFunctionCreateIdentity(c[], size, inmode, outmode, ref)
/libCEED/examples/fluids/src/
H A Dturb_spanstats.c166 …PetscCallCeed(ceed, CeedQFunctionCreateIdentity(ceed, num_comp_x, CEED_EVAL_INTERP, CEED_EVAL_NONE… in GetQuadratureCoords()
309 …PetscCallCeed(ceed, CeedQFunctionCreateIdentity(ceed, num_comp_stats, CEED_EVAL_NONE, CEED_EVAL_IN… in SetupL2ProjectionStats()
/libCEED/interface/
H A Dceed-qfunction.c772 int CeedQFunctionCreateIdentity(Ceed ceed, CeedInt size, CeedEvalMode in_mode, CeedEvalMode out_mod… in CeedQFunctionCreateIdentity() function
H A Dceed-fortran.c828 …*err = CeedQFunctionCreateIdentity(Ceed_dict[*ceed], *size, (CeedEvalMode)*inmode, (… in fCeedQFunctionCreateIdentity()
/libCEED/examples/petsc/src/
H A Dswarmutils.c139CeedQFunctionCreateIdentity((*ctx)->ceed, num_comp, CEED_EVAL_INTERP, CEED_EVAL_NONE, &qf_mesh_to_… in DMSwarmCeedContextCreate()
/libCEED/include/ceed/
H A Dceed.h380 CEED_EXTERN int CeedQFunctionCreateIdentity(Ceed ceed, CeedInt size, CeedEvalMode in_mode, CeedEva…
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl530 function CeedQFunctionCreateIdentity(ceed, size, in_mode, out_mode, qf) function
531 …ccall((:CeedQFunctionCreateIdentity, libceed), Cint, (Ceed, CeedInt, CeedEvalMode, CeedEvalMode, P…
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md330 - Add arguments to {c:func}`CeedQFunctionCreateIdentity`.
/libCEED/
H A Dcoverage.info10896 FNA:38,0,CeedQFunctionCreateIdentity