Home
last modified time | relevance | path

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

/honee/src/
H A Dmonitor_cfl.c37 CeedQFunctionContext newt_qfctx; in SetupMontiorCfl() local
60 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newt_qfctx)); in SetupMontiorCfl()
100 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&newt_qfctx)); in SetupMontiorCfl()
101 PetscCallCeed(ceed, CeedQFunctionContextCreate(ceed, &newt_qfctx)); in SetupMontiorCfl()
102 …PetscCallCeed(ceed, CeedQFunctionContextSetData(newt_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, sizeo… in SetupMontiorCfl()
103 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(newt_qfctx, CEED_MEM_HOST, FreeContextPetsc… in SetupMontiorCfl()
106 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_monitor, newt_qfctx)); in SetupMontiorCfl()
127 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&newt_qfctx)); in SetupMontiorCfl()
H A Dmonitor_totalkineticenergy.c58 CeedQFunctionContext newt_qfctx; in SetupMontiorTotalKineticEnergy() local
75 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newt_qfctx)); in SetupMontiorTotalKineticEnergy()
97 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_monitor, newt_qfctx)); in SetupMontiorTotalKineticEnergy()
121 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&newt_qfctx)); in SetupMontiorTotalKineticEnergy()