Searched refs:op_monitor_ctx (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | monitor_cfl.c | 8 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 D | monitor_totalkineticenergy.c | 9 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()
|