Searched refs:op_strong_bc (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | strong_boundary_conditions.c | 12 …Ceed(Ceed ceed, Honee honee, DM dm, ProblemData problem, Physics phys, CeedOperator op_strong_bc) { in SetupStrongSTG_Ceed() argument 153 PetscCallCeed(ceed, CeedOperatorCompositeAddSub(op_strong_bc, op_strong_bc_sub)); in SetupStrongSTG_Ceed() 176 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_strong_bc, "solution time", &phys->stg_sol… in SetupStrongSTG_Ceed() 211 CeedOperator op_strong_bc; in SetupStrongBC_Ceed() local 226 PetscCallCeed(ceed, CeedOperatorCreateComposite(ceed, &op_strong_bc)); in SetupStrongBC_Ceed() 232 PetscCall(SetupStrongSTG_Ceed(ceed, honee, dm, problem, honee->phys, op_strong_bc)); in SetupStrongBC_Ceed() 236 …PetscCall(OperatorApplyContextCreate(NULL, NULL, ceed, op_strong_bc, CEED_VECTOR_NONE, NULL, NULL,… in SetupStrongBC_Ceed() 239 PetscCallCeed(ceed, CeedOperatorDestroy(&op_strong_bc)); in SetupStrongBC_Ceed()
|