Searched refs:CeedOperator_count_max (Results 1 – 1 of 1) sorted by relevance
957 static int CeedOperator_count_max = 0; variable961 if (CeedOperator_count == CeedOperator_count_max) { in fCeedOperatorCreate()962 CeedOperator_count_max += CeedOperator_count_max / 2 + 1; in fCeedOperatorCreate()963 CeedRealloc(CeedOperator_count_max, &CeedOperator_dict); in fCeedOperatorCreate()980 if (CeedOperator_count == CeedOperator_count_max) { in fCeedOperatorCreateComposite()981 CeedOperator_count_max += CeedOperator_count_max / 2 + 1; in fCeedOperatorCreateComposite()982 CeedRealloc(CeedOperator_count_max, &CeedOperator_dict); in fCeedOperatorCreateComposite()1137 while (CeedOperator_count + 2 >= CeedOperator_count_max) { in fCeedOperatorMultigridLevelCreate()1138 CeedOperator_count_max += CeedOperator_count_max / 2 + 1; in fCeedOperatorMultigridLevelCreate()1140 CeedRealloc(CeedOperator_count_max, &CeedOperator_dict); in fCeedOperatorMultigridLevelCreate()[all …]