Home
last modified time | relevance | path

Searched refs:op_ifunction (Results 1 – 9 of 9) sorted by relevance

/honee/src/
H A Dsetuplibceed.c269 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 Dmonitor_cfl.c56 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in SetupMontiorCfl()
H A Dsetupts.c129 …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 Dmonitor_totalkineticenergy.c71 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in SetupMontiorTotalKineticEnergy()
H A Dhonee.c78 PetscCallCeed(ceed, CeedOperatorDestroy(&honee_->op_ifunction)); in HoneeDestroy()
/honee/include/
H A Dbc_definition.h72 PetscErrorCode BCDefinitionAddOperators(BCDefinition bc_def, CeedOperator op_ifunction, CeedOperato…
H A Dnavierstokes.h164 CeedOperator op_ifunction; member
/honee/problems/
H A Dadvection.c161 …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 Dnewtonian.c114 …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()