Home
last modified time | relevance | path

Searched defs:apply_mass (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/python/qfunctions/
H A Dex1-volume.h51 CEED_QFUNCTION(apply_mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_mass() function
/libCEED/examples/ceed/
H A Dex1-volume-f-c.h50 CEED_QFUNCTION(apply_mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_mass() function
H A Dex1-volume.h55 CEED_QFUNCTION(apply_mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_mass() function
/libCEED/python/tests/
H A Dtest-qfunctions.h45 CEED_QFUNCTION(apply_mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_mass() function
/libCEED/examples/rust/ex1-volume/src/
H A Dmain.rs214 let apply_mass = |[u, qdata, ..]: QFunctionInputs, [v, ..]: QFunctionOutputs| { in example_1() localVariable
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dmain.rs218 let apply_mass = move |[u, qdata, ..]: QFunctionInputs, [v, ..]: QFunctionOutputs| { in example_1_vector() localVariable