Searched refs:build_diff (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 143 let build_diff = move |[jacobian, weights, ..]: QFunctionInputs, in example_2() localVariable 213 .q_function_interior(1, Box::new(build_diff))? in example_2()
|
| /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
|
| H A D | ex2-surface.c | 188 CeedQFunctionCreateInterior(ceed, 1, build_diff, build_diff_loc, &qf_build); in main()
|
| /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 216 .q_function_interior(1, Box::new(build_diff))? in example_2_vector()
|
| /libCEED/examples/python/ |
| H A D | ex2_surface.py | 111 qf_build = ceed.QFunction(1, qfs_so.build_diff,
|