Home
last modified time | relevance | path

Searched defs:num_nodes (Results 1 – 25 of 44) sorted by relevance

12

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-gen-templates.h73 inline __device__ void ReadLVecStandard1d(SharedData_Cuda &data, const CeedInt num_nodes, const Cee… in ReadLVecStandard1d()
101 inline __device__ void WriteLVecStandard1d(SharedData_Cuda &data, const CeedInt num_nodes, const Ce… in WriteLVecStandard1d()
112 inline __device__ void WriteLVecStandard1d_Single(SharedData_Cuda &data, const CeedInt num_nodes, c… in WriteLVecStandard1d_Single()
129 inline __device__ void WriteLVecStandard1d_Assembly(SharedData_Cuda &data, const CeedInt num_nodes,… in WriteLVecStandard1d_Assembly()
195 inline __device__ void ReadLVecStandard2d(SharedData_Cuda &data, const CeedInt num_nodes, const Cee… in ReadLVecStandard2d()
223 inline __device__ void WriteLVecStandard2d(SharedData_Cuda &data, const CeedInt num_nodes, const Ce… in WriteLVecStandard2d()
234 inline __device__ void WriteLVecStandard2d_Single(SharedData_Cuda &data, const CeedInt num_nodes, c… in WriteLVecStandard2d_Single()
253 inline __device__ void WriteLVecStandard2d_Assembly(SharedData_Cuda &data, const CeedInt num_nodes,… in WriteLVecStandard2d_Assembly()
325 inline __device__ void ReadLVecStandard3d(SharedData_Cuda &data, const CeedInt num_nodes, const Cee… in ReadLVecStandard3d()
386 inline __device__ void WriteLVecStandard3d(SharedData_Cuda &data, const CeedInt num_nodes, const Ce… in WriteLVecStandard3d()
[all …]
/libCEED/include/ceed/jit-source/hip/
H A Dhip-gen-templates.h73 inline __device__ void ReadLVecStandard1d(SharedData_Hip &data, const CeedInt num_nodes, const Ceed… in ReadLVecStandard1d()
100 inline __device__ void WriteLVecStandard1d(SharedData_Hip &data, const CeedInt num_nodes, const Cee… in WriteLVecStandard1d()
111 inline __device__ void WriteLVecStandard1d_Single(SharedData_Hip &data, const CeedInt num_nodes, co… in WriteLVecStandard1d_Single()
128 inline __device__ void WriteLVecStandard1d_Assembly(SharedData_Hip &data, const CeedInt num_nodes, … in WriteLVecStandard1d_Assembly()
194 inline __device__ void ReadLVecStandard2d(SharedData_Hip &data, const CeedInt num_nodes, const Ceed… in ReadLVecStandard2d()
221 inline __device__ void WriteLVecStandard2d(SharedData_Hip &data, const CeedInt num_nodes, const Cee… in WriteLVecStandard2d()
232 inline __device__ void WriteLVecStandard2d_Single(SharedData_Hip &data, const CeedInt num_nodes, co… in WriteLVecStandard2d_Single()
251 inline __device__ void WriteLVecStandard2d_Assembly(SharedData_Hip &data, const CeedInt num_nodes, … in WriteLVecStandard2d_Assembly()
323 inline __device__ void ReadLVecStandard3d(SharedData_Hip &data, const CeedInt num_nodes, const Ceed… in ReadLVecStandard3d()
383 inline __device__ void WriteLVecStandard3d(SharedData_Hip &data, const CeedInt num_nodes, const Cee… in WriteLVecStandard3d()
[all …]
/libCEED/examples/rust/ex3-volume/src/
H A Dtransform.rs28 let num_nodes = mesh_size / dim; in transform_mesh_coordinates() localVariable
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dtransform.rs28 let num_nodes = mesh_size / dim; in transform_mesh_coordinates() localVariable
/libCEED/examples/rust/ex1-volume/src/
H A Dtransform.rs26 let num_nodes = mesh_size / dim; in transform_mesh_coordinates() localVariable
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dtransform.rs26 let num_nodes = mesh_size / dim; in transform_mesh_coordinates() localVariable
/libCEED/tests/
H A Dt509-operator.c16 CeedInt num_nodes = num_elem * p; in main() local
H A Dt591-operator.c14 …CeedInt num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem… in main() local
54 CeedInt p = 2, num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1); in main() local
H A Dt592-operator.c14 …CeedInt num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem… in main() local
54 CeedInt p = 2, num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1); in main() local
H A Dt570-operator.c17 CeedInt num_nodes = num_elem * (p - 1) + 1; in main() local
H A Dt595-operator.c14 …CeedInt num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem… in main() local
H A Dt590-operator.c14 …CeedInt num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem… in main() local
H A Dt599-operator.c13 …CeedInt num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem… in main() local
/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 int CeedBasisCreateHcurl_Ref(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpt… in CeedBasisCreateHcurl_Ref()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref.hpp29 CeedInt num_nodes; member
51 CeedInt num_nodes; member
64 CeedInt num_nodes; member
89 CeedInt num_eval_mode_in, num_eval_mode_out, num_nodes; member
98 …CeedInt num_eval_mode_in, num_eval_mode_out, num_qpts, num_nodes, block_size, num_comp; // Ke… member
H A Dceed-sycl-ref-basis.sycl.cpp70 const CeedInt num_nodes = CeedIntPow(P_1d, dim); in CeedBasisApplyInterp_Sycl() local
173 const CeedInt num_nodes = CeedIntPow(P_1d, dim); in CeedBasisApplyGrad_Sycl() local
574 const CeedInt num_nodes = CeedIntPow(P_1d, dim); in CeedBasisCreateTensorH1_Sycl() local
631 int CeedBasisCreateH1_Sycl(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts,… in CeedBasisCreateH1_Sycl()
/libCEED/backends/magma/
H A Dceed-magma-basis.c33 CeedInt dim, num_comp, num_nodes, P_1d, Q_1d, P, Q; in CeedBasisApplyCore_Magma() local
281 CeedInt num_comp, num_nodes, num_qpts, P, Q, N; in CeedBasisApplyNonTensorCore_Magma() local
642 int CeedBasisCreateH1_Magma(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts… in CeedBasisCreateH1_Magma()
706 int CeedBasisCreateHdiv_Magma(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qp… in CeedBasisCreateHdiv_Magma()
770 int CeedBasisCreateHcurl_Magma(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_q… in CeedBasisCreateHcurl_Magma()
/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 int CeedBasisCreateHcurl_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpt… 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 int CeedBasisCreateHdiv_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpt… in CeedBasisCreateHdiv_Cuda()
556 int CeedBasisCreateHcurl_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qp… in CeedBasisCreateHcurl_Cuda()
/libCEED/examples/fluids/src/
H A Dgrid_anisotropy_tensor.c129 CeedInt q_data_size, num_nodes; in GridAnisotropyTensorCalculateCollocatedVector() local
/libCEED/examples/ceed/
H A Dex3-volume.c310 CeedInt num_nodes = CeedIntPow(p, dim); // number of scalar nodes per element in BuildCartesianRestriction() local
403 CeedInt num_nodes = mesh_size / dim; in TransformMeshCoords() local
H A Dex1-volume.c321 CeedInt num_nodes = CeedIntPow(p, dim); // number of scalar nodes per element in BuildCartesianRestriction() local
413 CeedInt num_nodes = mesh_size / dim; in TransformMeshCoords() local
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c331 CeedInt num_nodes = CeedIntPow(p, dim); // number of scalar nodes per element in BuildCartesianRestriction() local
423 CeedInt num_nodes = mesh_size / dim; in TransformMeshCoords() local
/libCEED/examples/rust/mesh/src/
H A Dlib.rs53 let num_nodes = p.pow(dim as u32); // number of nodes per element localVariable
/libCEED/benchmarks/
H A Dpostprocess_plot.py81 num_nodes = num_procs / num_procs_node variable

12