Lines Matching refs:CeedQFunction_dict
732 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()
873 *err = CeedQFunctionSetNumViewTabs(CeedQFunction_dict[*qf], *num_tabs); in fCeedQFunctionSetNumViewTabs()
878 CeedQFunction qf_ = CeedQFunction_dict[*qf]; in fCeedQFunctionView()
888 CeedQFunction qf_ = CeedQFunction_dict[*qf]; in fCeedQFunctionApply()
939 *err = CeedQFunctionDestroy(&CeedQFunction_dict[*qf]); in fCeedQFunctionDestroy()
944 *err = CeedFree(&CeedQFunction_dict); in fCeedQFunctionDestroy()
969 if (*dqf != FORTRAN_QFUNCTION_NONE) dqf_ = CeedQFunction_dict[*dqf]; in fCeedOperatorCreate()
970 if (*dqfT != FORTRAN_QFUNCTION_NONE) dqfT_ = CeedQFunction_dict[*dqfT]; in fCeedOperatorCreate()
972 *err = CeedOperatorCreate(Ceed_dict[*ceed], CeedQFunction_dict[*qf], dqf_, dqfT_, op_); in fCeedOperatorCreate()