Lines Matching refs:min_ru_len

1315   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()
1382 CeedCheck(min_ru_len <= len, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_DIMENSION, in CeedElemRestrictionApplyAtPointsInElement()
1385 len, min_ru_len, min_u_len, elem); in CeedElemRestrictionApplyAtPointsInElement()
1410 CeedSize min_u_len, min_ru_len, len; in CeedElemRestrictionApplyBlock() local
1423 min_ru_len = (CeedSize)block_size * (CeedSize)elem_size * (CeedSize)num_comp; in CeedElemRestrictionApplyBlock()
1429 CeedCall(CeedElemRestrictionGetLVectorSize(rstr, &min_ru_len)); in CeedElemRestrictionApplyBlock()
1435 min_ru_len); in CeedElemRestrictionApplyBlock()
1437 CeedCheck(min_ru_len == len, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_DIMENSION, in CeedElemRestrictionApplyBlock()
1438 …T " not compatible with element restriction (%" CeedInt_FMT ", %" CeedInt_FMT ")", len, min_ru_len, in CeedElemRestrictionApplyBlock()