Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-fortran.c31 static int Ceed_count_max = 0; variable
66 if (Ceed_count == Ceed_count_max) { in fCeedInit()
67 Ceed_count_max += Ceed_count_max / 2 + 1; in fCeedInit()
68 CeedRealloc(Ceed_count_max, &Ceed_dict); in fCeedInit()
105 Ceed_count_max = 0; in fCeedDestroy()