Home
last modified time | relevance | path

Searched refs:main_op (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Dmonitor_cfl.c56 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in SetupMontiorCfl() local
59 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(main_op, &sub_ops)); in SetupMontiorCfl()
H A Dmonitor_totalkineticenergy.c71 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in SetupMontiorTotalKineticEnergy() local
74 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(main_op, &sub_ops)); in SetupMontiorTotalKineticEnergy()
/honee/problems/
H A Dnewtonian.c114 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
117 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(main_op, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
281 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
284 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(main_op, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()