Searched refs:qf_stats_proj (Results 1 – 1 of 1) sorted by relevance
| /honee/src/spanstats/ |
| H A D | spanstats.c | 294 CeedQFunction qf_mass, qf_stats_proj; in SpanwiseStatisticsSetupL2Projection() local 303 …edQFunctionCreateIdentity(ceed, num_comp_stats, CEED_EVAL_NONE, CEED_EVAL_INTERP, &qf_stats_proj)); in SpanwiseStatisticsSetupL2Projection() 305 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stats_proj, NULL, NULL, &op_proj_rhs)); in SpanwiseStatisticsSetupL2Projection() 348 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_stats_proj)); in SpanwiseStatisticsSetupL2Projection()
|