Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-fortran.c666 static int CeedQFunctionContext_count = 0; variable
672 if (CeedQFunctionContext_count == CeedQFunctionContext_count_max) { in fCeedQFunctionContextCreate()
677 CeedQFunctionContext *ctx_ = &CeedQFunctionContext_dict[CeedQFunctionContext_count]; in fCeedQFunctionContextCreate()
681 *ctx = CeedQFunctionContext_count++; in fCeedQFunctionContextCreate()
723 CeedQFunctionContext_count = 0; in fCeedQFunctionContextDestroy()