Home
last modified time | relevance | path

Searched defs:num_qpts (Results 1 – 25 of 72) sorted by relevance

123

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-qfunction.h16 inline __device__ void readQuads(const CeedInt quad, const CeedInt num_qpts, const CeedScalar *d_u,… in readQuads()
26 inline __device__ void writeQuads(const CeedInt quad, const CeedInt num_qpts, const CeedScalar *r_v… in writeQuads()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-qfunction.h16 inline __device__ void readQuads(const CeedInt quad, const CeedInt num_qpts, const CeedScalar *d_u,… in readQuads()
26 inline __device__ void writeQuads(const CeedInt quad, const CeedInt num_qpts, const CeedScalar *r_v… in writeQuads()
/libCEED/julia/LibCEED.jl/examples/
H A Dex3-volume.jl31 function run_ex3(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
H A Dex2-surface.jl15 function run_ex2(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
H A Dex1-volume.jl31 function run_ex1(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
/libCEED/tests/
H A Dt330-basis.c11 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
H A Dt332-basis.c13 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
H A Dt331-basis.c13 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
H A Dt414-qfunction.c20 CeedInt num_qpts = CeedIntPow(q, dim); in main() local
H A Dt540-operator.c19 CeedInt num_dofs = p * p, num_qpts = num_elem * q * q; in main() local
H A Dt415-qfunction.c20 CeedInt num_qpts = CeedIntPow(q, dim); in main() local
H A Dt510-operator.c23 CeedInt num_dofs = (nx * 2 + 1) * (ny * 2 + 1), num_qpts = num_elem * q; in main() local
H A Dt582-operator.c23 CeedInt num_dofs = (nx * 2 + 1) * (ny * 2 + 1), num_qpts = num_elem * q; in main() local
/libCEED/examples/rust/ex3-volume/src/
H A Dopt.rs33 pub(crate) num_qpts: usize, field
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dopt.rs33 pub(crate) num_qpts: usize, field
/libCEED/examples/rust/ex1-volume/src/
H A Dopt.rs33 pub(crate) num_qpts: usize, field
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dopt.rs33 pub(crate) num_qpts: usize, field
/libCEED/examples/rust/ex2-surface/src/
H A Dopt.rs33 pub(crate) num_qpts: usize, field
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dopt.rs33 pub(crate) num_qpts: usize, field
/libCEED/backends/ref/
H A Dceed-ref-basis.c22 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisApplyCore_Ref() local
311 int CeedBasisCreateH1_Ref(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, … in CeedBasisCreateH1_Ref()
333 int CeedBasisCreateHdiv_Ref(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts in CeedBasisCreateHdiv_Ref()
355 …ateHcurl_Ref(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedSc… in CeedBasisCreateHcurl_Ref()
/libCEED/examples/python/
H A Dex_common.py91 def build_cartesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_… argument
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref.hpp52 CeedInt num_qpts; member
65 CeedInt num_qpts; member
90 CeedInt num_qpts, num_comp; // Kernel parameters member
98 …CeedInt num_eval_mode_in, num_eval_mode_out, num_qpts, num_nodes, block_size, num_comp; // Ke… member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c257 CeedInt num_nodes, num_qpts; in CeedBasisApplyNonTensorCore_Hip() local
445 int CeedBasisCreateH1_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, … in CeedBasisCreateH1_Hip()
500 int CeedBasisCreateHdiv_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts in CeedBasisCreateHdiv_Hip()
555 …ateHcurl_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedSc… in CeedBasisCreateHcurl_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c258 CeedInt num_nodes, num_qpts; in CeedBasisApplyNonTensorCore_Cuda() local
446 int CeedBasisCreateH1_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts,… in CeedBasisCreateH1_Cuda()
501 …ateHdiv_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedSc… in CeedBasisCreateHdiv_Cuda()
556 …teHcurl_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedSc… in CeedBasisCreateHcurl_Cuda()
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c54 CeedInt num_qpts, q_data_size = bp_data.q_data_size; in SetupLibceedByDegree() local
252 CeedInt num_qpts, q_data_size = bp_data.q_data_size; in SetupErrorOperator() local

123