Searched refs:op_strong_bc (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | strong_boundary_conditions.c | 16 …Data ceed_data, DM dm, ProblemData problem, SimpleBC bc, Physics phys, CeedOperator op_strong_bc) { in SetupStrongSTG_Ceed() argument 107 PetscCallCeed(ceed, CeedOperatorCompositeAddSub(op_strong_bc, op_strong_bc_sub)); in SetupStrongSTG_Ceed() 125 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_strong_bc, "solution time", &phys->stg_sol… in SetupStrongSTG_Ceed() 156 CeedOperator op_strong_bc; in SetupStrongBC_Ceed() local 171 PetscCallCeed(ceed, CeedOperatorCreateComposite(ceed, &op_strong_bc)); in SetupStrongBC_Ceed() 177 PetscCall(SetupStrongSTG_Ceed(ceed, ceed_data, dm, problem, bc, user->phys, op_strong_bc)); in SetupStrongBC_Ceed() 181 …PetscCall(OperatorApplyContextCreate(NULL, NULL, ceed, op_strong_bc, CEED_VECTOR_NONE, NULL, NULL,… in SetupStrongBC_Ceed() 184 PetscCallCeed(ceed, CeedOperatorDestroy(&op_strong_bc)); in SetupStrongBC_Ceed()
|