Lines Matching refs:min_u_len

1315   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()
1380 len, min_ru_len, min_u_len, elem); 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
1422 CeedCall(CeedElemRestrictionGetLVectorSize(rstr, &min_u_len)); in CeedElemRestrictionApplyBlock()
1430 min_u_len = (CeedSize)block_size * (CeedSize)elem_size * (CeedSize)num_comp; in CeedElemRestrictionApplyBlock()
1433 CeedCheck(min_u_len == len, CeedElemRestrictionReturnCeed(rstr), CEED_ERROR_DIMENSION, in CeedElemRestrictionApplyBlock()
1434 …MT " not compatible with element restriction (%" CeedInt_FMT ", %" CeedInt_FMT ")", len, min_u_len, in CeedElemRestrictionApplyBlock()
1439 min_u_len); in CeedElemRestrictionApplyBlock()