Lines Matching refs:op_stats_collect

25   CeedOperator           op_stats_collect;  in CreateStatisticCollectionOperator()  local
118 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stats_collect, NULL, NULL, &op_stats_collect)); in CreateStatisticCollectionOperator()
119 …PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "q", elem_restr_q, basis_q, CEED_VECTOR… in CreateStatisticCollectionOperator()
120 …PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "q_data", elem_restr_qd, CEED_BASIS_NON… in CreateStatisticCollectionOperator()
121 PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "x", elem_restr_x, basis_x, x_coord)); in CreateStatisticCollectionOperator()
122 …PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "v", stats_data->elem_restr_child_collo… in CreateStatisticCollectionOperator()
124 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_stats_collect, "solution time", &spanstats… in CreateStatisticCollectionOperator()
125 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_stats_collect, "previous time", &spanstats… in CreateStatisticCollectionOperator()
126 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_stats_collect, "timestep", &spanstats->tim… in CreateStatisticCollectionOperator()
128 …PetscCall(OperatorApplyContextCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, hone… in CreateStatisticCollectionOperator()
131 …PetscCall(CeedOperatorCreateLocalVecs(op_stats_collect, DMReturnVecType(spanstats->dm), PETSC_COMM… in CreateStatisticCollectionOperator()
137 PetscCallCeed(ceed, CeedOperatorDestroy(&op_stats_collect)); in CreateStatisticCollectionOperator()