Searched refs:copymode (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-fortran.c | 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() [all …]
|