Home
last modified time | relevance | path

Searched defs:compstride (Results 1 – 5 of 5) sorted by relevance

/libCEED/include/ceed/jit-source/magma/
H A Dmagma-common-tensor.h19 static __device__ __inline__ void read_1d(const T *devptr, const int compstride, T *sBuffer[NUM_COM… in read_1d()
31 static __device__ __inline__ void write_1d(T *sBuffer[NUM_COMP], T *devptr, const int compstride, c… in write_1d()
43 static __device__ __inline__ void sum_1d(T *sBuffer[NUM_COMP], T *devptr, const int compstride, con… in sum_1d()
59 static __device__ __inline__ void read_U_2d(const T *dU, const int compstride, T rU[DIM_U][NUM_COMP… in read_U_2d()
95 static __device__ __inline__ void read_V_2d(const T *dV, const int compstride, T rV[DIM_V][NUM_COMP… in read_V_2d()
112 static __device__ __inline__ void write_V_2d(T *dV, const int compstride, T rV[DIM_V][NUM_COMP][rV_… in write_V_2d()
129 static __device__ __inline__ void sum_V_2d(T *dV, const int compstride, T rV[DIM_V][NUM_COMP][rV_SI… in sum_V_2d()
147 static __device__ __inline__ void read_U_3d(const T *dU, const int compstride, T rU[DIM_U][NUM_COMP… in read_U_3d()
183 static __device__ __inline__ void read_V_3d(const T *dV, const int compstride, T rV[DIM_V][NUM_COMP… in read_V_3d()
200 static __device__ __inline__ void write_V_3d(T *dV, const int compstride, T rV[DIM_V][NUM_COMP][rV_… in write_V_3d()
[all …]
/libCEED/python/
H A Dceed_elemrestriction.py176 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
209 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
248 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
314 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument
375 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument
406 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument
H A Dceed.py196 def ElemRestriction(self, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
224 def OrientedElemRestriction(self, nelem, elemsize, ncomp, compstride, lsize, argument
257 def CurlOrientedElemRestriction(self, nelem, elemsize, ncomp, compstride, lsize, argument
312 def BlockedElemRestriction(self, nelem, elemsize, blksize, ncomp, compstride, argument
344 def BlockedOrientedElemRestriction(self, nelem, elemsize, blksize, ncomp, compstride, argument
381 def BlockedCurlOrientedElemRestriction(self, nelem, elemsize, blksize, ncomp, compstride, argument
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl75 compstride, argument
141 compstride, argument
211 compstride, argument
/libCEED/rust/libceed/src/
H A Delem_restriction.rs493 let mut compstride = 0; in comp_stride() localVariable