Lines Matching refs:copymode

135 CEED_EXTERN void fCeedVectorSetArray(int *vec, int *memtype, int *copymode, CeedScalar *array, int6…  in fCeedVectorSetArray()  argument
136 …*err = CeedVectorSetArray(CeedVector_dict[*vec], (CeedMemType)*memtype, (CeedCopyMode)*copymode, (… in fCeedVectorSetArray()
230 … int *copymode, const int *offsets, int *elemrestriction, int *err) { in fCeedElemRestrictionCreate() argument
240 (CeedCopyMode)*copymode, offsets_, elemrestriction_); in fCeedElemRestrictionCreate()
250 … int *copymode, const int *offsets, const bool *orients, int *elemrestriction, int *err) { in fCeedElemRestrictionCreateOriented() argument
261 … (CeedCopyMode)*copymode, offsets_, orients_, elemrestriction_); in fCeedElemRestrictionCreateOriented()
271 … int *memtype, int *copymode, const int *offsets, const int8_t *curlorients, in fCeedElemRestrictionCreateCurlOriented() argument
283 … (CeedCopyMode)*copymode, offsets_, curlorients_, elemrestriction_); in fCeedElemRestrictionCreateCurlOriented()
311 … int *memtype, int *copymode, const int *offsets, int *elemrestriction, int *err) { in fCeedElemRestrictionCreateBlocked() argument
321 (CeedCopyMode)*copymode, offsets_, elemrestriction_); in fCeedElemRestrictionCreateBlocked()
331 … int *lsize, int *memtype, int *copymode, const int *offsets, const bool *orients, in fCeedElemRestrictionCreateBlockedOriented() argument
343 … (CeedMemType)*memtype, (CeedCopyMode)*copymode, offsets_, orients_, elemrestriction_); in fCeedElemRestrictionCreateBlockedOriented()
354 … int *lsize, int *memtype, int *copymode, const int *offsets, const int8_t *curlorients, in fCeedElemRestrictionCreateBlockedCurlOriented() argument
366 … (CeedMemType)*memtype, (CeedCopyMode)*copymode, offsets_, curlorients_, elemrestriction_); in fCeedElemRestrictionCreateBlockedCurlOriented()
686 CEED_EXTERN void fCeedQFunctionContextSetData(int *ctx, int *memtype, int *copymode, CeedInt *n, Ce… in fCeedQFunctionContextSetData() argument
688 …(CeedQFunctionContext_dict[*ctx], (CeedMemType)*memtype, (CeedCopyMode)*copymode, ctx_size, data +… in fCeedQFunctionContextSetData()