Searched refs:op_proj_rhs (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | turb_spanstats.c | 297 CeedOperator op_mass, op_proj_rhs; in SetupL2ProjectionStats() local 311 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stats_proj, NULL, NULL, &op_proj_rhs)); in SetupL2ProjectionStats() 312 …PetscCallCeed(ceed, CeedOperatorSetField(op_proj_rhs, "input", stats_data->elem_restr_parent_collo… in SetupL2ProjectionStats() 313 …PetscCallCeed(ceed, CeedOperatorSetField(op_proj_rhs, "output", stats_data->elem_restr_parent_stat… in SetupL2ProjectionStats() 315 …PetscCall(OperatorApplyContextCreate(NULL, user->spanstats.dm, ceed, op_proj_rhs, NULL, NULL, NULL… in SetupL2ProjectionStats() 316 …PetscCall(CeedOperatorCreateLocalVecs(op_proj_rhs, DMReturnVecType(user->spanstats.dm), PETSC_COMM… in SetupL2ProjectionStats() 355 PetscCallCeed(ceed, CeedOperatorDestroy(&op_proj_rhs)); in SetupL2ProjectionStats()
|