| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-restriction.sycl.cpp | 112 const CeedInt num_nodes = impl->num_nodes; in CeedElemRestrictionOffsetTranspose_Sycl() local 254 …CeedInt num_elem, elem_size, num_comp, num_nodes = 0, *ind_to_offset, *l_vec_ind… in CeedElemRestrictionOffset_Sycl() local
|
| H A D | ceed-sycl-ref-operator.sycl.cpp | 750 CeedInt num_nodes, num_qpts; in CeedOperatorAssembleDiagonalSetup_Sycl() local 834 const CeedSize num_nodes = diag->num_nodes; in CeedOperatorLinearDiagonal_Sycl() local 1195 const CeedSize num_nodes = asmb->num_nodes; in CeedOperatorLinearAssemble_Sycl() local
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 346 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisApplyCheckDims() local 400 CeedInt dim, num_comp, num_q_comp, num_nodes, P_1d = 1, Q_1d = 1, total_num_points = 0; in CeedBasisApplyAtPointsCheckDims() local 708 int CeedBasisCreateH1Fallback(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes… in CeedBasisCreateH1Fallback() 1043 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisGetFlopsEstimate() local 1673 int CeedBasisCreateH1(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, CeedIn… in CeedBasisCreateH1() 1732 int CeedBasisCreateHdiv(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, Ceed… in CeedBasisCreateHdiv() 1791 int CeedBasisCreateHcurl(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, Cee… in CeedBasisCreateHcurl()
|
| H A D | ceed-preconditioning.c | 251 CeedInt b_in, b_out, num_elem, num_nodes, num_qpts, num_comp; in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() local 1839 CeedInt num_nodes; in CeedOperatorAssemblyDataGetBases() local 1887 CeedInt num_nodes; in CeedOperatorAssemblyDataGetBases() local 2907 …CeedInt num_input_fields, P_1d, Q_1d, num_nodes, num_qpts, dim, num_comp = 1, num_ele… in CeedOperatorCreateFDMElementInverse() local
|
| /libCEED/backends/sycl-shared/ |
| H A D | ceed-sycl-shared-basis.sycl.cpp | 183 const CeedInt num_nodes = CeedIntPow(P_1d, dim); in CeedBasisCreateTensorH1_Sycl_shared() local
|
| /libCEED/tests/ |
| H A D | t319-basis.c | 158 CeedInt num_comp, num_nodes, num_qpts; in main() local
|
| H A D | t598-operator.c | 55 CeedInt p = 2, num_nodes = (num_elem_1d * (p - 1) + 1) * (num_elem_1d * (p - 1) + 1); in main() local
|
| /libCEED/examples/ceed/ |
| H A D | ex2-surface.c | 341 CeedInt num_nodes = CeedIntPow(p, dim); // number of scalar nodes per element in BuildCartesianRestriction() local
|
| H A D | ex1-volume-f.f90 | 92 integer num_nodes local
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 474 pub fn num_nodes(&self) -> usize { in num_nodes() method
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 420 CeedInt num_elem, num_comp, num_nodes = 0; in CeedElemRestrictionOffset_Cuda() local
|
| H A D | ceed-cuda-ref-operator.c | 1132 CeedInt q_comp, num_nodes, num_qpts; in CeedOperatorAssembleDiagonalSetup_Cuda() local 1322 CeedInt num_comp, q_comp, num_nodes, num_qpts; in CeedOperatorAssembleDiagonalSetupCompile_Cuda() local 1408 CeedInt num_elem, num_nodes; in CeedOperatorAssembleDiagonalCore_Cuda() local
|
| H A D | ceed-cuda-ref.h | 29 CeedInt num_nodes; member
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 421 CeedInt num_elem, num_comp, num_nodes = 0; in CeedElemRestrictionOffset_Hip() local
|
| H A D | ceed-hip-ref-operator.c | 1129 CeedInt q_comp, num_nodes, num_qpts; in CeedOperatorAssembleDiagonalSetup_Hip() local 1319 CeedInt num_comp, q_comp, num_nodes, num_qpts; in CeedOperatorAssembleDiagonalSetupCompile_Hip() local 1405 CeedInt num_elem, num_nodes; in CeedOperatorAssembleDiagonalCore_Hip() local
|
| H A D | ceed-hip-ref.h | 34 CeedInt num_nodes; member
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 662 int CeedBasisCreateH1_Cuda_shared(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt nu… in CeedBasisCreateH1_Cuda_shared()
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 728 int CeedBasisCreateH1_Hip_shared(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num… in CeedBasisCreateH1_Hip_shared()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 411 function CeedBasisCreateH1(ceed, topo, num_comp, num_nodes, nqpts, interp, grad, q_ref, q_weights, … argument 415 function CeedBasisCreateHdiv(ceed, topo, num_comp, num_nodes, nqpts, interp, div, q_ref, q_weights,… argument 419 function CeedBasisCreateHcurl(ceed, topo, num_comp, num_nodes, nqpts, interp, curl, q_ref, q_weight… argument
|