Lines Matching refs:elemrestriction
230 … int *copymode, const int *offsets, int *elemrestriction, int *err) { in fCeedElemRestrictionCreate() argument
243 *elemrestriction = CeedElemRestriction_count++; in fCeedElemRestrictionCreate()
250 … int *copymode, const int *offsets, const bool *orients, int *elemrestriction, int *err) { in fCeedElemRestrictionCreateOriented() argument
264 *elemrestriction = CeedElemRestriction_count++; in fCeedElemRestrictionCreateOriented()
272 int *elemrestriction, int *err) { in fCeedElemRestrictionCreateCurlOriented() argument
286 *elemrestriction = CeedElemRestriction_count++; in fCeedElemRestrictionCreateCurlOriented()
293 int *elemrestriction, int *err) { in fCeedElemRestrictionCreateStrided() argument
304 *elemrestriction = CeedElemRestriction_count++; in fCeedElemRestrictionCreateStrided()
311 … int *memtype, int *copymode, const int *offsets, int *elemrestriction, int *err) { in fCeedElemRestrictionCreateBlocked() argument
324 *elemrestriction = CeedElemRestriction_count++; in fCeedElemRestrictionCreateBlocked()
332 int *elemrestriction, int *err) { in fCeedElemRestrictionCreateBlockedOriented() argument
346 *elemrestriction = CeedElemRestriction_count++; in fCeedElemRestrictionCreateBlockedOriented()
355 int *elemrestriction, int *err) { in fCeedElemRestrictionCreateBlockedCurlOriented() argument
369 *elemrestriction = CeedElemRestriction_count++; in fCeedElemRestrictionCreateBlockedCurlOriented()
376 … int *strides, int *elemrestriction, int *err) { in fCeedElemRestrictionCreateBlockedStrided() argument
386 *elemrestriction = CeedElemRestriction_count++; in fCeedElemRestrictionCreateBlockedStrided()