Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dturb_spanstats.c298 CeedQFunction qf_mass, qf_stats_proj; in SetupL2ProjectionStats() local
309 …edQFunctionCreateIdentity(ceed, num_comp_stats, CEED_EVAL_NONE, CEED_EVAL_INTERP, &qf_stats_proj)); in SetupL2ProjectionStats()
311 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stats_proj, NULL, NULL, &op_proj_rhs)); in SetupL2ProjectionStats()
353 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_stats_proj)); in SetupL2ProjectionStats()