| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-qfunction.h | 16 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 D | hip-ref-qfunction.h | 16 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 D | ex3-volume.jl | 31 function run_ex3(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
|
| H A D | ex2-surface.jl | 15 function run_ex2(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
|
| H A D | ex1-volume.jl | 31 function run_ex1(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
|
| /libCEED/tests/ |
| H A D | t330-basis.c | 11 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
|
| H A D | t332-basis.c | 13 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
|
| H A D | t331-basis.c | 13 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
|
| H A D | t414-qfunction.c | 20 CeedInt num_qpts = CeedIntPow(q, dim); in main() local
|
| H A D | t540-operator.c | 19 CeedInt num_dofs = p * p, num_qpts = num_elem * q * q; in main() local
|
| H A D | t415-qfunction.c | 20 CeedInt num_qpts = CeedIntPow(q, dim); in main() local
|
| H A D | t510-operator.c | 23 CeedInt num_dofs = (nx * 2 + 1) * (ny * 2 + 1), num_qpts = num_elem * q; in main() local
|
| H A D | t582-operator.c | 23 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 D | opt.rs | 33 pub(crate) num_qpts: usize, field
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | opt.rs | 33 pub(crate) num_qpts: usize, field
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | opt.rs | 33 pub(crate) num_qpts: usize, field
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | opt.rs | 33 pub(crate) num_qpts: usize, field
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | opt.rs | 33 pub(crate) num_qpts: usize, field
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | opt.rs | 33 pub(crate) num_qpts: usize, field
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-basis.c | 22 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 D | ex_common.py | 91 def build_cartesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_… argument
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref.hpp | 52 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 D | ceed-hip-ref-basis.c | 257 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 D | ceed-cuda-ref-basis.c | 258 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 D | libceedsetup.c | 54 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
|