Home
last modified time | relevance | path

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

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-restriction-oriented.h15 …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 Dhip-ref-restriction-oriented.h15 …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 Dt217-elemrestriction.c12 bool orients[elem_size * num_elem]; in main() local
/libCEED/interface/
H A Dceed-elemrestriction.c64 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 Dceed-fortran.c250 … 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 Dceed_elemrestriction.py210 orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
376 offsets, orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
H A Dceed.py225 … 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 Dceed-cuda-ref-restriction.c339 …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 Dceed-hip-ref-restriction.c340 …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 Dceed-memcheck.h34 const bool *orients; /* Orientation, if it exists, is true when the dof must be flipped */ member
H A Dceed-memcheck-restriction.c598 …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 Dceed-ref.h24 const bool *orients; /* Orientation, if it exists, is true when the dof must be flipped */ member
H A Dceed-ref-restriction.c704 …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 Dceed-sycl-restriction.sycl.cpp338 …ate_Sycl(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreate_Sycl()
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c76 const bool *orients = NULL; in CeedOperatorSetupFields_Blocked() local
/libCEED/backends/opt/
H A Dceed-opt-operator.c76 const bool *orients = NULL; in CeedOperatorSetupFields_Opt() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl287 …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