Home
last modified time | relevance | path

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

/honee/src/
H A Dmonitor_cfl.c8 OperatorApplyContext op_monitor_ctx; member
19 PetscCall(OperatorApplyContextDestroy(monitor_ctx_->op_monitor_ctx)); in MonitorCflCtxDestroy()
116 …xtCreate(honee->dm, NULL, ceed, op_monitor, NULL, NULL, NULL, NULL, &monitor_ctx->op_monitor_ctx)); in SetupMontiorCfl()
154 …all(ApplyCeedOperatorLocalToLocal(honee->Q_loc, monitor_ctx->values, monitor_ctx->op_monitor_ctx)); in TSMonitor_Cfl()
H A Dmonitor_totalkineticenergy.c9 OperatorApplyContext op_monitor_ctx; member
22 PetscCall(OperatorApplyContextDestroy(monitor_ctx_->op_monitor_ctx)); in MonitorTotalKEDestroy()
109 …xtCreate(honee->dm, NULL, ceed, op_monitor, NULL, NULL, NULL, NULL, &monitor_ctx->op_monitor_ctx)); in SetupMontiorTotalKineticEnergy()
150 …all(ApplyCeedOperatorLocalToLocal(honee->Q_loc, monitor_ctx->values, monitor_ctx->op_monitor_ctx)); in TSMonitor_TotalKineticEnergy()