Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dturb_spanstats.c365 CeedQFunction qf_stats_collect; in CreateStatisticCollectionOperator() local
374 …ateInterior(ceed, 1, ChildStatsCollection_Prim, ChildStatsCollection_Prim_loc, &qf_stats_collect)); in CreateStatisticCollectionOperator()
377 …erior(ceed, 1, ChildStatsCollection_Conserv, ChildStatsCollection_Conserv_loc, &qf_stats_collect)); in CreateStatisticCollectionOperator()
380 …erior(ceed, 1, ChildStatsCollection_Entropy, ChildStatsCollection_Entropy_loc, &qf_stats_collect)); in CreateStatisticCollectionOperator()
385 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_stats_collect)); in CreateStatisticCollectionOperator()
386 …nterior(ceed, 1, ChildStatsCollectionMMSTest, ChildStatsCollectionMMSTest_loc, &qf_stats_collect)); in CreateStatisticCollectionOperator()
407 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_stats_collect, collect_context)); in CreateStatisticCollectionOperator()
409 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "q", num_comp_q, CEED_EVAL_INTERP)); in CreateStatisticCollectionOperator()
410 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "q_data", problem->q_data_size_vol, CE… in CreateStatisticCollectionOperator()
411 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "x", num_comp_x, CEED_EVAL_INTERP)); in CreateStatisticCollectionOperator()
[all …]