Home
last modified time | relevance | path

Searched defs:comp_stride (Results 1 – 18 of 18) sorted by relevance

/libCEED/backends/ref/
H A Dceed-ref-restriction.c60const CeedInt comp_stride, const CeedInt start, const CeedInt stop, in CeedElemRestrictionApplyOffsetNoTranspose_Ref_Core()
78const CeedInt comp_stride, const CeedInt start, const CeedInt stop, in CeedElemRestrictionApplyOrientedNoTranspose_Ref_Core()
97const CeedInt comp_stride, const CeedInt start, const CeedInt stop, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Ref_Core()
139 … const CeedInt block_size, const CeedInt comp_stride, in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Ref_Core()
221const CeedInt comp_stride, const CeedInt start, const CeedInt stop, in CeedElemRestrictionApplyOffsetTranspose_Ref_Core()
245const CeedInt comp_stride, const CeedInt start, const CeedInt stop, in CeedElemRestrictionApplyOrientedTranspose_Ref_Core()
269const CeedInt comp_stride, const CeedInt start, const CeedInt stop, in CeedElemRestrictionApplyCurlOrientedTranspose_Ref_Core()
320 … const CeedInt block_size, const CeedInt comp_stride, in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Ref_Core()
397const CeedInt comp_stride, const CeedInt start, const CeedInt stop, CeedTransposeMode t_mode, in CeedElemRestrictionApply_Ref_Core()
508 …dElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, const CeedInt comp_stride, in CeedElemRestrictionApply_Ref_110()
[all …]
/libCEED/backends/memcheck/
H A Dceed-memcheck-restriction.c73const CeedInt comp_stride, CeedInt start, CeedInt stop, CeedInt num_elem, in CeedElemRestrictionApplyOffsetNoTranspose_Memcheck_Core()
91 … const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyOrientedNoTranspose_Memcheck_Core()
110 … const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Memcheck_Core()
152 …riction rstr, const CeedInt num_comp, const CeedInt block_size, const CeedInt comp_stride, CeedInt… in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Memcheck_Core()
219const CeedInt comp_stride, CeedInt start, CeedInt stop, CeedInt num_elem, in CeedElemRestrictionApplyOffsetTranspose_Memcheck_Core()
243const CeedInt comp_stride, CeedInt start, CeedInt stop, CeedInt num_elem, in CeedElemRestrictionApplyOrientedTranspose_Memcheck_Core()
267 … const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyCurlOrientedTranspose_Memcheck_Core()
318 …riction rstr, const CeedInt num_comp, const CeedInt block_size, const CeedInt comp_stride, CeedInt… in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Memcheck_Core()
393const CeedInt comp_stride, CeedInt start, CeedInt stop, CeedTransposeMode t_mode, in CeedElemRestrictionApply_Memcheck_Core()
506 CeedInt num_block, block_size, num_comp, comp_stride; in CeedElemRestrictionApply_Memcheck() local
[all …]
/libCEED/tests/
H A Dt216-elemrestriction.c9 CeedInt num_elem = 3, comp_stride = 1; in main() local
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp415 CeedInt comp_stride; in CeedOperatorBuildKernel_Sycl_gen() local
530 CeedInt comp_stride; in CeedOperatorBuildKernel_Sycl_gen() local
725 CeedInt comp_stride; in CeedOperatorBuildKernel_Sycl_gen() local
/libCEED/interface/
H A Dceed-elemrestriction.c657 …(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, CeedInt comp_stride, CeedSize l… in CeedElemRestrictionCreate()
712 …(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, CeedInt comp_stride, CeedSize l… in CeedElemRestrictionCreateOriented()
770 …(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, CeedInt comp_stride, CeedSize l… in CeedElemRestrictionCreateCurlOriented()
950 …ed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num_comp, CeedInt comp_stride, in CeedElemRestrictionCreateBlocked()
1019CeedInt comp_stride, CeedSize l_size, CeedMemType mem_type, CeedCopyMode copy_mode, in CeedElemRestrictionCreateBlockedOriented()
1091CeedInt comp_stride, CeedSize l_size, CeedMemType mem_type, CeedCopyMode copy_mode, in CeedElemRestrictionCreateBlockedCurlOriented()
1484 int CeedElemRestrictionGetCompStride(CeedElemRestriction rstr, CeedInt *comp_stride) { in CeedElemRestrictionGetCompStride()
H A Dceed-fortran.c229 …rictionCreate(int *ceed, int *nelements, int *esize, int *num_comp, int *comp_stride, int *lsize, … in fCeedElemRestrictionCreate()
249 …reateOriented(int *ceed, int *nelements, int *esize, int *num_comp, int *comp_stride, int *lsize, … in fCeedElemRestrictionCreateOriented()
270 …ateCurlOriented(int *ceed, int *nelements, int *esize, int *num_comp, int *comp_stride, int *lsize, in fCeedElemRestrictionCreateCurlOriented()
310 …int *ceed, int *nelements, int *esize, int *blocksize, int *num_comp, int *comp_stride, int *lsize, in fCeedElemRestrictionCreateBlocked()
330 …kedOriented(int *ceed, int *nelements, int *esize, int *blocksize, int *num_comp, int *comp_stride, in fCeedElemRestrictionCreateBlockedOriented()
353 …urlOriented(int *ceed, int *nelements, int *esize, int *blocksize, int *num_comp, int *comp_stride, in fCeedElemRestrictionCreateBlockedCurlOriented()
H A Dceed-preconditioning.c1363 CeedInt num_elem, num_comp, shift, elem_size, comp_stride, *point_block_offsets; in CeedOperatorCreateActivePointBlockRestriction() local
2316 CeedInt num_active_elem_rstrs, comp_stride; in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic() local
2349 CeedInt comp_stride, num_elem, elem_size; in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp59 const CeedInt comp_stride = impl->comp_stride; in CeedElemRestrictionOffsetNoTranspose_Sycl() local
116 const CeedInt comp_stride = impl->comp_stride; in CeedElemRestrictionOffsetTranspose_Sycl() local
343 CeedInt num_elem, num_comp, elem_size, comp_stride = 1; in CeedElemRestrictionCreate_Sycl() local
H A Dceed-sycl-ref.hpp33 CeedInt comp_stride; member
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp451 CeedInt comp_stride; in CeedOperatorBuildKernelRestriction_Hip_gen() local
482 CeedInt comp_stride; in CeedOperatorBuildKernelRestriction_Hip_gen() local
500 CeedInt comp_stride; in CeedOperatorBuildKernelRestriction_Hip_gen() local
917 CeedInt comp_stride; in CeedOperatorBuildKernelQFunction_Hip_gen() local
1056 CeedInt comp_stride; in CeedOperatorBuildKernelQFunction_Hip_gen() local
2044 CeedInt comp_stride; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local
2058 CeedInt comp_stride; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator-build.cpp424 CeedInt comp_stride; in CeedOperatorBuildKernelRestriction_Cuda_gen() local
455 CeedInt comp_stride; in CeedOperatorBuildKernelRestriction_Cuda_gen() local
473 CeedInt comp_stride; in CeedOperatorBuildKernelRestriction_Cuda_gen() local
890 CeedInt comp_stride; in CeedOperatorBuildKernelQFunction_Cuda_gen() local
1029 CeedInt comp_stride; in CeedOperatorBuildKernelQFunction_Cuda_gen() local
2039 CeedInt comp_stride; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
2053 CeedInt comp_stride; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
/libCEED/rust/libceed/src/
H A Delem_restriction.rs492 pub fn comp_stride(&self) -> usize { in comp_stride() method
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c27 CeedInt num_elem, num_comp, elem_size, comp_stride; in CeedElemRestrictionSetupCompile_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
/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
303 …trictionCreateBlocked(ceed, num_elem, elem_size, block_size, num_comp, comp_stride, l_size, mem_ty… argument
307 …CreateBlockedOriented(ceed, num_elem, elem_size, block_size, num_comp, comp_stride, l_size, mem_ty… argument
311 …teBlockedCurlOriented(ceed, num_elem, elem_size, block_size, num_comp, comp_stride, l_size, mem_ty… argument
351 function CeedElemRestrictionGetCompStride(rstr, comp_stride) argument
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c53 CeedInt num_elem, elem_size, comp_stride; in CeedOperatorSetupFields_Blocked() local
/libCEED/backends/opt/
H A Dceed-opt-operator.c53 CeedInt num_elem, elem_size, comp_stride; in CeedOperatorSetupFields_Opt() local
/libCEED/include/
H A Dceed-impl.h190 CeedInt comp_stride; /* Component stride for L-vector ordering */ member