| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-gen-templates.h | 73 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 D | hip-gen-templates.h | 73 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 D | transform.rs | 28 let num_nodes = mesh_size / dim; in transform_mesh_coordinates() localVariable
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | transform.rs | 28 let num_nodes = mesh_size / dim; in transform_mesh_coordinates() localVariable
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | transform.rs | 26 let num_nodes = mesh_size / dim; in transform_mesh_coordinates() localVariable
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | transform.rs | 26 let num_nodes = mesh_size / dim; in transform_mesh_coordinates() localVariable
|
| /libCEED/tests/ |
| H A D | t509-operator.c | 16 CeedInt num_nodes = num_elem * p; in main() local
|
| H A D | t591-operator.c | 14 …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 D | t592-operator.c | 14 …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 D | t570-operator.c | 17 CeedInt num_nodes = num_elem * (p - 1) + 1; in main() local
|
| H A D | t595-operator.c | 14 …CeedInt num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem… in main() local
|
| H A D | t590-operator.c | 14 …CeedInt num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem… in main() local
|
| H A D | t599-operator.c | 13 …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 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 int CeedBasisCreateHcurl_Ref(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpt… in CeedBasisCreateHcurl_Ref()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref.hpp | 29 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 D | ceed-sycl-ref-basis.sycl.cpp | 70 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 D | ceed-magma-basis.c | 33 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 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 int CeedBasisCreateHcurl_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpt… 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 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 D | grid_anisotropy_tensor.c | 129 CeedInt q_data_size, num_nodes; in GridAnisotropyTensorCalculateCollocatedVector() local
|
| /libCEED/examples/ceed/ |
| H A D | ex3-volume.c | 310 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 D | ex1-volume.c | 321 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 D | ex1-volume.c | 331 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 D | lib.rs | 53 let num_nodes = p.pow(dim as u32); // number of nodes per element localVariable
|
| /libCEED/benchmarks/ |
| H A D | postprocess_plot.py | 81 num_nodes = num_procs / num_procs_node variable
|