Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-fortran.c733 static int CeedQFunction_count = 0; variable
772 if (CeedQFunction_count == CeedQFunction_count_max) { in fCeedQFunctionCreateInterior()
777 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateInterior()
781 *qf = CeedQFunction_count++; in fCeedQFunctionCreateInterior()
806 if (CeedQFunction_count == CeedQFunction_count_max) { in fCeedQFunctionCreateInteriorByName()
811 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateInteriorByName()
815 *qf = CeedQFunction_count++; in fCeedQFunctionCreateInteriorByName()
822 if (CeedQFunction_count == CeedQFunction_count_max) { in fCeedQFunctionCreateIdentity()
827 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateIdentity()
831 *qf = CeedQFunction_count++; in fCeedQFunctionCreateIdentity()
[all …]