Home
last modified time | relevance | path

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

12

/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp112 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 Dceed-sycl-ref-operator.sycl.cpp750 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 Dceed-basis.c346 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 Dceed-preconditioning.c251 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 Dceed-sycl-shared-basis.sycl.cpp183 const CeedInt num_nodes = CeedIntPow(P_1d, dim); in CeedBasisCreateTensorH1_Sycl_shared() local
/libCEED/tests/
H A Dt319-basis.c158 CeedInt num_comp, num_nodes, num_qpts; in main() local
H A Dt598-operator.c55 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 Dex2-surface.c341 CeedInt num_nodes = CeedIntPow(p, dim); // number of scalar nodes per element in BuildCartesianRestriction() local
H A Dex1-volume-f.f9092 integer num_nodes local
/libCEED/rust/libceed/src/
H A Dbasis.rs474 pub fn num_nodes(&self) -> usize { in num_nodes() method
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c420 CeedInt num_elem, num_comp, num_nodes = 0; in CeedElemRestrictionOffset_Cuda() local
H A Dceed-cuda-ref-operator.c1132 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 Dceed-cuda-ref.h29 CeedInt num_nodes; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c421 CeedInt num_elem, num_comp, num_nodes = 0; in CeedElemRestrictionOffset_Hip() local
H A Dceed-hip-ref-operator.c1129 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 Dceed-hip-ref.h34 CeedInt num_nodes; member
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c662 int CeedBasisCreateH1_Cuda_shared(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt nu… in CeedBasisCreateH1_Cuda_shared()
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c728 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 Dlibceed_bindings.jl411 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

12