Searched defs:apply_diff (Results 1 – 4 of 4) sorted by relevance
| /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
|
| /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
|
| /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
|