Home
last modified time | relevance | path

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

/libCEED/examples/python/qfunctions/
H A Dex2-surface.h13 CEED_QFUNCTION(build_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in build_diff() function
/libCEED/examples/ceed/
H A Dex2-surface.h16 CEED_QFUNCTION(build_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in build_diff() function
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs143 let build_diff = move |[jacobian, weights, ..]: QFunctionInputs, in example_2() localVariable
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dmain.rs146 let build_diff = move |[jacobian, weights, ..]: QFunctionInputs, in example_2_vector() localVariable