Searched refs:apply_diff (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 251 let apply_diff = move |[ug, qdata, ..]: QFunctionInputs, [vg, ..]: QFunctionOutputs| { in example_2() localVariable 294 .q_function_interior(1, Box::new(apply_diff))? in example_2()
|
| /libCEED/examples/python/qfunctions/ |
| H A D | ex2-surface.h | 82 CEED_QFUNCTION(apply_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_diff() function
|
| /libCEED/examples/ceed/ |
| H A D | ex2-surface.h | 86 CEED_QFUNCTION(apply_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_diff() function
|
| H A D | ex2-surface.c | 222 CeedQFunctionCreateInterior(ceed, 1, apply_diff, apply_diff_loc, &qf_apply); in main()
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 254 let apply_diff = move |[ug, qdata, ..]: QFunctionInputs, [vg, ..]: QFunctionOutputs| { in example_2_vector() localVariable 311 .q_function_interior(1, Box::new(apply_diff))? in example_2_vector()
|
| /libCEED/examples/python/ |
| H A D | ex2_surface.py | 140 qf_diff = ceed.QFunction(1, qfs_so.apply_diff,
|