Home
last modified time | relevance | path

Searched refs:apply_mass (Results 1 – 17 of 17) sorted by relevance

/libCEED/examples/rust-qfunctions/
H A Dex1-volume.h19 CEED_QFUNCTION_RUST(apply_mass)
H A Dex1-volume.c224 CeedQFunctionCreateInterior(ceed, 1, apply_mass, apply_mass_loc, &qf_apply); in main()
/libCEED/python/tests/output/
H A Dtest_402.out17 User CeedQFunction - apply_mass
H A Dtest_504.out23 CeedOperator - apply_mass
/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
H A Dex1-volume-f.h39 subroutine apply_mass(ctx, q, u, qdata, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15, u…
H A Dex1-volume-f.f90279 external build_mass, apply_mass
466 call ceedqfunctioncreateinterior(ceed, 1, apply_mass,&
H A Dex1-volume.c214 CeedQFunctionCreateInterior(ceed, 1, apply_mass, apply_mass_loc, &qf_apply); in main()
/libCEED/python/tests/
H A Dtest-4-qfunction.py52 qf_mass = ceed.QFunction(1, qfs.apply_mass,
109 qf_mass = ceed.QFunction(1, qfs.apply_mass,
171 qf_mass = ceed.QFunction(1, qfs.apply_mass,
H A Dtest-qfunctions.h45 CEED_QFUNCTION(apply_mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in apply_mass() function
H A Dtest-5-operator.py92 qf_mass = ceed.QFunction(1, qfs.apply_mass,
181 qf_mass = ceed.QFunction(1, qfs.apply_mass,
368 qf_mass = ceed.QFunction(1, qfs.apply_mass,
449 qf_mass = ceed.QFunction(1, qfs.apply_mass,
532 qf_mass = ceed.QFunction(1, qfs.apply_mass,
653 qf_mass = ceed.QFunction(1, qfs.apply_mass,
760 qf_mass = ceed.QFunction(1, qfs.apply_mass,
876 qf_mass_tet = ceed.QFunction(1, qfs.apply_mass,
929 qf_mass_hex = ceed.QFunction(1, qfs.apply_mass,
1052 qf_mass_tet = ceed.QFunction(1, qfs.apply_mass,
[all …]
/libCEED/examples/rust/ex1-volume/src/
H A Dmain.rs214 let apply_mass = |[u, qdata, ..]: QFunctionInputs, [v, ..]: QFunctionOutputs| { in example_1() localVariable
223 .q_function_interior(1, Box::new(apply_mass))? in example_1()
/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
231 .q_function_interior(1, Box::new(apply_mass))? in example_1_vector()
/libCEED/examples/python/
H A Dex1_volume.py138 qf_mass = ceed.QFunction(1, qfs_so.apply_mass,
/libCEED/
H A Dcoverage.info4534 FNA:1,384,apply_mass