Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dstrong_boundary_conditions.c143 …PetscCallCeed(user->ceed, CeedOperatorSetContextDouble(user->op_strong_bc_ctx->op, user->phys->stg… in DMPlexInsertBoundaryValues_StrongBCCeed()
151 PetscCall(ApplyAddCeedOperatorLocalToLocal(NULL, Q_loc, user->op_strong_bc_ctx)); in DMPlexInsertBoundaryValues_StrongBCCeed()
181 …eate(NULL, NULL, ceed, op_strong_bc, CEED_VECTOR_NONE, NULL, NULL, NULL, &user->op_strong_bc_ctx)); in SetupStrongBC_Ceed()
/libCEED/examples/fluids/
H A Dnavierstokes.c292 PetscCall(OperatorApplyContextDestroy(user->op_strong_bc_ctx)); in main()
H A Dnavierstokes.h184 OperatorApplyContext op_rhs_ctx, op_strong_bc_ctx; member