Home
last modified time | relevance | path

Searched refs:CeedQFunctionApply (Results 1 – 25 of 25) sorted by relevance

/libCEED/tests/
H A Dt409-qfunction.c38 CeedQFunctionApply(qf, q, in, out); in main()
82 CeedQFunctionApply(qf, q, in, out); in main()
H A Dt410-qfunction.c44 CeedQFunctionApply(qf_setup, q, in, out); in main()
52 CeedQFunctionApply(qf_mass, q, in, out); in main()
H A Dt405-qfunction.c44 CeedQFunctionApply(qf_setup, q, in, out); in main()
55 CeedQFunctionApply(qf_mass, q, in, out); in main()
H A Dt400-qfunction.c44 CeedQFunctionApply(qf_setup, q, in, out); in main()
55 CeedQFunctionApply(qf_mass, q, in, out); in main()
H A Dt401-qfunction.c47 CeedQFunctionApply(qf_setup, q, in, out); in main()
62 CeedQFunctionApply(qf_mass, q, in, out); in main()
H A Dt406-qfunction.c55 CeedQFunctionApply(qf_setup, q, in, out); in main()
66 CeedQFunctionApply(qf_mass, q, in, out); in main()
H A Dt414-qfunction.c59 CeedQFunctionApply(qf_setup, num_qpts, in, out); in main()
67 CeedQFunctionApply(qf_mass, num_qpts, in, out); in main()
H A Dt415-qfunction.c62 CeedQFunctionApply(qf_setup, num_qpts, in, out); in main()
71 CeedQFunctionApply(qf_diff, num_qpts, in, out); in main()
H A Dt411-qfunction.c28 CeedQFunctionApply(qf, q, in, out); in main()
H A Dt412-qfunction.c28 CeedQFunctionApply(qf, q, in, out); in main()
/libCEED/python/
H A Dceed_qfunction.py65 err_code = lib.CeedQFunctionApply(self._pointer[0], q, invecs, outvecs)
/libCEED/julia/LibCEED.jl/src/
H A DQFunction.jl145 C.CeedQFunctionApply(qf[], Q, pointer(vins), pointer(vouts))
/libCEED/backends/ref/
H A Dceed-ref-operator.c440 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 Dqfunction.rs466 bind_ceed::CeedQFunctionApply(self.ptr, Q, u_c.as_mut_ptr(), v_c.as_mut_ptr()) in apply()
/libCEED/backends/opt/
H A Dceed-opt-operator.c501 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 Dceed-blocked-operator.c489 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 Dceed-hip-ref-operator.c542 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 Dceed-cuda-ref-operator.c544 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 Dceed-qfunction.c1150 int CeedQFunctionApply(CeedQFunction qf, CeedInt Q, CeedVector *u, CeedVector *v) { in CeedQFunctionApply() function
H A Dceed-fortran.c927 *err = CeedQFunctionApply(qf_, *Q, in, out); in fCeedQFunctionApply()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp410 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 Dceed.h394 CEED_EXTERN int CeedQFunctionApply(CeedQFunction qf, CeedInt Q, CeedVector *u, CeedVector *v);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl570 function CeedQFunctionApply(qf, Q, u, v) function
571 …ccall((:CeedQFunctionApply, libceed), Cint, (CeedQFunction, CeedInt, Ptr{CeedVector}, Ptr{CeedVect…
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md188 …mance. By default, calling the `CeedQFunctionUser` during {c:func}`CeedQFunctionApply` is assumed …
/libCEED/
H A Dcoverage.info10836 FNA:8,3072,CeedQFunctionApply