Home
last modified time | relevance | path

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

/honee/src/
H A Dmonitor_totalkineticenergy.c19 MonitorTotalKE monitor_ctx_ = *monitor_ctx; in MonitorTotalKEDestroy() local
22 PetscCall(OperatorApplyContextDestroy(monitor_ctx_->op_monitor_ctx)); in MonitorTotalKEDestroy()
23 PetscCall(VecDestroy(&monitor_ctx_->values)); in MonitorTotalKEDestroy()
24 PetscCall(PetscFree(monitor_ctx_->sum_values)); in MonitorTotalKEDestroy()
25 PetscCall(PetscFree(monitor_ctx_)); in MonitorTotalKEDestroy()
H A Dmonitor_cfl.c16 MonitorCflCtx monitor_ctx_ = *monitor_ctx; in MonitorCflCtxDestroy() local
19 PetscCall(OperatorApplyContextDestroy(monitor_ctx_->op_monitor_ctx)); in MonitorCflCtxDestroy()
20 PetscCall(VecDestroy(&monitor_ctx_->values)); in MonitorCflCtxDestroy()
21 PetscCall(PetscFree(monitor_ctx_)); in MonitorCflCtxDestroy()