Searched refs:x_length (Results 1 – 1 of 1) sorted by relevance
401 CeedSize x_length = 0, u_length = 0, v_length; in CeedBasisApplyAtPointsCheckDims() local410 if (x_ref != CEED_VECTOR_NONE) CeedCall(CeedVectorGetLength(x_ref, &x_length)); in CeedBasisApplyAtPointsCheckDims()415 …CeedCheck((x_length >= (CeedSize)total_num_points * (CeedSize)dim) || (eval_mode == CEED_EVAL_WEIG… in CeedBasisApplyAtPointsCheckDims()419 x_length, (CeedSize)total_num_points * (CeedSize)dim); in CeedBasisApplyAtPointsCheckDims()