Home
last modified time | relevance | path

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

/honee/src/
H A Dstrong_boundary_conditions.c195 …PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(honee->op_strong_bc_ctx->op, honee->phys->… in DMPlexInsertBoundaryValues_StrongBCCeed()
204 PetscCall(ApplyAddCeedOperatorLocalToLocal(NULL, Q_loc, honee->op_strong_bc_ctx)); in DMPlexInsertBoundaryValues_StrongBCCeed()
236 …ate(NULL, NULL, ceed, op_strong_bc, CEED_VECTOR_NONE, NULL, NULL, NULL, &honee->op_strong_bc_ctx)); in SetupStrongBC_Ceed()
H A Dhonee.c77 PetscCall(OperatorApplyContextDestroy(honee_->op_strong_bc_ctx)); in HoneeDestroy()
/honee/include/
H A Dnavierstokes.h167 OperatorApplyContext op_rhs_ctx, op_strong_bc_ctx; member