Lines Matching refs:CeedElemRestriction_count_max
226 static int CeedElemRestriction_count_max = 0; variable
231 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreate()
232 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreate()
233 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreate()
251 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateOriented()
252 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateOriented()
253 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateOriented()
273 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateCurlOriented()
274 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateCurlOriented()
275 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateCurlOriented()
294 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateStrided()
295 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateStrided()
296 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateStrided()
312 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateBlocked()
313 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateBlocked()
314 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateBlocked()
333 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateBlockedOriented()
334 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateBlockedOriented()
335 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateBlockedOriented()
356 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateBlockedCurlOriented()
357 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateBlockedCurlOriented()
358 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateBlockedCurlOriented()
377 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateBlockedStrided()
378 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateBlockedStrided()
379 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateBlockedStrided()
492 CeedElemRestriction_count_max = 0; in fCeedElemRestrictionDestroy()
1063 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedOperatorLinearAssembleQFunction()
1064 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedOperatorLinearAssembleQFunction()
1065 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedOperatorLinearAssembleQFunction()