Home
last modified time | relevance | path

Searched defs:offsets (Results 1 – 20 of 20) sorted by relevance

/libCEED/tests/
H A Dt214-elemrestriction.c10 const CeedInt *offsets; in main() local
H A Dt215-elemrestriction.c10 const CeedInt *offsets; in main() local
/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
315 offsets, memtype=MEM_HOST, cmode=COPY_VALUES): argument
376 offsets, orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
407 offsets, curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
H A Dceed.py196 def ElemRestriction(self, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
225offsets, orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument
258offsets, curl_orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument
313 lsize, offsets, memtype=lib.CEED_MEM_HOST, argument
345 … lsize, offsets, 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/interface/
H A Dceed-elemrestriction.c38 int CeedPermutePadOffsets(const CeedInt *offsets, CeedInt *block_offsets, CeedInt num_block, CeedIn… in CeedPermutePadOffsets()
269 …lemRestrictionGetOffsets(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt **offsets) { in CeedElemRestrictionGetOffsets()
291 int CeedElemRestrictionRestoreOffsets(CeedElemRestriction rstr, const CeedInt **offsets) { in CeedElemRestrictionRestoreOffsets()
658 … CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, CeedElemRestriction *rstr) { in CeedElemRestrictionCreate()
713 … CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const bool *orients, in CeedElemRestrictionCreateOriented()
771 …CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const CeedInt8 *curl_orients, in CeedElemRestrictionCreateCurlOriented()
892 … CeedCopyMode copy_mode, const CeedInt *offsets, CeedElemRestriction *rstr) { in CeedElemRestrictionCreateAtPoints()
951 … CeedSize l_size, CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, in CeedElemRestrictionCreateBlocked()
1020const CeedInt *offsets, const bool *orients, CeedElemRestriction *rstr) { in CeedElemRestrictionCreateBlockedOriented()
1092const CeedInt *offsets, const CeedInt8 *curl_orients, CeedElemRestriction *rstr) { in CeedElemRestrictionCreateBlockedCurlOriented()
[all …]
H A Dceed-fortran.c230 … int *copymode, const int *offsets, int *elemrestriction, int *err) { in fCeedElemRestrictionCreate()
250 … int *copymode, const int *offsets, const bool *orients, int *elemrestriction, int *err) { in fCeedElemRestrictionCreateOriented()
271 … int *memtype, int *copymode, const int *offsets, const int8_t *curlorients, in fCeedElemRestrictionCreateCurlOriented()
311 … int *memtype, int *copymode, const int *offsets, int *elemrestriction, int *err) { in fCeedElemRestrictionCreateBlocked()
331 … int *lsize, int *memtype, int *copymode, const int *offsets, const bool *orients, in fCeedElemRestrictionCreateBlockedOriented()
354 … int *lsize, int *memtype, int *copymode, const int *offsets, const int8_t *curlorients, in fCeedElemRestrictionCreateBlockedCurlOriented()
H A Dceed-preconditioning.c1365 const CeedInt *offsets; in CeedOperatorCreateActivePointBlockRestriction() local
2350 const CeedInt *offsets, *point_block_offsets; in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic() local
/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14_type.h44 } offsets; // !< Holds offsets for each array in data member
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c68 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Blocked() local
77 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Blocked() local
88 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Blocked() local
/libCEED/backends/opt/
H A Dceed-opt-operator.c68 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Opt() local
77 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Opt() local
88 const CeedInt *offsets = NULL; in CeedOperatorSetupFields_Opt() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c319 …strictionGetOffsets_Cuda(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt **offsets) { in CeedElemRestrictionGetOffsets_Cuda()
498 …rictionCreate_Cuda(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const boo… in CeedElemRestrictionCreate_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c320 …estrictionGetOffsets_Hip(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt **offsets) { in CeedElemRestrictionGetOffsets_Hip()
499 …trictionCreate_Hip(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const boo… in CeedElemRestrictionCreate_Hip()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp205 …RestrictionGetOffsets_Sycl(CeedElemRestriction rstr, CeedMemType m_type, const CeedInt **offsets) { in CeedElemRestrictionGetOffsets_Sycl()
338 …rictionCreate_Sycl(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const boo… in CeedElemRestrictionCreate_Sycl()
/libCEED/backends/memcheck/
H A Dceed-memcheck.h32 const CeedInt *offsets; member
H A Dceed-memcheck-restriction.c584 …ctionGetOffsets_Memcheck(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt **offsets) { in CeedElemRestrictionGetOffsets_Memcheck()
640 …ionCreate_Memcheck(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const boo… in CeedElemRestrictionCreate_Memcheck()
/libCEED/examples/petsc/src/
H A Dswarmutils.c56 CeedInt offsets[num_elem + 1 + num_points]; in DMSwarmCeedContextCreate() local
620 CeedInt *offsets; in SetupProblemSwarm() local
/libCEED/backends/ref/
H A Dceed-ref.h21 const CeedInt *offsets; member
H A Dceed-ref-restriction.c690 …estrictionGetOffsets_Ref(CeedElemRestriction rstr, CeedMemType mem_type, const CeedInt **offsets) { in CeedElemRestrictionGetOffsets_Ref()
746 …trictionCreate_Ref(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const boo… in CeedElemRestrictionCreate_Ref()
H A Dceed-ref-operator.c1187 const CeedInt *offsets; in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl283 …reate(ceed, num_elem, elem_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, rstr) argument
287 …d, num_elem, elem_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, orients, rstr) argument
291 …num_elem, elem_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, curl_orients, rs… argument
299 …ionCreateAtPoints(ceed, num_elem, num_points, num_comp, l_size, mem_type, copy_mode, offsets, rstr) argument
303 …num_elem, elem_size, block_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, rstr) argument
307 … elem_size, block_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, orients, rstr) argument
311 …em_size, block_size, num_comp, comp_stride, l_size, mem_type, copy_mode, offsets, curl_orients, rs… argument
1040 function CeedElemRestrictionGetOffsets(rstr, mem_type, offsets) argument
1044 function CeedElemRestrictionRestoreOffsets(rstr, offsets) argument