Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c293 CeedOperator op_mass, op_proj_rhs; in SpanwiseStatisticsSetupL2Projection() local
305 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stats_proj, NULL, NULL, &op_proj_rhs)); in SpanwiseStatisticsSetupL2Projection()
306 …PetscCallCeed(ceed, CeedOperatorSetField(op_proj_rhs, "input", stats_setup_data->elem_restr_parent… in SpanwiseStatisticsSetupL2Projection()
307 …PetscCallCeed(ceed, CeedOperatorSetField(op_proj_rhs, "output", stats_setup_data->elem_restr_paren… in SpanwiseStatisticsSetupL2Projection()
310 …PetscCall(OperatorApplyContextCreate(NULL, spanstats->dm, ceed, op_proj_rhs, NULL, NULL, NULL, NUL… in SpanwiseStatisticsSetupL2Projection()
311 …PetscCall(CeedOperatorCreateLocalVecs(op_proj_rhs, DMReturnVecType(spanstats->dm), PETSC_COMM_SELF… in SpanwiseStatisticsSetupL2Projection()
350 PetscCallCeed(ceed, CeedOperatorDestroy(&op_proj_rhs)); in SpanwiseStatisticsSetupL2Projection()