| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-restriction-curl-oriented.h | 15 …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 D | cuda-ref-restriction-curl-oriented.h | 15 …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 D | t218-elemrestriction.c | 12 CeedInt8 curl_orients[3 * elem_size * num_elem]; in main() local
|
| H A D | t219-elemrestriction.c | 14 CeedInt8 curl_orients[3 * elem_size * num_elem]; in main() local
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 89 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 D | ceed_elemrestriction.py | 249 curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument 407 offsets, curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
|
| H A D | ceed.py | 258 … 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 D | ceed-cuda-ref-restriction.c | 357 …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 D | ceed-hip-ref-restriction.c | 358 …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 D | ceed-memcheck.h | 36 …const CeedInt8 *curl_orients; /* Tridiagonal matrix (row-major) for a general transformation durin… member
|
| H A D | ceed-memcheck-restriction.c | 612 …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 D | ceed-ref.h | 27 …const CeedInt8 *curl_orients; /* Tridiagonal matrix (row-major) for a general transformation durin… member
|
| H A D | ceed-ref-restriction.c | 718 …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 D | ceed-sycl-restriction.sycl.cpp | 339 const CeedInt8 *curl_orients, CeedElemRestriction rstr) { in CeedElemRestrictionCreate_Sycl()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 87 const CeedInt8 *curl_orients = NULL; in CeedOperatorSetupFields_Blocked() local
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 87 const CeedInt8 *curl_orients = NULL; in CeedOperatorSetupFields_Opt() local
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 291 …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
|