Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dturb_spanstats.c364 CeedQFunctionContext collect_context; in CreateStatisticCollectionOperator() local
394 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &collect_context)); in CreateStatisticCollectionOperator()
395 …PetscCallCeed(ceed, CeedQFunctionContextSetData(collect_context, CEED_MEM_HOST, CEED_USE_POINTER, … in CreateStatisticCollectionOperator()
396 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(collect_context, CEED_MEM_HOST, FreeContext… in CreateStatisticCollectionOperator()
398 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(collect_context, "solution time", in CreateStatisticCollectionOperator()
401 …CeedQFunctionContextRegisterDouble(collect_context, "previous time", offsetof(struct Turbulence_Sp… in CreateStatisticCollectionOperator()
407 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_stats_collect, collect_context)); in CreateStatisticCollectionOperator()
408 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&collect_context)); in CreateStatisticCollectionOperator()