Home
last modified time | relevance | path

Searched refs:op_ics_ctx (Results 1 – 4 of 4) sorted by relevance

/honee/src/
H A Dhonee.c75 PetscCall(OperatorApplyContextDestroy(honee_->op_ics_ctx)); in HoneeDestroy()
H A Dmisc.c22 …cs_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_ics_ctx->op, honee->phys… in ICs_FixMultiplicity()
23 PetscCall(ApplyCeedOperatorLocalToGlobal(NULL, Q, honee->op_ics_ctx)); in ICs_FixMultiplicity()
H A Dsetuplibceed.c155 …ntextCreate(NULL, dm, honee->ceed, op_ics, x_coord, NULL, NULL, honee->Q_loc, &honee->op_ics_ctx)); in SetupLibceed()
/honee/include/
H A Dnavierstokes.h173 OperatorApplyContext op_ics_ctx; member