Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-fortran.c394 static int CeedRequest_count_max = 0; variable
402 if (createRequest && CeedRequest_count == CeedRequest_count_max) { in fCeedElemRestrictionApply()
403 CeedRequest_count_max += CeedRequest_count_max / 2 + 1; in fCeedElemRestrictionApply()
404 CeedRealloc(CeedRequest_count_max, &CeedRequest_dict); in fCeedElemRestrictionApply()
427 if (createRequest && CeedRequest_count == CeedRequest_count_max) { in fCeedElemRestrictionApplyBlock()
428 CeedRequest_count_max += CeedRequest_count_max / 2 + 1; in fCeedElemRestrictionApplyBlock()
429 CeedRealloc(CeedRequest_count_max, &CeedRequest_dict); in fCeedElemRestrictionApplyBlock()
476 CeedRequest_count_max = 0; in fCeedRequestWait()
1075 if (createRequest && CeedRequest_count == CeedRequest_count_max) { in fCeedOperatorLinearAssembleQFunction()
1076 CeedRequest_count_max += CeedRequest_count_max / 2 + 1; in fCeedOperatorLinearAssembleQFunction()
[all …]