Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-fortran.c116 static int CeedVector_count_max = 0; variable
120 if (CeedVector_count == CeedVector_count_max) { in fCeedVectorCreate()
121 CeedVector_count_max += CeedVector_count_max / 2 + 1; in fCeedVectorCreate()
122 CeedRealloc(CeedVector_count_max, &CeedVector_dict); in fCeedVectorCreate()
215 CeedVector_count_max = 0; in fCeedVectorDestroy()
1056 if (CeedVector_count == CeedVector_count_max) { in fCeedOperatorLinearAssembleQFunction()
1057 CeedVector_count_max += CeedVector_count_max / 2 + 1; in fCeedOperatorLinearAssembleQFunction()
1058 CeedRealloc(CeedVector_count_max, &CeedVector_dict); in fCeedOperatorLinearAssembleQFunction()