Searched refs:CeedQFunctionCreateIdentity (Results 1 – 14 of 14) sorted by relevance
| /libCEED/tests/ |
| H A D | t411-qfunction.c | 24 CeedQFunctionCreateIdentity(ceed, 1, CEED_EVAL_INTERP, CEED_EVAL_INTERP, &qf); in main()
|
| H A D | t412-qfunction.c | 24 CeedQFunctionCreateIdentity(ceed, size, CEED_EVAL_INTERP, CEED_EVAL_NONE, &qf); in main()
|
| H A D | t509-operator.c | 28 CeedQFunctionCreateIdentity(ceed, 1, CEED_EVAL_NONE, CEED_EVAL_NONE, &qf_identity); in main()
|
| H A D | t570-operator.c | 42 CeedQFunctionCreateIdentity(ceed, 1, CEED_EVAL_INTERP, CEED_EVAL_NONE, &qf_identity); in main()
|
| /libCEED/python/ |
| H A D | ceed_qfunction.py | 181 err_code = lib.CeedQFunctionCreateIdentity(self._ceed._pointer[0], size,
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | QFunction.jl | 89 C.CeedQFunctionCreateIdentity(c[], size, inmode, outmode, ref)
|
| /libCEED/examples/fluids/src/ |
| H A D | turb_spanstats.c | 166 …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 D | ceed-qfunction.c | 772 int CeedQFunctionCreateIdentity(Ceed ceed, CeedInt size, CeedEvalMode in_mode, CeedEvalMode out_mod… in CeedQFunctionCreateIdentity() function
|
| H A D | ceed-fortran.c | 828 …*err = CeedQFunctionCreateIdentity(Ceed_dict[*ceed], *size, (CeedEvalMode)*inmode, (… in fCeedQFunctionCreateIdentity()
|
| /libCEED/examples/petsc/src/ |
| H A D | swarmutils.c | 139 …CeedQFunctionCreateIdentity((*ctx)->ceed, num_comp, CEED_EVAL_INTERP, CEED_EVAL_NONE, &qf_mesh_to_… in DMSwarmCeedContextCreate()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 380 CEED_EXTERN int CeedQFunctionCreateIdentity(Ceed ceed, CeedInt size, CeedEvalMode in_mode, CeedEva…
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 530 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 D | releasenotes.md | 330 - Add arguments to {c:func}`CeedQFunctionCreateIdentity`.
|
| /libCEED/ |
| H A D | coverage.info | 10896 FNA:38,0,CeedQFunctionCreateIdentity
|