Home
last modified time | relevance | path

Searched refs:curlorients (Results 1 – 5 of 5) sorted by relevance

/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl505 curlorients = Array{CeedInt8}(undef, 3*elemsize, nelem)
507 curlorients[1, i] = curlorients[6, i] = 0
511 curlorients[2, i] = 0
512 curlorients[3, i] = -1
513 curlorients[4, i] = -1
514 curlorients[5, i] = 0
517 curlorients[2, i] = 1
518 curlorients[3, i] = 0
519 curlorients[4, i] = 0
520 curlorients[5, i] = 1
[all …]
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl174 curlorients::AbstractArray{CeedInt},
199 - `curlorients`: Array of shape `(3 * elemsize, nelem)` representing a row-major tridiagonal
200 matrix (`curlorients[0, i] = curlorients[3 * elemsize - 1, i] = 0`, where
214 curlorients::AbstractArray{CeedInt8};
229 curlorients,
/libCEED/rust/libceed/src/
H A Delem_restriction.rs255 curlorients: &[i8], in create_curl_oriented()
277 curlorients.as_ptr(), in create_curl_oriented()
H A Dlib.rs605 curlorients: &[i8], in curl_oriented_elem_restriction()
616 curlorients, in curl_oriented_elem_restriction()
/libCEED/interface/
H A Dceed-fortran.c271 … int *memtype, int *copymode, const int *offsets, const int8_t *curlorients, in fCeedElemRestrictionCreateCurlOriented() argument
279 const int8_t *curlorients_ = curlorients; in fCeedElemRestrictionCreateCurlOriented()
354 … int *lsize, int *memtype, int *copymode, const int *offsets, const int8_t *curlorients, in fCeedElemRestrictionCreateBlockedCurlOriented() argument
362 const int8_t *curlorients_ = curlorients; in fCeedElemRestrictionCreateBlockedCurlOriented()