Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-elemrestriction.c1315 CeedSize min_u_len, min_ru_len, len; in CeedElemRestrictionApply() local
1319 CeedCall(CeedElemRestrictionGetEVectorSize(rstr, &min_ru_len)); in CeedElemRestrictionApply()
1323 CeedCall(CeedElemRestrictionGetLVectorSize(rstr, &min_ru_len)); in CeedElemRestrictionApply()
1327 …T " not compatible with element restriction (%" CeedInt_FMT ", %" CeedInt_FMT ")", len, min_ru_len, in CeedElemRestrictionApply()
1330 CeedCheck(min_ru_len <= len, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_DIMENSION, in CeedElemRestrictionApply()
1332 min_ru_len); in CeedElemRestrictionApply()
1355 CeedSize min_u_len, min_ru_len, len; in CeedElemRestrictionApplyAtPointsInElement() local
1367 min_ru_len = (CeedSize)num_points * (CeedSize)num_comp; in CeedElemRestrictionApplyAtPointsInElement()
1374 CeedCall(CeedElemRestrictionGetLVectorSize(rstr, &min_ru_len)); in CeedElemRestrictionApplyAtPointsInElement()
1380 len, min_ru_len, min_u_len, elem); in CeedElemRestrictionApplyAtPointsInElement()
[all …]