Searched defs:apply_mass (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/python/qfunctions/ |
| H A D | ex1-volume.h | 51 CEED_QFUNCTION(apply_mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_mass() function
|
| /libCEED/examples/ceed/ |
| H A D | ex1-volume-f-c.h | 50 CEED_QFUNCTION(apply_mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_mass() function
|
| H A D | ex1-volume.h | 55 CEED_QFUNCTION(apply_mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_mass() function
|
| /libCEED/python/tests/ |
| H A D | test-qfunctions.h | 45 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 D | main.rs | 214 let apply_mass = |[u, qdata, ..]: QFunctionInputs, [v, ..]: QFunctionOutputs| { in example_1() localVariable
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 218 let apply_mass = move |[u, qdata, ..]: QFunctionInputs, [v, ..]: QFunctionOutputs| { in example_1_vector() localVariable
|