Searched refs:op_ifunction (Results 1 – 9 of 9) sorted by relevance
| /honee/src/ |
| H A D | setuplibceed.c | 269 PetscCallCeed(ceed, CeedOperatorCreateComposite(ceed, &honee->op_ifunction)); in SetupLibceed() 270 PetscCallCeed(ceed, CeedOperatorCompositeAddSub(honee->op_ifunction, op_ifunction_vol)); in SetupLibceed() 275 …; b++) PetscCall(BCDefinitionAddOperators(problem->bc_defs[b], honee->op_ifunction, op_ijacobian)); in SetupLibceed() 278 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(honee->op_ifunction, "solution time", &honee-… in SetupLibceed() 279 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(honee->op_ifunction, "timestep size", &honee-… in SetupLibceed()
|
| 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()
|
| H A D | setupts.c | 129 …n_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_ifunction, honee->phys->s… in IFunction_NS() 131 …p_size_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_ifunction, honee->phys->t… in IFunction_NS() 147 …PetscCallCeed(honee->ceed, CeedOperatorApply(honee->op_ifunction, honee->q_ceed, honee->g_ceed, CE… in IFunction_NS() 421 if (honee->op_ifunction) { in TSSolve_NS()
|
| 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()
|
| H A D | honee.c | 78 PetscCallCeed(ceed, CeedOperatorDestroy(&honee_->op_ifunction)); in HoneeDestroy()
|
| /honee/include/ |
| H A D | bc_definition.h | 72 PetscErrorCode BCDefinitionAddOperators(BCDefinition bc_def, CeedOperator op_ifunction, CeedOperato…
|
| H A D | navierstokes.h | 164 CeedOperator op_ifunction; member
|
| /honee/problems/ |
| H A D | advection.c | 161 …if (honee->op_ifunction) PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_ifunction, … in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() 318 …if (honee->op_ifunction) PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_ifunction, … in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
|
| 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() 281 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in DivDiffFluxProjectionCreateRHS_Indirect_NS()
|