Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dturbulence.c113 CeedQFunction qf_error; in SetupMMSErrorChecking() local
123 …ior(ceed, 1, ChildStatsCollectionMMSTest_Error, ChildStatsCollectionMMSTest_Error_loc, &qf_error)); in SetupMMSErrorChecking()
124 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_error, "q", num_comp_stats, CEED_EVAL_INTERP)); in SetupMMSErrorChecking()
125 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_error, "qdata", q_data_size, CEED_EVAL_NONE)); in SetupMMSErrorChecking()
126 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_error, "x", num_comp_x, CEED_EVAL_INTERP)); in SetupMMSErrorChecking()
127 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_error, "v", num_comp_stats, CEED_EVAL_INTERP)); in SetupMMSErrorChecking()
129 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_error, NULL, NULL, &op_error)); in SetupMMSErrorChecking()
143 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_error)); in SetupMMSErrorChecking()