Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-fortran.c732 static CeedQFunction *CeedQFunction_dict = NULL; variable
774 CeedRealloc(CeedQFunction_count_max, &CeedQFunction_dict); in fCeedQFunctionCreateInterior()
777 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateInterior()
808 CeedRealloc(CeedQFunction_count_max, &CeedQFunction_dict); in fCeedQFunctionCreateInteriorByName()
811 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateInteriorByName()
824 CeedRealloc(CeedQFunction_count_max, &CeedQFunction_dict); in fCeedQFunctionCreateIdentity()
827 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateIdentity()
840 CeedQFunction qf_ = CeedQFunction_dict[*qf]; in fCeedQFunctionAddInput()
849 CeedQFunction qf_ = CeedQFunction_dict[*qf]; in fCeedQFunctionAddOutput()
856 CeedQFunction qf_ = CeedQFunction_dict[*qf]; in fCeedQFunctionSetContext()
[all …]