Searched defs:build_diff (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/python/qfunctions/ |
| H A D | ex2-surface.h | 13 CEED_QFUNCTION(build_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in build_diff() function
|
| /libCEED/examples/ceed/ |
| H A D | ex2-surface.h | 16 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 D | main.rs | 143 let build_diff = move |[jacobian, weights, ..]: QFunctionInputs, in example_2() localVariable
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 146 let build_diff = move |[jacobian, weights, ..]: QFunctionInputs, in example_2_vector() localVariable
|