Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dcflpe.c22 CflPe_SpanStatsContext collect_ctx; in CreateStatisticCollectionOperator() local
81 PetscCall(PetscNew(&collect_ctx)); in CreateStatisticCollectionOperator()
87 collect_ctx->newt_ctx = (struct NewtonianIdealGasContext_){0}; in CreateStatisticCollectionOperator()
88 collect_ctx->diffusion_coeff = advection_ctx->diffusion_coeff; in CreateStatisticCollectionOperator()
94 collect_ctx->newt_ctx = *newtonian_ig_ctx; in CreateStatisticCollectionOperator()
95 collect_ctx->diffusion_coeff = newtonian_ig_ctx->gas.mu; in CreateStatisticCollectionOperator()
100 …ContextSetData(collect_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(*collect_ctx), collect_ctx)); in CreateStatisticCollectionOperator()
H A Dturbulence.c21 Turbulence_SpanStatsContext collect_ctx; in CreateStatisticCollectionOperator() local
58 PetscCall(PetscNew(&collect_ctx)); in CreateStatisticCollectionOperator()
60 collect_ctx->newt_ctx = *newtonian_ig_ctx; in CreateStatisticCollectionOperator()
63 …ContextSetData(collect_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(*collect_ctx), collect_ctx)); in CreateStatisticCollectionOperator()