Home
last modified time | relevance | path

Searched defs:num_comp (Results 51 – 75 of 82) sorted by relevance

1234

/libCEED/tests/
H A Dt597-operator.c16 for (CeedInt num_comp = 1; num_comp <= 3; num_comp++) { in main() local
H A Dt596-operator.c16 for (CeedInt num_comp = 1; num_comp <= 3; num_comp++) { in main() local
H A Dt566-operator.c18 CeedInt p = 3, q = 3, dim = 2, num_comp = 2; in main() local
H A Dt568-operator.c18 CeedInt p = 3, q = 3, dim = 2, num_comp = 2; in main() local
H A Dt567-operator.c18 CeedInt p = 3, q = 3, dim = 2, num_comp = 2; in main() local
H A Dt554-operator.c16 … num_elem = 15, num_elem_sub = 5, num_sub_ops = 3, p_coarse = 3, p_fine = 5, q = 8, num_comp = 2; in main() local
H A Dt319-basis.c158 CeedInt num_comp, num_nodes, num_qpts; in main() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl283 function CeedElemRestrictionCreate(ceed, num_elem, elem_size, num_comp, comp_stride, l_size, mem_ty… argument
287 function CeedElemRestrictionCreateOriented(ceed, num_elem, elem_size, num_comp, comp_stride, l_size… argument
291 function CeedElemRestrictionCreateCurlOriented(ceed, num_elem, elem_size, num_comp, comp_stride, l_… argument
295 function CeedElemRestrictionCreateStrided(ceed, num_elem, elem_size, num_comp, l_size, strides, rst… argument
299 function CeedElemRestrictionCreateAtPoints(ceed, num_elem, num_points, num_comp, l_size, mem_type, … argument
303 function CeedElemRestrictionCreateBlocked(ceed, num_elem, elem_size, block_size, num_comp, comp_str… argument
307 function CeedElemRestrictionCreateBlockedOriented(ceed, num_elem, elem_size, block_size, num_comp, … argument
311 …rictionCreateBlockedCurlOriented(ceed, num_elem, elem_size, block_size, num_comp, comp_stride, l_s… argument
315 function CeedElemRestrictionCreateBlockedStrided(ceed, num_elem, elem_size, block_size, num_comp, l… argument
379 function CeedElemRestrictionGetNumComponents(rstr, num_comp) argument
[all …]
/libCEED/interface/
H A Dceed-preconditioning.c251 CeedInt b_in, b_out, num_elem, num_nodes, num_qpts, num_comp; in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() local
1016 CeedInt dim = 0, num_comp, num_input_fields, num_output_fields; in CeedOperatorMultigridLevelCreateSingle_Core() local
1105 CeedInt num_elem, num_comp, elem_size; in CeedOperatorMultigridLevelCreateSingle_Core() local
1363 CeedInt num_elem, num_comp, shift, elem_size, comp_stride, *point_block_offsets; in CeedOperatorCreateActivePointBlockRestriction() local
1655 CeedInt index = -1, num_comp, q_comp; in CeedOperatorAssemblyDataCreate() local
1713 CeedInt index = -1, num_comp, q_comp; in CeedOperatorAssemblyDataCreate() local
2792 CeedInt dim, num_comp, num_nodes_c, P_1d_f, P_1d_c; in CeedOperatorMultigridLevelCreateTensorH1() local
2856 CeedInt dim, num_comp, num_nodes_c, num_nodes_f; in CeedOperatorMultigridLevelCreateH1() 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/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
539 CeedInt num_comp; in CeedBasisCreateTensorH1_Magma() local
/libCEED/examples/fluids/qfunctions/
H A Dutils.h208 CEED_QFUNCTION_HELPER int StoredValuesPack(CeedInt Q, CeedInt i, CeedInt start, CeedInt num_comp, c… in StoredValuesPack()
227 CEED_QFUNCTION_HELPER int StoredValuesUnpack(CeedInt Q, CeedInt i, CeedInt start, CeedInt num_comp,… in StoredValuesUnpack()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp637 …CeedInt num_input_fields, num_output_fields, num_eval_mode_in = 0, num_comp = 0, dim =… in CeedOperatorAssembleDiagonalSetup_Sycl() local
836 const CeedSize num_comp = diag->num_comp; in CeedOperatorLinearDiagonal_Sycl() local
1003 … num_B_out_mats_to_load = 0, size_B_out = 0, num_qpts = 0, elem_size = 0, num_elem, num_comp, in CeedOperatorAssembleSingleSetup_Sycl() local
1196 const CeedSize num_comp = asmb->num_comp; in CeedOperatorLinearAssemble_Sycl() local
/libCEED/examples/petsc/src/
H A Dswarmutils.c20 CeedInt num_comp; in DMSwarmCeedContextCreate() local
592 CeedInt num_comp, q_data_size = bp_data.q_data_size; in SetupProblemSwarm() local
/libCEED/backends/sycl-shared/
H A Dceed-sycl-shared-basis.sycl.cpp174 CeedInt num_comp; in CeedBasisCreateTensorH1_Sycl_shared() local
/libCEED/examples/ceed/
H A Dex1-volume-f.f9075 subroutine buildcartesianrestriction(ceed, fe_dim, num_xyz, degree, num_comp, mesh_size, num_qpts, … argument
84 integer num_comp local
H A Dex3-volume.c307 …ction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *siz… in BuildCartesianRestriction()
H A Dex2-surface.c338 …riction(Ceed ceed, CeedInt dim, CeedInt num_xyz[3], CeedInt degree, CeedInt num_comp, CeedInt *siz… in BuildCartesianRestriction()
H A Dex1-volume.c318 …ction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *siz… in BuildCartesianRestriction()
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp66 … Q, P_1d = 0, Q_1d = 0, elem_size, num_input_fields, num_output_fields, num_comp, dim = 1; in CeedOperatorBuildKernel_Sycl_gen() local
/libCEED/backends/opt/
H A Dceed-opt-operator.c24 CeedInt num_comp, size, P; in CeedOperatorSetupFields_Opt() local
322 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Opt() local
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c328 …ction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *siz… in BuildCartesianRestriction()
/libCEED/examples/solids/src/
H A Dsetup-libceed.c82 PetscInt num_elem, elem_size, num_dof, num_comp, *elem_restr_offsets_petsc; in CreateRestrictionFromPlex() local
/libCEED/examples/fluids/src/
H A Dsetupts.c76 PetscInt num_comp = 0; in Surface_Forces_NS() local
H A Dmat-ceed.c412 CeedInt num_bases, num_comp; in MatCreateCeed() local
428 CeedInt num_bases, num_comp; in MatCreateCeed() local
/libCEED/backends/ref/
H A Dceed-ref-basis.c22 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisApplyCore_Ref() local

1234