Searched refs:qf_identity (Results 1 – 2 of 2) sorted by relevance
| /libCEED/tests/ |
| H A D | t509-operator.c | 12 CeedQFunction qf_identity; in main() local 28 CeedQFunctionCreateIdentity(ceed, 1, CEED_EVAL_NONE, CEED_EVAL_NONE, &qf_identity); in main() 31 CeedOperatorCreate(ceed, qf_identity, CEED_QFUNCTION_NONE, CEED_QFUNCTION_NONE, &op_identity); in main() 52 CeedQFunctionDestroy(&qf_identity); in main()
|
| H A D | t570-operator.c | 13 CeedQFunction qf_identity; in main() local 42 CeedQFunctionCreateIdentity(ceed, 1, CEED_EVAL_INTERP, CEED_EVAL_NONE, &qf_identity); in main() 45 CeedOperatorCreate(ceed, qf_identity, CEED_QFUNCTION_NONE, CEED_QFUNCTION_NONE, &op_identity); in main() 113 CeedQFunctionDestroy(&qf_identity); in main()
|