Searched refs:collect_qfctx (Results 1 – 2 of 2) sorted by relevance
| /honee/src/spanstats/ |
| H A D | cflpe.c | 23 CeedQFunctionContext collect_qfctx; in CreateStatisticCollectionOperator() local 99 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &collect_qfctx)); in CreateStatisticCollectionOperator() 100 …PetscCallCeed(ceed, CeedQFunctionContextSetData(collect_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, si… in CreateStatisticCollectionOperator() 101 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(collect_qfctx, CEED_MEM_HOST, FreeContextPe… in CreateStatisticCollectionOperator() 103 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(collect_qfctx, "solution time", offsetof(st… in CreateStatisticCollectionOperator() 105 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(collect_qfctx, "previous time", offsetof(st… in CreateStatisticCollectionOperator() 107 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(collect_qfctx, "timestep", offsetof(struct … in CreateStatisticCollectionOperator() 111 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_stats_collect, collect_qfctx)); in CreateStatisticCollectionOperator() 112 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&collect_qfctx)); in CreateStatisticCollectionOperator()
|
| H A D | turbulence.c | 23 CeedQFunctionContext collect_qfctx; in CreateStatisticCollectionOperator() local 62 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &collect_qfctx)); in CreateStatisticCollectionOperator() 63 …PetscCallCeed(ceed, CeedQFunctionContextSetData(collect_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, si… in CreateStatisticCollectionOperator() 64 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(collect_qfctx, CEED_MEM_HOST, FreeContextPe… in CreateStatisticCollectionOperator() 66 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(collect_qfctx, "solution time", in CreateStatisticCollectionOperator() 69 …CeedQFunctionContextRegisterDouble(collect_qfctx, "previous time", offsetof(struct Turbulence_Span… in CreateStatisticCollectionOperator() 75 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_stats_collect, collect_qfctx)); in CreateStatisticCollectionOperator() 76 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&collect_qfctx)); in CreateStatisticCollectionOperator()
|