Home
last modified time | relevance | path

Searched defs:elem_size (Results 1 – 25 of 32) sorted by relevance

12

/libCEED/backends/memcheck/
H A Dceed-memcheck-restriction.c20 CeedInt elem_size, num_comp, num_elem; in CeedElemRestrictionGetBackendStrides_Memcheck() local
47 … CeedInt start, CeedInt stop, CeedInt num_elem, CeedInt elem_size, in CeedElemRestrictionApplyStridedNoTranspose_Memcheck_Core()
74CeedInt elem_size, CeedSize v_offset, const CeedScalar *__restrict__ uu, in CeedElemRestrictionApplyOffsetNoTranspose_Memcheck_Core()
92 … CeedInt stop, CeedInt num_elem, CeedInt elem_size, CeedSize v_offset, in CeedElemRestrictionApplyOrientedNoTranspose_Memcheck_Core()
111 … CeedInt stop, CeedInt num_elem, CeedInt elem_size, CeedSize v_offset, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Memcheck_Core()
153 …CeedInt num_elem, CeedInt elem_size, CeedSize v_offset, const CeedScalar *__restrict__ uu, CeedSca… in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Memcheck_Core()
193 … CeedInt start, CeedInt stop, CeedInt num_elem, CeedInt elem_size, in CeedElemRestrictionApplyStridedTranspose_Memcheck_Core()
220CeedInt elem_size, CeedSize v_offset, const CeedScalar *__restrict__ uu, in CeedElemRestrictionApplyOffsetTranspose_Memcheck_Core()
244CeedInt elem_size, CeedSize v_offset, const CeedScalar *__restrict__ uu, in CeedElemRestrictionApplyOrientedTranspose_Memcheck_Core()
268 … CeedInt stop, CeedInt num_elem, CeedInt elem_size, CeedSize v_offset, in CeedElemRestrictionApplyCurlOrientedTranspose_Memcheck_Core()
[all …]
/libCEED/interface/
H A Dceed-elemrestriction.c39 CeedInt elem_size) { in CeedPermutePadOffsets()
64 … bool *block_orients, CeedInt num_block, CeedInt num_elem, CeedInt block_size, CeedInt elem_size) { in CeedPermutePadOrients()
90 CeedInt elem_size) { in CeedPermutePadCurlOrients()
657 int CeedElemRestrictionCreate(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, Cee… in CeedElemRestrictionCreate()
712 int CeedElemRestrictionCreateOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_c… in CeedElemRestrictionCreateOriented()
770 int CeedElemRestrictionCreateCurlOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt n… in CeedElemRestrictionCreateCurlOriented()
824 int CeedElemRestrictionCreateStrided(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_co… in CeedElemRestrictionCreateStrided()
950 int CeedElemRestrictionCreateBlocked(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_… in CeedElemRestrictionCreateBlocked()
1018 int CeedElemRestrictionCreateBlockedOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedIn… in CeedElemRestrictionCreateBlockedOriented()
1090 int CeedElemRestrictionCreateBlockedCurlOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, Ce… in CeedElemRestrictionCreateBlockedCurlOriented()
[all …]
/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp29 const CeedInt elem_size = impl->elem_size; in CeedElemRestrictionStridedNoTranspose_Sycl() local
56 const CeedInt elem_size = impl->elem_size; in CeedElemRestrictionOffsetNoTranspose_Sycl() local
84 const CeedInt elem_size = impl->elem_size; in CeedElemRestrictionStridedTranspose_Sycl() local
113 const CeedInt elem_size = impl->elem_size; 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
343 CeedInt num_elem, num_comp, elem_size, comp_stride = 1; in CeedElemRestrictionCreate_Sycl() local
/libCEED/tests/
H A Dt217-elemrestriction.c10 CeedInt num_elem = 6, elem_size = 2; in main() local
H A Dt208-elemrestriction.c12 CeedInt elem_size = 2; in main() local
H A Dt202-elemrestriction.c12 CeedInt elem_size = 2; in main() local
H A Dt218-elemrestriction.c10 CeedInt num_elem = 6, elem_size = 4; in main() local
H A Dt219-elemrestriction.c11 CeedInt num_elem = 6, elem_size = 2; in main() local
H A Dt203-elemrestriction.c12 CeedInt elem_size = 2; in main() local
H A Dt213-elemrestriction.c14 CeedInt elem_size = 2; in main() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c27 CeedInt num_elem, num_comp, elem_size, comp_stride; in CeedElemRestrictionSetupCompile_Cuda() local
146 CeedInt elem_size; in CeedElemRestrictionApply_Cuda_Core() local
416 static int CeedElemRestrictionOffset_Cuda(const CeedElemRestriction rstr, const CeedInt elem_size, … in CeedElemRestrictionOffset_Cuda()
502 CeedInt num_elem, num_comp, elem_size; in CeedElemRestrictionCreate_Cuda() local
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c26 CeedInt num_elem, num_comp, elem_size, comp_stride; in CeedElemRestrictionSetupCompile_Hip() local
147 CeedInt elem_size; in CeedElemRestrictionApply_Hip_Core() local
417 static int CeedElemRestrictionOffset_Hip(const CeedElemRestriction rstr, const CeedInt elem_size, c… in CeedElemRestrictionOffset_Hip()
503 CeedInt num_elem, num_comp, elem_size; in CeedElemRestrictionCreate_Hip() local
/libCEED/backends/ref/
H A Dceed-ref-restriction.c21const CeedInt elem_size, CeedSize v_offset, const CeedScalar *__restrict__ uu, in CeedElemRestrictionApplyStridedNoTranspose_Ref_Core()
61 … const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyOffsetNoTranspose_Ref_Core()
79 … const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyOrientedNoTranspose_Ref_Core()
98 … const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Ref_Core()
141const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Ref_Core()
183const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyStridedTranspose_Ref_Core()
222 … const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyOffsetTranspose_Ref_Core()
246 … const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyOrientedTranspose_Ref_Core()
270 … const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyCurlOrientedTranspose_Ref_Core()
322const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Ref_Core()
[all …]
H A Dceed-ref-operator.c258 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Ref() local
308 CeedInt elem_size, num_comp; in CeedOperatorOutputBasis_Ref() local
893 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasisAtPoints_Ref() local
1452 CeedInt elem_size = 0; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() local
1663 CeedInt elem_size = 0; in CeedOperatorAssembleSingleAtPoints_Ref() local
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c53 CeedInt num_elem, elem_size, comp_stride; in CeedOperatorSetupFields_Blocked() local
312 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Blocked() local
363 CeedInt elem_size, num_comp; in CeedOperatorOutputBasis_Blocked() local
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp66 …CeedInt Q, P_1d = 0, Q_1d = 0, elem_size, num_input_fields, num_output_fields, n… in CeedOperatorBuildKernel_Sycl_gen() local
/libCEED/backends/opt/
H A Dceed-opt-operator.c53 CeedInt num_elem, elem_size, comp_stride; in CeedOperatorSetupFields_Opt() local
322 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Opt() local
/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/rust/libceed/src/
H A Delem_restriction.rs543 pub fn elem_size(&self) -> usize { in elem_size() method
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp229 CeedInt elem_size = 0, num_comp = 0, dim = max_dim, P_1d = 0; in CeedOperatorBuildKernelFieldData_Hip_gen() local
417 CeedInt elem_size = 0, num_comp = 0; in CeedOperatorBuildKernelRestriction_Hip_gen() local
559 CeedInt dim = max_dim, elem_size = 0, num_comp = 0, P_1d = 0; in CeedOperatorBuildKernelBasis_Hip_gen() local
901 CeedInt num_elem, elem_size; in CeedOperatorBuildKernelQFunction_Hip_gen() local
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator-build.cpp202 CeedInt elem_size = 0, num_comp = 0, dim = max_dim, P_1d = 0; in CeedOperatorBuildKernelFieldData_Cuda_gen() local
390 CeedInt elem_size = 0, num_comp = 0; in CeedOperatorBuildKernelRestriction_Cuda_gen() local
532 CeedInt dim = max_dim, elem_size = 0, num_comp = 0, P_1d = 0; in CeedOperatorBuildKernelBasis_Cuda_gen() local
874 CeedInt num_elem, elem_size; in CeedOperatorBuildKernelQFunction_Cuda_gen() 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
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 function CeedElemRestrictionCreateBlockedCurlOriented(ceed, num_elem, elem_size, block_size, num_co… argument
315 function CeedElemRestrictionCreateBlockedStrided(ceed, num_elem, elem_size, block_size, num_comp, l… argument
359 function CeedElemRestrictionGetElementSize(rstr, elem_size) argument
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-gen-templates.h255 const CeedInt elem_size = P_1D * P_1D; in WriteLVecStandard2d_Assembly() local
421 const CeedInt elem_size = P_1D * P_1D * P_1D; in WriteLVecStandard3d_Assembly() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-gen-templates.h253 const CeedInt elem_size = P_1D * P_1D; in WriteLVecStandard2d_Assembly() local
418 const CeedInt elem_size = P_1D * P_1D * P_1D; in WriteLVecStandard3d_Assembly() local
/libCEED/examples/fluids/src/
H A Ddm_utils.c66 PetscInt num_elem, elem_size, num_dof, num_comp, *restriction_offsets_petsc; in DMPlexCeedElemRestrictionCreate() local

12