Searched refs:main_op (Results 1 – 3 of 3) sorted by relevance
| /honee/src/ |
| H A D | monitor_cfl.c | 56 …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 D | monitor_totalkineticenergy.c | 71 …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 D | newtonian.c | 114 …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()
|