Home
last modified time | relevance | path

Searched refs:apply_diff (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs251 let apply_diff = move |[ug, qdata, ..]: QFunctionInputs, [vg, ..]: QFunctionOutputs| { in example_2() localVariable
294 .q_function_interior(1, Box::new(apply_diff))? in example_2()
/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
H A Dex2-surface.c222 CeedQFunctionCreateInterior(ceed, 1, apply_diff, apply_diff_loc, &qf_apply); in main()
/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
311 .q_function_interior(1, Box::new(apply_diff))? in example_2_vector()
/libCEED/examples/python/
H A Dex2_surface.py140 qf_diff = ceed.QFunction(1, qfs_so.apply_diff,