Home
last modified time | relevance | path

Searched refs:GetOrientations (Results 1 – 3 of 3) sorted by relevance

/libCEED/include/
H A Dceed-impl.h183 int (*GetOrientations)(CeedElemRestriction, CeedMemType, const bool **); member
/libCEED/interface/
H A Dceed-elemrestriction.c314 CeedCheck(rstr->GetOrientations, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_UNSUPPORTED, in CeedElemRestrictionGetOrientations()
316 CeedCall(rstr->GetOrientations(rstr, mem_type, orients)); in CeedElemRestrictionGetOrientations()
H A Dceed.c1307 CEED_FTABLE_ENTRY(CeedElemRestriction, GetOrientations), in CeedInit()