Searched refs:stride (Results 1 – 8 of 8) sorted by relevance
| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-ref-qfunction.h | 15 inline void readQuads(CeedInt N, CeedInt stride, CeedInt offset, const CeedScalar *src, CeedScalar … in readQuads() argument 16 for (CeedInt i = 0; i < N; ++i) dest[i] = src[stride * i + offset]; in readQuads() 22 inline void writeQuads(CeedInt N, CeedInt stride, CeedInt offset, const CeedScalar *src, CeedScalar… in writeQuads() argument 23 for (CeedInt i = 0; i < N; ++i) dest[stride * i + offset] = src[i]; in writeQuads()
|
| /libCEED/tests/output/ |
| H A D | t210-elemrestriction.out | 1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1 2 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
|
| H A D | t210-elemrestriction-f.out | 1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1 2 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
|
| /libCEED/python/tests/output/ |
| H A D | test_210.out | 1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Globals.jl | 130 Indicate that the stride is determined by the backend.
|
| H A D | ElemRestriction.jl | 352 Get the L-vector component stride.
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 303 "with 10 nodes each and component stride 19",
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 258 - Replace limited {code}`CeedInterlaceMode` with more flexible component stride {code}`compstride` …
|