Home
last modified time | relevance | path

Searched refs:min_u_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
1320 CeedCall(CeedElemRestrictionGetLVectorSize(rstr, &min_u_len)); in CeedElemRestrictionApply()
1322 CeedCall(CeedElemRestrictionGetEVectorSize(rstr, &min_u_len)); in CeedElemRestrictionApply()
1326 CeedCheck(min_u_len <= len, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_DIMENSION, in CeedElemRestrictionApply()
1328 min_u_len); in CeedElemRestrictionApply()
1331 …MT " not compatible with element restriction (%" CeedInt_FMT ", %" CeedInt_FMT ")", len, min_u_len, in CeedElemRestrictionApply()
1355 CeedSize min_u_len, min_ru_len, len; in CeedElemRestrictionApplyAtPointsInElement() local
1364 CeedCall(CeedElemRestrictionGetLVectorSize(rstr, &min_u_len)); in CeedElemRestrictionApplyAtPointsInElement()
1373 min_u_len = (CeedSize)num_points * (CeedSize)num_comp; in CeedElemRestrictionApplyAtPointsInElement()
1377 CeedCheck(min_u_len <= len, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_DIMENSION, in CeedElemRestrictionApplyAtPointsInElement()
[all …]