Lines Matching refs:qf_stats_collect
24 CeedQFunction qf_stats_collect = NULL; in CreateStatisticCollectionOperator() local
41 …erior(ceed, 1, ChildStatsCollection_2D_Prim, ChildStatsCollection_2D_Prim_loc, &qf_stats_collect)); in CreateStatisticCollectionOperator()
45 &qf_stats_collect)); in CreateStatisticCollectionOperator()
49 &qf_stats_collect)); in CreateStatisticCollectionOperator()
57 …erior(ceed, 1, ChildStatsCollection_3D_Prim, ChildStatsCollection_3D_Prim_loc, &qf_stats_collect)); in CreateStatisticCollectionOperator()
61 &qf_stats_collect)); in CreateStatisticCollectionOperator()
65 &qf_stats_collect)); in CreateStatisticCollectionOperator()
70 PetscCheck(qf_stats_collect, PetscObjectComm((PetscObject)honee->dm), PETSC_ERR_SUP, in CreateStatisticCollectionOperator()
111 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_stats_collect, collect_qfctx)); in CreateStatisticCollectionOperator()
113 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "q", num_comp_q, CEED_EVAL_INTERP)); in CreateStatisticCollectionOperator()
114 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "q_data", q_data_size, CEED_EVAL_NONE)… in CreateStatisticCollectionOperator()
115 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "x", num_comp_x, CEED_EVAL_INTERP)); in CreateStatisticCollectionOperator()
116 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_stats_collect, "v", num_comp_stats, CEED_EVAL_NONE)); in CreateStatisticCollectionOperator()
118 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stats_collect, NULL, NULL, &op_stats_collect)); in CreateStatisticCollectionOperator()
136 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_stats_collect)); in CreateStatisticCollectionOperator()