Searched refs:op_ifunction (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | setupts.c | 116 …on_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(user->op_ifunction, user->phys->so… in IFunction_NS() 118 …ep_size_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(user->op_ifunction, user->phys->ti… in IFunction_NS() 134 …PetscCallCeed(user->ceed, CeedOperatorApply(user->op_ifunction, user->q_ceed, user->g_ceed, CEED_R… in IFunction_NS() 308 if (user->op_ifunction) { in TSSolve_NS()
|
| H A D | setuplibceed.c | 459 PetscCallCeed(ceed, CeedOperatorCreateComposite(ceed, &user->op_ifunction)); in SetupLibceed() 460 PetscCallCeed(ceed, CeedOperatorCompositeAddSub(user->op_ifunction, op_ifunction_vol)); in SetupLibceed() 465 …PetscCall(AddBCSubOperators(user, ceed, dm, bc, problem, ceed_data, user->op_ifunction, op_ijacobi… in SetupLibceed() 468 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(user->op_ifunction, "solution time", &user->p… in SetupLibceed() 469 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(user->op_ifunction, "timestep size", &user->p… in SetupLibceed()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 293 PetscCallCeed(ceed, CeedOperatorDestroy(&user->op_ifunction)); in main()
|
| H A D | navierstokes.h | 181 CeedOperator op_ifunction; member
|