| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-restriction-oriented.h | 15 …l__ void OrientedNoTranspose(const CeedInt *__restrict__ indices, const bool *__restrict__ orients, in OrientedNoTranspose() 33 …void OrientedTranspose(const CeedInt *__restrict__ indices, const bool *__restrict__ orients, cons… in OrientedTranspose() 49 … const CeedInt *__restrict__ t_offsets, const bool *__restrict__ orients, in OrientedTranspose()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-restriction-oriented.h | 15 …l__ void OrientedNoTranspose(const CeedInt *__restrict__ indices, const bool *__restrict__ orients, in OrientedNoTranspose() 33 …void OrientedTranspose(const CeedInt *__restrict__ indices, const bool *__restrict__ orients, cons… in OrientedTranspose() 49 … const CeedInt *__restrict__ t_offsets, const bool *__restrict__ orients, in OrientedTranspose()
|
| /libCEED/tests/ |
| H A D | t217-elemrestriction.c | 12 bool orients[elem_size * num_elem]; in main() local
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 64 int CeedPermutePadOrients(const bool *orients, bool *block_orients, CeedInt num_block, CeedInt num_… in CeedPermutePadOrients() 313 …mRestrictionGetOrientations(CeedElemRestriction rstr, CeedMemType mem_type, const bool **orients) { in CeedElemRestrictionGetOrientations() 331 int CeedElemRestrictionRestoreOrientations(CeedElemRestriction rstr, const bool **orients) { in CeedElemRestrictionRestoreOrientations() 713 … CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreateOriented() 1020 … const CeedInt *offsets, const bool *orients, CeedElemRestriction *rstr) { in CeedElemRestrictionCreateBlockedOriented()
|
| H A D | ceed-fortran.c | 250 … int *copymode, const int *offsets, const bool *orients, int *elemrestriction, int *err) { in fCeedElemRestrictionCreateOriented() 331 … int *lsize, int *memtype, int *copymode, const int *offsets, const bool *orients, in fCeedElemRestrictionCreateBlockedOriented()
|
| /libCEED/python/ |
| H A D | ceed_elemrestriction.py | 210 orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument 376 offsets, orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
|
| H A D | ceed.py | 225 … offsets, orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument 345 … lsize, offsets, orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 339 …rictionGetOrientations_Cuda(CeedElemRestriction rstr, CeedMemType mem_type, const bool **orients) { in CeedElemRestrictionGetOrientations_Cuda() 498 …ate_Cuda(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreate_Cuda()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 340 …trictionGetOrientations_Hip(CeedElemRestriction rstr, CeedMemType mem_type, const bool **orients) { in CeedElemRestrictionGetOrientations_Hip() 499 …eate_Hip(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreate_Hip()
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck.h | 34 const bool *orients; /* Orientation, if it exists, is true when the dof must be flipped */ member
|
| H A D | ceed-memcheck-restriction.c | 598 …ionGetOrientations_Memcheck(CeedElemRestriction rstr, CeedMemType mem_type, const bool **orients) { in CeedElemRestrictionGetOrientations_Memcheck() 640 …Memcheck(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreate_Memcheck()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref.h | 24 const bool *orients; /* Orientation, if it exists, is true when the dof must be flipped */ member
|
| H A D | ceed-ref-restriction.c | 704 …trictionGetOrientations_Ref(CeedElemRestriction rstr, CeedMemType mem_type, const bool **orients) { in CeedElemRestrictionGetOrientations_Ref() 746 …eate_Ref(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreate_Ref()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-restriction.sycl.cpp | 338 …ate_Sycl(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreate_Sycl()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 76 const bool *orients = NULL; in CeedOperatorSetupFields_Blocked() local
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 76 const bool *orients = NULL; in CeedOperatorSetupFields_Opt() local
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 287 …d, num_elem, elem_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, orients, rstr) argument 307 … elem_size, block_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, orients, rstr) argument 1048 function CeedElemRestrictionGetOrientations(rstr, mem_type, orients) argument 1052 function CeedElemRestrictionRestoreOrientations(rstr, orients) argument
|