Searched refs:rstr_unoriented (Results 1 – 3 of 3) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 1235 …emRestrictionCreateUnorientedCopy(CeedElemRestriction rstr, CeedElemRestriction *rstr_unoriented) { in CeedElemRestrictionCreateUnorientedCopy() argument 1236 CeedCall(CeedCalloc(1, rstr_unoriented)); in CeedElemRestrictionCreateUnorientedCopy() 1239 memcpy(*rstr_unoriented, rstr, sizeof(struct CeedElemRestriction_private)); in CeedElemRestrictionCreateUnorientedCopy() 1241 &(*rstr_unoriented)->obj)); in CeedElemRestrictionCreateUnorientedCopy() 1242 (*rstr_unoriented)->strides = NULL; in CeedElemRestrictionCreateUnorientedCopy() 1244 CeedCall(CeedMalloc(3, &(*rstr_unoriented)->strides)); in CeedElemRestrictionCreateUnorientedCopy() 1245 for (CeedInt i = 0; i < 3; i++) (*rstr_unoriented)->strides[i] = rstr->strides[i]; in CeedElemRestrictionCreateUnorientedCopy() 1247 CeedCall(CeedElemRestrictionReferenceCopy(rstr, &(*rstr_unoriented)->rstr_base)); in CeedElemRestrictionCreateUnorientedCopy() 1250 (*rstr_unoriented)->Apply = rstr->ApplyUnoriented; in CeedElemRestrictionCreateUnorientedCopy()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 286 …lemRestrictionCreateUnorientedCopy(CeedElemRestriction rstr, CeedElemRestriction *rstr_unoriented);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 323 function CeedElemRestrictionCreateUnorientedCopy(rstr, rstr_unoriented) argument 324 …ientedCopy, libceed), Cint, (CeedElemRestriction, Ptr{CeedElemRestriction}), rstr, rstr_unoriented)
|