Home
last modified time | relevance | path

Searched defs:apply_diff (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/python/qfunctions/
H A Dex2-surface.h82 CEED_QFUNCTION(apply_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_diff() function
/libCEED/examples/ceed/
H A Dex2-surface.h86 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 Dmain.rs251 let apply_diff = move |[ug, qdata, ..]: QFunctionInputs, [vg, ..]: QFunctionOutputs| { in example_2() localVariable
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dmain.rs254 let apply_diff = move |[ug, qdata, ..]: QFunctionInputs, [vg, ..]: QFunctionOutputs| { in example_2_vector() localVariable