Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-fortran.c668 static int CeedQFunctionContext_count_max = 0; variable
672 if (CeedQFunctionContext_count == CeedQFunctionContext_count_max) { in fCeedQFunctionContextCreate()
673 CeedQFunctionContext_count_max += CeedQFunctionContext_count_max / 2 + 1; in fCeedQFunctionContextCreate()
674 CeedRealloc(CeedQFunctionContext_count_max, &CeedQFunctionContext_dict); in fCeedQFunctionContextCreate()
724 CeedQFunctionContext_count_max = 0; in fCeedQFunctionContextDestroy()