Home
last modified time | relevance | path

Searched refs:CeedElemRestriction_count_max (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/ !
H A Dceed-fortran.c226 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()
[all …]