Home
last modified time | relevance | path

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

/libCEED/examples/python/qfunctions/
H A Dex3-volume.h92 CEED_QFUNCTION(apply_mass_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar… in apply_mass_diff() function
/libCEED/examples/ceed/
H A Dex3-volume.h99 CEED_QFUNCTION(apply_mass_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar… in apply_mass_diff() function
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dmain.rs253 let apply_mass_diff = move |[u, ug, qdata, ..]: QFunctionInputs, in example_3_vector() localVariable
/libCEED/examples/rust/ex3-volume/src/
H A Dmain.rs251 let apply_mass_diff = move |[u, ug, qdata, ..]: QFunctionInputs, in example_3() localVariable