Searched refs:op_strong_bc_ctx (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | strong_boundary_conditions.c | 143 …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 D | navierstokes.c | 292 PetscCall(OperatorApplyContextDestroy(user->op_strong_bc_ctx)); in main()
|
| H A D | navierstokes.h | 184 OperatorApplyContext op_rhs_ctx, op_strong_bc_ctx; member
|