Searched refs:build_mass_diff (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 138 let build_mass_diff = move |[jacobian, weights, ..]: QFunctionInputs, in example_3() localVariable 222 .q_function_interior(1, Box::new(build_mass_diff))? in example_3()
|
| /libCEED/examples/python/ |
| H A D | ex3_volume.py | 113 qf_build = ceed.QFunction(1, qfs_so.build_mass_diff,
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 140 let build_mass_diff = move |[jacobian, weights, ..]: QFunctionInputs, in example_3_vector() localVariable 224 .q_function_interior(1, Box::new(build_mass_diff))? in example_3_vector()
|
| /libCEED/examples/python/qfunctions/ |
| H A D | ex3-volume.h | 13 CEED_QFUNCTION(build_mass_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar… in build_mass_diff() function
|
| /libCEED/examples/ceed/ |
| H A D | ex3-volume.h | 16 CEED_QFUNCTION(build_mass_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar… in build_mass_diff() function
|
| H A D | ex3-volume.c | 173 CeedQFunctionCreateInterior(ceed, 1, build_mass_diff, build_mass_diff_loc, &qf_build); in main()
|