| /libCEED/tests/ |
| H A D | t409-qfunction.c | 38 CeedQFunctionApply(qf, q, in, out); in main() 82 CeedQFunctionApply(qf, q, in, out); in main()
|
| H A D | t410-qfunction.c | 44 CeedQFunctionApply(qf_setup, q, in, out); in main() 52 CeedQFunctionApply(qf_mass, q, in, out); in main()
|
| H A D | t405-qfunction.c | 44 CeedQFunctionApply(qf_setup, q, in, out); in main() 55 CeedQFunctionApply(qf_mass, q, in, out); in main()
|
| H A D | t400-qfunction.c | 44 CeedQFunctionApply(qf_setup, q, in, out); in main() 55 CeedQFunctionApply(qf_mass, q, in, out); in main()
|
| H A D | t401-qfunction.c | 47 CeedQFunctionApply(qf_setup, q, in, out); in main() 62 CeedQFunctionApply(qf_mass, q, in, out); in main()
|
| H A D | t406-qfunction.c | 55 CeedQFunctionApply(qf_setup, q, in, out); in main() 66 CeedQFunctionApply(qf_mass, q, in, out); in main()
|
| H A D | t414-qfunction.c | 59 CeedQFunctionApply(qf_setup, num_qpts, in, out); in main() 67 CeedQFunctionApply(qf_mass, num_qpts, in, out); in main()
|
| H A D | t415-qfunction.c | 62 CeedQFunctionApply(qf_setup, num_qpts, in, out); in main() 71 CeedQFunctionApply(qf_diff, num_qpts, in, out); in main()
|
| H A D | t411-qfunction.c | 28 CeedQFunctionApply(qf, q, in, out); in main()
|
| H A D | t412-qfunction.c | 28 CeedQFunctionApply(qf, q, in, out); in main()
|
| /libCEED/python/ |
| H A D | ceed_qfunction.py | 65 err_code = lib.CeedQFunctionApply(self._pointer[0], q, invecs, outvecs)
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | QFunction.jl | 145 C.CeedQFunctionApply(qf[], Q, pointer(vins), pointer(vouts))
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 440 CeedCallBackend(CeedQFunctionApply(qf, Q, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorApplyAdd_Ref() 607 CeedCallBackend(CeedQFunctionApply(qf, Q, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorLinearAssembleQFunctionCore_Ref() 1065 CeedCallBackend(CeedQFunctionApply(qf, num_points, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorApplyAddAtPoints_Ref() 1258 CeedCallBackend(CeedQFunctionApply(qf, num_points, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref() 1441 CeedCallBackend(CeedQFunctionApply(qf, num_points, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1652 CeedCallBackend(CeedQFunctionApply(qf, num_points, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorAssembleSingleAtPoints_Ref()
|
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 466 bind_ceed::CeedQFunctionApply(self.ptr, Q, u_c.as_mut_ptr(), v_c.as_mut_ptr()) in apply()
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 501 CeedCallBackend(CeedQFunctionApply(qf, Q * block_size, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorApplyAdd_Opt() 669 … CeedCallBackend(CeedQFunctionApply(qf, Q * block_size, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorLinearAssembleQFunctionCore_Opt()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 489 CeedCallBackend(CeedQFunctionApply(qf, Q * block_size, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorApplyAdd_Blocked() 671 … CeedCallBackend(CeedQFunctionApply(qf, Q * block_size, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorLinearAssembleQFunctionCore_Blocked()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 542 CeedCallBackend(CeedQFunctionApply(qf, num_elem * Q, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorApplyAdd_Hip() 889 …CeedCallBackend(CeedQFunctionApply(qf, num_elem * max_num_points, impl->q_vecs_in, impl->q_vecs_ou… in CeedOperatorApplyAddAtPoints_Hip() 1082 CeedCallBackend(CeedQFunctionApply(qf, Q * num_elem, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorLinearAssembleQFunctionCore_Hip() 1950 …CeedCallBackend(CeedQFunctionApply(qf, num_elem * max_num_points, impl->q_vecs_in, impl->q_vecs_ou… in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 544 CeedCallBackend(CeedQFunctionApply(qf, num_elem * Q, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorApplyAdd_Cuda() 892 …CeedCallBackend(CeedQFunctionApply(qf, num_elem * max_num_points, impl->q_vecs_in, impl->q_vecs_ou… in CeedOperatorApplyAddAtPoints_Cuda() 1085 CeedCallBackend(CeedQFunctionApply(qf, Q * num_elem, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorLinearAssembleQFunctionCore_Cuda() 1953 …CeedCallBackend(CeedQFunctionApply(qf, num_elem * max_num_points, impl->q_vecs_in, impl->q_vecs_ou… in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
|
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 1150 int CeedQFunctionApply(CeedQFunction qf, CeedInt Q, CeedVector *u, CeedVector *v) { in CeedQFunctionApply() function
|
| H A D | ceed-fortran.c | 927 *err = CeedQFunctionApply(qf_, *Q, in, out); in fCeedQFunctionApply()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-operator.sycl.cpp | 410 CeedCallBackend(CeedQFunctionApply(qf, num_elem * Q, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorApplyAdd_Sycl() 591 CeedCallBackend(CeedQFunctionApply(qf, Q * num_elem, impl->q_vecs_in, impl->q_vecs_out)); in CeedOperatorLinearAssembleQFunctionCore_Sycl()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 394 CEED_EXTERN int CeedQFunctionApply(CeedQFunction qf, CeedInt Q, CeedVector *u, CeedVector *v);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 570 function CeedQFunctionApply(qf, Q, u, v) function 571 …ccall((:CeedQFunctionApply, libceed), Cint, (CeedQFunction, CeedInt, Ptr{CeedVector}, Ptr{CeedVect…
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 188 …mance. By default, calling the `CeedQFunctionUser` during {c:func}`CeedQFunctionApply` is assumed …
|
| /libCEED/ |
| H A D | coverage.info | 10836 FNA:8,3072,CeedQFunctionApply
|