Home
last modified time | relevance | path

Searched defs:curl_orients (Results 1 – 17 of 17) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-restriction-curl-oriented.h15 …OrientedNoTranspose(const CeedInt *__restrict__ indices, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedNoTranspose()
40 …UnsignedNoTranspose(const CeedInt *__restrict__ indices, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedUnsignedNoTranspose()
66 …rlOrientedTranspose(const CeedInt *__restrict__ indices, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedTranspose()
88 … const CeedInt *__restrict__ t_offsets, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedTranspose()
124 …edUnsignedTranspose(const CeedInt *__restrict__ indices, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedUnsignedTranspose()
146 … const CeedInt *__restrict__ t_offsets, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedUnsignedTranspose()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-restriction-curl-oriented.h15 …OrientedNoTranspose(const CeedInt *__restrict__ indices, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedNoTranspose()
40 …UnsignedNoTranspose(const CeedInt *__restrict__ indices, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedUnsignedNoTranspose()
66 …rlOrientedTranspose(const CeedInt *__restrict__ indices, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedTranspose()
88 … const CeedInt *__restrict__ t_offsets, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedTranspose()
124 …edUnsignedTranspose(const CeedInt *__restrict__ indices, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedUnsignedTranspose()
146 … const CeedInt *__restrict__ t_offsets, const CeedInt8 *__restrict__ curl_orients, in CurlOrientedUnsignedTranspose()
/libCEED/tests/
H A Dt218-elemrestriction.c12 CeedInt8 curl_orients[3 * elem_size * num_elem]; in main() local
H A Dt219-elemrestriction.c14 CeedInt8 curl_orients[3 * elem_size * num_elem]; in main() local
/libCEED/interface/
H A Dceed-elemrestriction.c89 int CeedPermutePadCurlOrients(const CeedInt8 *curl_orients, CeedInt8 *block_curl_orients, CeedInt n… in CeedPermutePadCurlOrients()
349 …etCurlOrientations(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt8 **curl_orients) { in CeedElemRestrictionGetCurlOrientations()
367 …edElemRestrictionRestoreCurlOrientations(CeedElemRestriction rstr, const CeedInt8 **curl_orients) { in CeedElemRestrictionRestoreCurlOrientations()
771 …CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const CeedInt8 *curl_orients, in CeedElemRestrictionCreateCurlOriented()
1092 … const CeedInt *offsets, const CeedInt8 *curl_orients, CeedElemRestriction *rstr) { in CeedElemRestrictionCreateBlockedCurlOriented()
/libCEED/python/
H A Dceed_elemrestriction.py249 curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
407 offsets, curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
H A Dceed.py258 … offsets, curl_orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument
382 … lsize, offsets, curl_orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c357 …lOrientations_Cuda(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt8 **curl_orients) { in CeedElemRestrictionGetCurlOrientations_Cuda()
499 const CeedInt8 *curl_orients, CeedElemRestriction rstr) { in CeedElemRestrictionCreate_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c358 …rlOrientations_Hip(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt8 **curl_orients) { in CeedElemRestrictionGetCurlOrientations_Hip()
500 const CeedInt8 *curl_orients, CeedElemRestriction rstr) { in CeedElemRestrictionCreate_Hip()
/libCEED/backends/memcheck/
H A Dceed-memcheck.h36 …const CeedInt8 *curl_orients; /* Tridiagonal matrix (row-major) for a general transformation durin… member
H A Dceed-memcheck-restriction.c612 …entations_Memcheck(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt8 **curl_orients) { in CeedElemRestrictionGetCurlOrientations_Memcheck()
641 const CeedInt8 *curl_orients, CeedElemRestriction rstr) { in CeedElemRestrictionCreate_Memcheck()
/libCEED/backends/ref/
H A Dceed-ref.h27 …const CeedInt8 *curl_orients; /* Tridiagonal matrix (row-major) for a general transformation durin… member
H A Dceed-ref-restriction.c718 …rlOrientations_Ref(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt8 **curl_orients) { in CeedElemRestrictionGetCurlOrientations_Ref()
747 const CeedInt8 *curl_orients, CeedElemRestriction rstr) { in CeedElemRestrictionCreate_Ref()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp339 const CeedInt8 *curl_orients, CeedElemRestriction rstr) { in CeedElemRestrictionCreate_Sycl()
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c87 const CeedInt8 *curl_orients = NULL; in CeedOperatorSetupFields_Blocked() local
/libCEED/backends/opt/
H A Dceed-opt-operator.c87 const CeedInt8 *curl_orients = NULL; in CeedOperatorSetupFields_Opt() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl291 …m_elem, elem_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, curl_orients, rstr) argument
311 …_size, block_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, curl_orients, rstr) argument
1056 function CeedElemRestrictionGetCurlOrientations(rstr, mem_type, curl_orients) argument
1060 function CeedElemRestrictionRestoreCurlOrientations(rstr, curl_orients) argument